Click or drag to resize

ConstructedValueAccessorTValueSetFunc Property

Gets the set function.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Action<DomainObject, TValue> SetFunc { get; }

Property Value

Type: ActionDomainObject, TValue
The set function.
See Also