Enum FeatureAvailability.Status
Availability status describing if and how a feature is available.
Status-Description
Feature is availableAvailable
Feature is available but choosing it will cause changes to the configuration, e.g., another feature is disabled or enabled.AvailableWithChanges
Not available at all (e.g., if not available to to the market)NotAvailable
Namespace: Unity.Industrial.Forma.Core.Ruling
Syntax
public enum Status : int
Fields
Name | Description | Value |
---|---|---|
Available | The available |
|
AvailableWithChanges | The available with changes |
|
Hidden | Hidden by rule engine |
|
NotAvailable | The not available |