Click or drag to resize

EnterpriseOneEntityObjectExtensions Class

Extensions method for EnterpriseOneEntityObject class for the purposes of Transformations.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsEnterpriseOneEntityObjectExtensions

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static class EnterpriseOneEntityObjectExtensions

The EnterpriseOneEntityObjectExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAreScalarAttributesZeroT
Check if the scalar attributes of the current line have zero values. Returns true if all the scalar attributes have zero values.
Public methodStatic memberCompareNonScalarAttributesT
Compares the non-scalar attributes of the current and the specified entity object. Returns true if the non-scalar attributes have the same values.
Top
See Also