Interface IModifiableProperty<T>
Inherited Members
Namespace: MackySoft.Modiferty
Assembly: cs.temp.dll.dll
Syntax
public interface IModifiableProperty<T> : IReadOnlyModifiableProperty<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
BaseValue
Base value before the evaluation.
Declaration
T BaseValue { get; set; }
Property Value
Type | Description |
---|---|
T |
Modifiers
List of IModifier<T> to evaluate base value.
Declaration
IModifierList<T> Modifiers { get; }
Property Value
Type | Description |
---|---|
IModifierList<T> |