TransformationalStateElementAdapterDefinition Properties |
The TransformationalStateElementAdapterDefinition type exposes the following members.
Name | Description | |
---|---|---|
CurrentDefinedIn |
Gets or sets the current defined in object. This is just for ease of use when developing
your own adapters.
| |
ElementIdentification |
Gets or sets the identification of the element in the state that will be adapted.
(Inherited from StateElementAdapterDefinition.) | |
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.) | |
PreviousDefinedIn |
Gets or sets the previous defined in object. This is just for ease of use when developing
your own adapters. It is best to configure whatever is calling
GetAdapter(StateElementAdapterDefinition, EvaluatorGroup) to pass in an old adapter. If there is
no old defined in to work with, then use the CurrentDefinedIn for both the current
and previous. If this is set, then it should take priority over the adapter passed into
GetAdapter(StateElementAdapterDefinition, EvaluatorGroup) |