Show / Hide Table of Contents

Class EntryExpressionParameter

Базовый класс параметров.

Inheritance
InheritedDto<EntryExpressionParameter>
EntryExpressionParameter
EntryExpressionBusinessLogicApiScalar
EntryExpressionByDictionaryRequest
EntryExpressionByExpression
EntryExpressionCalendarByDate
EntryExpressionCardParameter
EntryExpressionCompareParameter
EntryExpressionConditionParameter
EntryExpressionConstantParameter
EntryExpressionCurrentDate
EntryExpressionDictionaryContainsElementsParameter
EntryExpressionDictionaryDataFilterByIndicatorParameter
EntryExpressionDictionaryElementCountParameter
EntryExpressionDictionarySourceParameter
EntryExpressionFormatDateParameter
EntryExpressionPivotCheckedBooleanParameter
EntryExpressionPivotCheckedParameter
EntryExpressionPivotFocusedCellColumnValue
EntryExpressionPivotFocusedCellDictionarySelection
EntryExpressionPivotParamParameter
EntryExpressionPivotSourceCellValueParameter
EntryExpressionPredefinedParameter
EntryExpressionTokenAttributeParameter
EntryExpressionUiSourceParameter
EntryExpressionWorkflowContainsStatesBooleanParameter
EntryExpressionWorkflowStateParameter
Namespace: Trivium.CardsModel.ServerModel.Expression
Assembly: Trivium.CardsModel.dll
Syntax
[JsonConverter(typeof(EntryExpressionParameterJsonConverter), new object[]{"discriminator"})]
public abstract class EntryExpressionParameter : InheritedDto<EntryExpressionParameter>, IDependentEntryObject, IBaseId<int>, IReadOnlyBaseId<int>, ISourceAttributeCollector

Properties

bool AllowMultipleValues
Допускает/ожидает результат в виде коллекции значений.
string Code
Код параметра.
int Id
Идентификатор параметра.
string Name
Наименование параметра.
Back to top Generated by DocFX