DataAttributeTObject, TValueSetValue Method |
Sets the value of the data attribute for the specified domain object
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic void SetValue(
TObject obj,
TValue newValue
)
Public Sub SetValue (
obj As TObject,
newValue As TValue
)
public:
void SetValue(
TObject obj,
TValue newValue
)
member SetValue :
obj : 'TObject *
newValue : 'TValue -> unit
Parameters
- obj
- Type: TObject
The domain object for which to set the value - newValue
- Type: TValue
The new value of the data attribute
See Also