Click or drag to resize

IValueAccessorTValue Interface

Provides functions for accessing (getting and setting) a value for different domain objects.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public interface IValueAccessor<TValue>

Type Parameters

TValue
The type of the value.

The IValueAccessorTValue 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 methodGetValues
Gets the value for all the specified domain objects.
Public methodSetValue
Sets the value for the specified domain object.
Public methodSetValues
Sets the values for the specified domain objects.
Top
See Also