Enum Importance
- Namespace
- ZeroInstall.Model
- Assembly
- ZeroInstall.Model.dll
Describes how important a dependency is (i.e. whether ignoring it is an option).
public enum Importance
Fields
Essential = 0
A version of the Dependency must be selected.
Recommended = 1
No version of the Dependency is also an option, although selecting a version is preferable to not selecting one.