ConstructedValueAccessorTValue Class |
Namespace: Aloe.SystemFrameworks.Domain.Attributes
The ConstructedValueAccessorTValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConstructedValueAccessorTValue |
Initializes a new instance of the ConstructedValueAccessorTValue class.
|
Name | Description | |
---|---|---|
![]() | GetFunc |
Gets the get function.
|
![]() | SetFunc |
Gets the set function.
|
![]() | ShouldSupportGet |
Gets a value indicating whether the accessor should support get.
|
![]() | ShouldSupportSet |
Gets a value indicating whether the accessor should support set.
|
![]() | SupportsGet |
Gets a value indicating whether the accessor supports getting value.
(Overrides ValueAccessorTValueSupportsGet.) |
![]() | SupportsSet |
Gets a value indicating whether the accessor supports set.
(Overrides ValueAccessorTValueSupportsSet.) |
Name | Description | |
---|---|---|
![]() | GetValue |
Gets the value for the specified domain object.
(Inherited from ValueAccessorTValue.) |
![]() | GetValueCore |
Gets the value.
(Overrides ValueAccessorTValueGetValueCore(DomainObject).) |
![]() | GetValues |
Gets the value for all the specified domain objects.
(Inherited from ValueAccessorTValue.) |
![]() | SetValue |
Sets the value for the specified domain object.
(Inherited from ValueAccessorTValue.) |
![]() | SetValueCore |
Sets the value.
(Overrides ValueAccessorTValueSetValueCore(DomainObject, TValue).) |
![]() | SetValues |
Sets the values for the specified domain objects.
(Inherited from ValueAccessorTValue.) |