Click or drag to resize

DomainObjectItem Property (IDataAttribute)

Gets or sets the value of a data attribute

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public AttributeValue this[
	IDataAttribute attribute
] { get; }

Parameters

attribute
Type: Aloe.SystemFrameworks.DomainIDataAttribute
The attribute to get or set.

Property Value

Type: AttributeValue
The Object.

Return Value

Type: AttributeValue
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen attribute is null
InvalidOperationExceptionAttribute not found in the repository for this object.
See Also