ValueAccessorTValue Class |
Namespace: Aloe.SystemFrameworks.Domain.Attributes
The ValueAccessorTValue 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.
| |
| GetValueCore |
Gets the value.
| |
| GetValues |
Gets the value for all the specified domain objects.
| |
| SetValue |
Sets the value for the specified domain object.
| |
| SetValueCore |
Sets the value.
| |
| SetValues |
Sets the values for the specified domain objects.
|