Click or drag to resize

ConstraintTObjectGetAttribute Property

Gets the function that returns the attribute of the constraint. The attribute is specified for constraints, which constrain a specific attribute.

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Func<IDataAttribute> GetAttribute { get; }

Property Value

Type: FuncIDataAttribute
The get attribute function.
See Also