Interface ICondition
Базовое условие.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ICondition : IDeleteableApiObject, IPropertyOwnerScope, IAbleToHaveId, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Enabled
Возвращает или задает признак того, что условие включено.
Declaration
bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|