ILogisticsDocumentGetChangedAttributes 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
SyntaxLogisticsDocumentAttributes GetChangedAttributes(
DataAttributeChangeEventArgs args
)
Function GetChangedAttributes (
args As DataAttributeChangeEventArgs
) As LogisticsDocumentAttributes
LogisticsDocumentAttributes^ GetChangedAttributes(
DataAttributeChangeEventArgs^ args
)
abstract GetChangedAttributes :
args : DataAttributeChangeEventArgs -> LogisticsDocumentAttributes
Parameters
- args
- Type: Aloe.SystemFrameworks.DomainDataAttributeChangeEventArgs
Return Value
Type:
LogisticsDocumentAttributes
See Also