Click or drag to resize

ShipmentLineGetChangedAttributes 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.Logistics.Shipment
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override LogisticsDocumentLineAttributes GetChangedAttributes(
	DataAttributeChangeEventArgs args
)

Parameters

args
Type: Aloe.SystemFrameworks.DomainDataAttributeChangeEventArgs

Return Value

Type: LogisticsDocumentLineAttributes

Implements

ILogisticsDocumentLineGetChangedAttributes(DataAttributeChangeEventArgs)
See Also