Click or drag to resize

SingleValueStateUpdater Properties

The SingleValueStateUpdater type exposes the following members.

Properties
  NameDescription
Public propertyIsFrozen
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.)
Public propertyName
Gets or sets a name for this updater.
(Inherited from StateUpdaterDefinition.)
Public propertyUpdaterCallback
Gets or sets the callback that will update the state.
Public propertyValue
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.
Top
See Also