Class Importance
Describes how important a dependency is (i.e. whether ignoring it is an option).
Namespace: ZeroInstall.Model
Assembly: ZeroInstall.Model.dll
Syntax
public sealed class Importance : Enum
Fields
Essential
A version of the Dependency must be selected.
Declaration
public const Importance Essential
Field Value
Type | Description |
---|---|
Importance |
Recommended
No version of the Dependency is also an option, although selecting a version is preferable to not selecting one.
Declaration
public const Importance Recommended
Field Value
Type | Description |
---|---|
Importance |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |