IValueAccessorTValue Interface |
Namespace: Aloe.SystemFrameworks.Domain
The IValueAccessorTValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | SupportsGet |
Gets a value indicating whether the accessor supports getting value.
|
![]() | SupportsSet |
Gets a value indicating whether the accessor supports set.
|
Name | Description | |
---|---|---|
![]() | GetValue |
Gets the value for the specified domain object.
|
![]() | GetValues |
Gets the value for all the specified domain objects.
|
![]() | SetValue |
Sets the value for the specified domain object.
|
![]() | SetValues |
Sets the values for the specified domain objects.
|