Class Condition
Базовое условие.
public class Condition : AccessControlObject, ICondition, IPropertyOwnerScope, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess, IHaveId
- Inheritance
-
Condition
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Condition()
public Condition()
Properties
Enabled
Возвращает или задает признак того, что условие включено.
public bool Enabled { get; set; }
Property Value
- bool
trueесли включено; иначеfalse.
Id
Идентификатор
public string Id { get; set; }