Click or drag to resize

ConstructedValueAccessorTValue Methods

The ConstructedValueAccessorTValue generic type exposes the following members.

Methods
  NameDescription
Public methodGetValue
Gets the value for the specified domain object.
(Inherited from ValueAccessorTValue.)
Public methodGetValueCore
Gets the value.
(Overrides ValueAccessorTValueGetValueCore(DomainObject).)
Public methodGetValues
Gets the value for all the specified domain objects.
(Inherited from ValueAccessorTValue.)
Public methodSetValue
Sets the value for the specified domain object.
(Inherited from ValueAccessorTValue.)
Public methodSetValueCore
Sets the value.
(Overrides ValueAccessorTValueSetValueCore(DomainObject, TValue).)
Public methodSetValues
Sets the values for the specified domain objects.
(Inherited from ValueAccessorTValue.)
Top
See Also