Click or drag to resize

TransformationalStateElementAdapterDefinition Properties

The TransformationalStateElementAdapterDefinition type exposes the following members.

Properties
  NameDescription
Public propertyCurrentDefinedIn
Gets or sets the current defined in object. This is just for ease of use when developing your own adapters.
Public propertyElementIdentification
Gets or sets the identification of the element in the state that will be adapted.
(Inherited from StateElementAdapterDefinition.)
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.)
Protected propertyPreviousDefinedIn
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)
Top
See Also