Table of Contents

Interface ICondition

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Search
Assembly
Ascon.Polynom.Web.Api.Data.dll

Базовое условие.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(Condition))]
public interface ICondition : IPropertyOwnerScope, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess, IHaveId
Inherited Members
Extension Methods

Properties

Enabled

Возвращает или задает признак того, что условие включено.

bool Enabled { get; set; }

Property Value

bool

true если включено; иначе false.