Click or drag to resize

ValueAccessorTValue Class

Base class for all value accessor classes.
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 abstract class ValueAccessor<TValue> : IValueAccessor<TValue>

Type Parameters

TValue

The ValueAccessorTValue type exposes the following members.

Properties
  NameDescription
Public propertySupportsGet
Gets a value indicating whether the accessor supports getting value.
Public propertySupportsSet
Gets a value indicating whether the accessor supports set.
Top
Methods
  NameDescription
Public methodGetValue
Gets the value for the specified domain object.
Public methodGetValueCore
Gets the value.
Public methodGetValues
Gets the value for all the specified domain objects.
Public methodSetValue
Sets the value for the specified domain object.
Public methodSetValueCore
Sets the value.
Public methodSetValues
Sets the values for the specified domain objects.
Top
Remarks
See Also