IDataAttributeSetDefaultValue Method |
Sets the attribute to its default value.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxvoid SetDefaultValue(
DomainObject obj
)
Sub SetDefaultValue (
obj As DomainObject
)
void SetDefaultValue(
DomainObject^ obj
)
abstract SetDefaultValue :
obj : DomainObject -> unit
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The object.
See Also