SingleValueStateUpdater Properties |
The SingleValueStateUpdater type exposes the following members.
Name | Description | |
---|---|---|
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
Name |
Gets or sets a name for this updater.
(Inherited from StateUpdaterDefinition.) | |
UpdaterCallback |
Gets or sets the callback that will update the state.
| |
Value |
Gets or sets the value that will be used to update the state.
This value could add an value to a specified element, or it could
several values in the propagated state could be multiplied by this value.
|