Show / Hide Table of Contents

Class SimpleSourceEntry<T>

Элемент управления с типизированным значением.

Inheritance
InheritedDto<SourceEntryBase>
SourceEntryBase
MutableSourceEntry
MutableWithActionsSourceEntry
ValueSourceEntry
SimpleSourceEntry<T>
BoolSourceEntry
DateTimeSourceEntry
FloatSourceEntry
GuidSourceEntry
IntSourceEntry
ParametersSourceEntry
StringSourceEntry
TypedFileLinkSourceEntry
VariantSourceEntry
Inherited Members
ValueSourceEntry.UiDataSource
ValueSourceEntry.ExpressionId
ValueSourceEntry.IsNullable
MutableWithActionsSourceEntry.DoActionOnChangeValue
MutableWithActionsSourceEntry.OnAfterChangeValueConditionalActions
MutableWithActionsSourceEntry.OnAfterChangeValueActions
MutableWithActionsSourceEntry.OnAfterChangeValueByClientConditionalActions
MutableWithActionsSourceEntry.OnAfterChangeValueByClientActions
SourceEntryBase.Id
SourceEntryBase.Caption
SourceEntryBase.Enable
SourceEntryBase.Visible
SourceEntryBase.Hint
SourceEntryBase.EnableRuleIds
SourceEntryBase.EnableExpressionIds
SourceEntryBase.VisibleRuleIds
SourceEntryBase.VisibleExpressionIds
SourceEntryBase.Access
Namespace: Trivium.CardsModel.ServerModel.Controls
Assembly: Trivium.CardsModel.dll
Syntax
public abstract class SimpleSourceEntry<T> : ValueSourceEntry, IBaseId<int>, IReadOnlyBaseId<int>, IDataBinding<T>, IDataBinding, IDependentEntryObject, ISourceAttributeCollector
Type Parameters
Name Description
T

Properties

T DefaultValue
Значение элемента по умолчанию.
DefaultValueSettings<T> DefaultValueSettings
Настройки значения по умолчанию для элемента управления.
T Value
Значение элемента.
Back to top Generated by DocFX