ILogisticsDocumentLineGetChangedAttributes 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.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxLogisticsDocumentLineAttributes GetChangedAttributes(
DataAttributeChangeEventArgs args
)
Function GetChangedAttributes (
args As DataAttributeChangeEventArgs
) As LogisticsDocumentLineAttributes
LogisticsDocumentLineAttributes^ GetChangedAttributes(
DataAttributeChangeEventArgs^ args
)
abstract GetChangedAttributes :
args : DataAttributeChangeEventArgs -> LogisticsDocumentLineAttributes
Parameters
- args
- Type: Aloe.SystemFrameworks.DomainDataAttributeChangeEventArgs
Return Value
Type:
LogisticsDocumentLineAttributes
See Also