Interface ISimpleCondition
Простое условие.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ISimpleCondition : ICondition, IDeleteableApiObject, IPropertyOwnerScope, IAbleToHaveId, ISinglePropertyValueOwner, IPropertyValueOwner, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Contract
Возвращает или задает контракт, ограничивающий поиск данным контрактом или его потомками.
Declaration
IContract Contract { get; }
Property Value
| Type | Description |
|---|---|
| IContract |
Definition
Возвращает или задает определение свойства.
Declaration
IPropertyDefinition Definition { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyDefinition |
LinkDefinitionEnd
Возвращает или задает определение конца связи.
Declaration
ILinkDefinitionEnd LinkDefinitionEnd { get; }
Property Value
| Type | Description |
|---|---|
| ILinkDefinitionEnd |
Operation
Возвращает или задает операцию сравнения.
Declaration
int Operation { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Options
Возвращает или задает опции операции сравнения.
Declaration
int Options { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SearchConditionTargetQualifier
Квалификатор цели поиска.
Declaration
ISearchConditionTargetQualifier SearchConditionTargetQualifier { get; }
Property Value
| Type | Description |
|---|---|
| ISearchConditionTargetQualifier |
Value
Возвращает или задает значение для сравнения.
Declaration
IPropertyValue Value { get; set; }
Property Value
| Type | Description |
|---|---|
| IPropertyValue |