Click or drag to resize

ConstructedValueAccessorTValue Class

Allows the creation of value accessors by specifying get and set methods.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.AttributesValueAccessorTValue
    Aloe.SystemFrameworks.Domain.AttributesConstructedValueAccessorTValue

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class ConstructedValueAccessor<TValue> : ValueAccessor<TValue>

Type Parameters

TValue
The type of the value.

The ConstructedValueAccessorTValue type exposes the following members.

Constructors
  NameDescription
Public methodConstructedValueAccessorTValue
Initializes a new instance of the ConstructedValueAccessorTValue class.
Top
Properties
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