Click or drag to resize

LogisticsDocumentLineGetChangedAttributes Method

Gets the changed attributes for a given DataAttributeChangeEventArgs. Used for front-end generic business rules to recalculate the state of the object according to attribute change events.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual LogisticsDocumentLineAttributes GetChangedAttributes(
	DataAttributeChangeEventArgs args
)

Parameters

args
Type: Aloe.SystemFrameworks.DomainDataAttributeChangeEventArgs

Return Value

Type: LogisticsDocumentLineAttributes

Implements

ILogisticsDocumentLineGetChangedAttributes(DataAttributeChangeEventArgs)
See Also