AttributeValue Constructor |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic AttributeValue(
DomainObject obj,
IDataAttribute attribute
)
Public Sub New (
obj As DomainObject,
attribute As IDataAttribute
)
public:
AttributeValue(
DomainObject^ obj,
IDataAttribute^ attribute
)
new :
obj : DomainObject *
attribute : IDataAttribute -> AttributeValue
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The object. - attribute
- Type: Aloe.SystemFrameworks.DomainIDataAttribute
The attribute.
See Also