Class EntryExpression
Вычисляемое выражение.
Inheritance
Trivium.Common.Models.Entity
EntryExpression
Namespace: Trivium.CardsModel.ServerModel.Expression
Assembly: Trivium.CardsModel.dll
Syntax
public class EntryExpression : Entity, IEntity, IBaseEntity<int>, IBaseId<int>, IReadOnlyBaseEntity<int>, IReadOnlyBaseId<int>, IDependentEntryObject, ISourceAttributeCollector
Properties
| string | Expression Выражение. |
| List<EntryExpressionParameter> | Operands Параметры выражения. |
| List<EntryExpressionParameter> | Parameters Параметры выражения. "Следует использовать свойство Operands." |
| bool | ReturnFirstParameterValue Вне зависимости от поля Expression - вернуть значение первого параметра. |