Click or drag to resize

EnterpriseOneEntityObject Class

Base abstract class for all EnterpriseOne entity objects
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public abstract class EnterpriseOneEntityObject : EntityObject

The EnterpriseOneEntityObject type exposes the following members.

Properties
  NameDescription
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCustomProperties
Gets the custom properties of the object.
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Inherited from EntityObject.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyObjectState
Gets the state of the domain object.
(Inherited from EditableDomainObject.)
Public propertyRepository
The repository used to persist the entity object.
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
Top
Methods
  NameDescription
Public methodDelete
Deletes the domain object.
(Inherited from EntityObject.)
Public methodDuplicateObject
Creates a copy of the object.
(Inherited from EntityObject.)
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Inherited from EntityObject.)
Public methodEquals(EntityObject)
Indicates whether the current object is equal to another object of the same type.
(Inherited from EntityObject.)
Public methodExecuteBusinessRules
Executes all business rules for the object for the specified BusinessEvent. The validation fails are saved in the event.
(Inherited from EditableDomainObject.)
Public methodGetAggregateParent
Gets the aggregate parent of this entity object. If this is the aggregate root the return value is null.
(Inherited from EntityObject.)
Public methodGetAggregateRoot
Gets the aggregate root entity object. If the entity does not have aggregate parent reference aggregate root is this entity object.
(Inherited from EntityObject.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from EntityObject.)
Public methodGetRelatedObjectsForValidation
Gets the related objects which would need validation upon validation of this object.
(Inherited from EntityObject.)
Public methodIssueWarning(String)
Issues a warning with the specified message.
(Inherited from EditableDomainObject.)
Public methodIssueWarning(ExpressionFuncString, Object)
Issues a warning with the specified message. The message can contain standard string placeholders.
(Inherited from EditableDomainObject.)
Public methodMatchesFilter(DataAccessFilter)
Returns true if this entity object matches the specified filter.
Public methodMatchesFilter(DataAccessFilter, IBufferRow)
Matches the filter against the specified row and returns the result of the match.
Public methodRefresh
Refreshes this instance with data from data source. Only objects with ObjectState equal to Unchanged are refreshed.
(Inherited from EntityObject.)
Public methodToString
Returns a String that represents this instance.
(Inherited from EntityObject.)
Public methodToString(String)
Returns a String that represents this instance.
(Inherited from EntityObject.)
Public methodTryGet
Tries to get the specified attribute and returns it or null, when it is not found.
(Inherited from DomainObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodFillAggregateMissingDefaults
Recalculates the default values for all objects in the aggregate.
(Defined by EntityObjectExtensions.)
Public Extension MethodFillMissingDefaults
Executes the late default expression defined in each attribute (if any) if the current value is null or equal to a constant default.
(Defined by EntityObjectExtensions.)
Public Extension MethodFormatString
Converts the object to string based on the format specified.
(Defined by FormatStringExtensions.)
Public Extension MethodGetExtensibleDataObject
Gets the extensible data object related to the entity object. Can return null if such ExtensibleDataObject doesn't exist.
(Defined by ExtensibleDataObjectExtensions.)
Public Extension MethodGetOrCreateExtensibleDataObject
Returns an ExtensibleDataObject related to the entity object. If such object doesn't exist the object is created in the same transaction.
(Defined by ExtensibleDataObjectExtensions.)
Public Extension MethodRecalculateMasterAttributes
Recalculates the values of a master attributes in a master-detail relationship.
(Defined by EntityObjectExtensions.)
Public Extension MethodRecalculateMissingValues
Recalculates the missing values using the first reactive expression of the attributes.
(Defined by EntityObjectExtensions.)
Top
See Also
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainDomainObject
    Aloe.SystemFrameworks.DomainEditableDomainObject
      Aloe.SystemFrameworks.DomainEntityObject
        Aloe.EnterpriseOne.Model.CoreEnterpriseOneEntityObject
          Aloe.EnterpriseOne.Model.Applications.AssetManagementMaintenanceType
          Aloe.EnterpriseOne.Model.Applications.AssetManagementMaintenanceTypeGroup
          Aloe.EnterpriseOne.Model.Applications.AssetManagementManagedAsset
          Aloe.EnterpriseOne.Model.Applications.AssetManagementManagedAssetGroup
          Aloe.EnterpriseOne.Model.Applications.AssetManagementManagedAssetLocation
          Aloe.EnterpriseOne.Model.Applications.AssetManagementManagedAssetMaintenanceSchedule
          Aloe.EnterpriseOne.Model.Applications.AssetManagementManagedAssetParameterValue
          Aloe.EnterpriseOne.Model.Applications.AssetManagementManagedAssetScheduledMaintenance
          Aloe.EnterpriseOne.Model.Applications.AssetManagementManagedAssetType
          Aloe.EnterpriseOne.Model.Applications.AssetManagementManagedAssetTypeMaintenanceType
          Aloe.EnterpriseOne.Model.Applications.AssetManagementManagedAssetTypeTrackedParameter
          Aloe.EnterpriseOne.Model.Applications.AssetManagementServiceCenter
          Aloe.EnterpriseOne.Model.Applications.AssetManagementTrackedParameter
          Aloe.EnterpriseOne.Model.Applications.CmsNewsWebModuleArticle
          Aloe.EnterpriseOne.Model.Applications.CmsWebModule
          Aloe.EnterpriseOne.Model.Applications.CmsWebSite
          Aloe.EnterpriseOne.Model.Applications.CmsWebSiteLanguage
          Aloe.EnterpriseOne.Model.Applications.DataWarehouseDataMeasure
          Aloe.EnterpriseOne.Model.Applications.DataWarehouseDataMeasureGroup
          Aloe.EnterpriseOne.Model.Applications.DataWarehouseDataValue
          Aloe.EnterpriseOne.Model.Applications.FleetCrew
          Aloe.EnterpriseOne.Model.Applications.FleetCrewMember
          Aloe.EnterpriseOne.Model.Applications.FleetEquipmentType
          Aloe.EnterpriseOne.Model.Applications.FleetMaintenancePlan
          Aloe.EnterpriseOne.Model.Applications.FleetMaintenanceProfile
          Aloe.EnterpriseOne.Model.Applications.FleetMaintenanceProfilePlan
          Aloe.EnterpriseOne.Model.Applications.FleetTripSegment
          Aloe.EnterpriseOne.Model.Applications.FleetVehicle
          Aloe.EnterpriseOne.Model.Applications.FleetVehicleAlert
          Aloe.EnterpriseOne.Model.Applications.FleetVehicleEquipment
          Aloe.EnterpriseOne.Model.Applications.FleetVehicleLocationHistoryRecord
          Aloe.EnterpriseOne.Model.Applications.FleetVehicleMaintenancePlanAssignment
          Aloe.EnterpriseOne.Model.Applications.FleetVehicleObdTrouble
          Aloe.EnterpriseOne.Model.Applications.FleetVehicleSet
          Aloe.EnterpriseOne.Model.Applications.FleetVehicleSetVehicle
          Aloe.EnterpriseOne.Model.Applications.MailBox
          Aloe.EnterpriseOne.Model.Applications.MailBoxFolder
          Aloe.EnterpriseOne.Model.Applications.MailMessage
          Aloe.EnterpriseOne.Model.Applications.MailMessageAttachment
          Aloe.EnterpriseOne.Model.Applications.PersonalDataDataSubjectRightRequest
          Aloe.EnterpriseOne.Model.Applications.PersonalDataJointController
          Aloe.EnterpriseOne.Model.Applications.PersonalDataPersonalDataProcess
          Aloe.EnterpriseOne.Model.Applications.PersonalDataPersonalDataProcessRecipient
          Aloe.EnterpriseOne.Model.Applications.PersonalDataProcessingConsent
          Aloe.EnterpriseOne.Model.Applications.RentalAsset
          Aloe.EnterpriseOne.Model.Applications.RentalAssetConsumable
          Aloe.EnterpriseOne.Model.Applications.RentalAssetGroup
          Aloe.EnterpriseOne.Model.Applications.RentalAssetType
          Aloe.EnterpriseOne.Model.Applications.RentalAssetTypeConsumable
          Aloe.EnterpriseOne.Model.Applications.RentalAssetTypeProperty
          Aloe.EnterpriseOne.Model.Applications.RentalLeaseContractLine
          Aloe.EnterpriseOne.Model.Applications.RentalLeaseContractLineConsumable
          Aloe.EnterpriseOne.Model.Applications.RentalTransactionLine
          Aloe.EnterpriseOne.Model.Applications.RentalTransactionTemplate
          Aloe.EnterpriseOne.Model.Applications.ServiceService
          Aloe.EnterpriseOne.Model.Applications.ServiceServiceActivityAgreedMaterial
          Aloe.EnterpriseOne.Model.Applications.ServiceServiceActivityAgreedService
          Aloe.EnterpriseOne.Model.Applications.ServiceServiceAgreementLine
          Aloe.EnterpriseOne.Model.Applications.ServiceServiceAgreementService
          Aloe.EnterpriseOne.Model.Applications.ServiceServiceInvoicing
          Aloe.EnterpriseOne.Model.Applications.ServiceServiceObject
          Aloe.EnterpriseOne.Model.Applications.ServiceServiceObjectType
          Aloe.EnterpriseOne.Model.Applications.ServiceServiceOrderLine
          Aloe.EnterpriseOne.Model.Applications.ServiceServiceType
          Aloe.EnterpriseOne.Model.Applications.TelephonyCallDetail
          Aloe.EnterpriseOne.Model.CommunitiesNotification
          Aloe.EnterpriseOne.Model.CommunitiesNotificationSetting
          Aloe.EnterpriseOne.Model.CommunitiesSocialComment
          Aloe.EnterpriseOne.Model.CommunitiesSocialGroup
          Aloe.EnterpriseOne.Model.CommunitiesSocialGroupMember
          Aloe.EnterpriseOne.Model.CommunitiesSocialPost
          Aloe.EnterpriseOne.Model.CommunitiesSocialReaction
          Aloe.EnterpriseOne.Model.CrmCustomer
          Aloe.EnterpriseOne.Model.CrmCustomerProduct
          Aloe.EnterpriseOne.Model.CrmCustomerType
          Aloe.EnterpriseOne.Model.CrmDealer
          Aloe.EnterpriseOne.Model.CrmDiscountType
          Aloe.EnterpriseOne.Model.Crm.DistributionSalesPersonGroup
          Aloe.EnterpriseOne.Model.Crm.DistributionSalesPersonTargetLine
          Aloe.EnterpriseOne.Model.CrmDistributor
          Aloe.EnterpriseOne.Model.Crm.InvoicingInvoicesOption
          Aloe.EnterpriseOne.Model.CrmLineDiscount
          Aloe.EnterpriseOne.Model.Crm.MarketingBonusProgram
          Aloe.EnterpriseOne.Model.Crm.MarketingBonusProgramProduct
          Aloe.EnterpriseOne.Model.Crm.MarketingCampaign
          Aloe.EnterpriseOne.Model.Crm.MarketingDistributionChannel
          Aloe.EnterpriseOne.Model.Crm.MarketingForecastItem
          Aloe.EnterpriseOne.Model.Crm.MarketingProductDistributionChannel
          Aloe.EnterpriseOne.Model.Crm.MarketingTargetGroup
          Aloe.EnterpriseOne.Model.Crm.MarketingTargetGroupMember
          Aloe.EnterpriseOne.Model.Crm.PosDevice
          Aloe.EnterpriseOne.Model.Crm.PosLocation
          Aloe.EnterpriseOne.Model.Crm.PosOperator
          Aloe.EnterpriseOne.Model.Crm.PosProductTypeTaxGroup
          Aloe.EnterpriseOne.Model.Crm.PosRole
          Aloe.EnterpriseOne.Model.Crm.PosSequence
          Aloe.EnterpriseOne.Model.Crm.PosTerminal
          Aloe.EnterpriseOne.Model.Crm.PresalesOffersOption
          Aloe.EnterpriseOne.Model.CrmPriceList
          Aloe.EnterpriseOne.Model.CrmPriceType
          Aloe.EnterpriseOne.Model.Crm.PricingPricingModel
          Aloe.EnterpriseOne.Model.Crm.PricingPricingModelCost
          Aloe.EnterpriseOne.Model.Crm.PricingPricingModelPriceList
          Aloe.EnterpriseOne.Model.CrmProductPrice
          Aloe.EnterpriseOne.Model.CrmPromotionalPackage
          Aloe.EnterpriseOne.Model.CrmPromotionalPackageLine
          Aloe.EnterpriseOne.Model.Crm.SalesDefaultSalesOrderDocumentProperty
          Aloe.EnterpriseOne.Model.Crm.SalesDefaultSalesOrderPaymentPlan
          Aloe.EnterpriseOne.Model.Crm.SalesDocumentTypePaymentOption
          Aloe.EnterpriseOne.Model.Crm.SalesSalesOrderPaymentOrdersTemplate
          Aloe.EnterpriseOne.Model.Crm.SalesSalesOrderPaymentPlan
          Aloe.EnterpriseOne.Model.Crm.SalesSalesOrderPromotionalPackage
          Aloe.EnterpriseOne.Model.Crm.SalesSalesOrdersOption
          Aloe.EnterpriseOne.Model.CrmSalesPerson
          Aloe.EnterpriseOne.Model.Finance.AccountingAccount
          Aloe.EnterpriseOne.Model.Finance.AccountingAccountGroup
          Aloe.EnterpriseOne.Model.Finance.AccountingAccountRequiredProperty
          Aloe.EnterpriseOne.Model.Finance.AccountingCostCenter
          Aloe.EnterpriseOne.Model.Finance.AccountingFinancialStatement
          Aloe.EnterpriseOne.Model.Finance.AccountingFinancialStatementNode
          Aloe.EnterpriseOne.Model.Finance.AccountingFinancialStatementNodeCorrespondance
          Aloe.EnterpriseOne.Model.Finance.AccountingProfitCenter
          Aloe.EnterpriseOne.Model.Finance.AccountingTemplate
          Aloe.EnterpriseOne.Model.Finance.AccountingTemplateLine
          Aloe.EnterpriseOne.Model.Finance.AccountingTemplateLineProperty
          Aloe.EnterpriseOne.Model.Finance.AccountingTemplateRouteLink
          Aloe.EnterpriseOne.Model.Finance.AccountingVoucherCorrespondance
          Aloe.EnterpriseOne.Model.Finance.AssetsAsset
          Aloe.EnterpriseOne.Model.Finance.AssetsAssetCategory
          Aloe.EnterpriseOne.Model.Finance.AssetsAssetGroup
          Aloe.EnterpriseOne.Model.Finance.AssetsAssetTransactionLine
          Aloe.EnterpriseOne.Model.Finance.AssetsDepreciationAsset
          Aloe.EnterpriseOne.Model.Finance.AssetsDepreciationMethod
          Aloe.EnterpriseOne.Model.Finance.AssetsDepreciationPlanLineFixedValue
          Aloe.EnterpriseOne.Model.Finance.AssetsDepreciationPlanTemplate
          Aloe.EnterpriseOne.Model.Finance.AssetsValuationModel
          Aloe.EnterpriseOne.Model.Finance.CostAllocationModel
          Aloe.EnterpriseOne.Model.Finance.CostCalculationCost
          Aloe.EnterpriseOne.Model.Finance.CostCalculationProductOutput
          Aloe.EnterpriseOne.Model.Finance.CostCalculationResult
          Aloe.EnterpriseOne.Model.Finance.CostCostType
          Aloe.EnterpriseOne.Model.Finance.CostDistributionCost
          Aloe.EnterpriseOne.Model.Finance.CostDistributionOutput
          Aloe.EnterpriseOne.Model.Finance.CostDistributionResult
          Aloe.EnterpriseOne.Model.Finance.CostTemplate
          Aloe.EnterpriseOne.Model.Finance.CostTemplateCostType
          Aloe.EnterpriseOne.Model.Finance.CostTemplateLevel
          Aloe.EnterpriseOne.Model.Finance.IntrastatCommodityCode
          Aloe.EnterpriseOne.Model.Finance.IntrastatDeclarationLine
          Aloe.EnterpriseOne.Model.Finance.IntrastatDocumentAmountTypeSetting
          Aloe.EnterpriseOne.Model.Finance.PaymentsBulkPaymentOrderLine
          Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentAccount
          Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentReason
          Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentSlipAmount
          Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentSlipLine
          Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentSlipPaymentTransactionsTemplate
          Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentType
          Aloe.EnterpriseOne.Model.Finance.VatBGVATDeclaringPerson
          Aloe.EnterpriseOne.Model.Finance.VatBGVATDocumentTypeVATCode
          Aloe.EnterpriseOne.Model.Finance.VatDealType
          Aloe.EnterpriseOne.Model.GeneralConfig
          Aloe.EnterpriseOne.Model.General.ContactsActivityParticipant
          Aloe.EnterpriseOne.Model.General.ContactsActivityResource
          Aloe.EnterpriseOne.Model.General.ContactsActivityTemplate
          Aloe.EnterpriseOne.Model.General.ContactsActivityTimeInterval
          Aloe.EnterpriseOne.Model.General.ContactsCompanyDepartment
          Aloe.EnterpriseOne.Model.General.ContactsCompanyEmployee
          Aloe.EnterpriseOne.Model.General.ContactsContactMechanism
          Aloe.EnterpriseOne.Model.General.ContactsContactMechanismPurpos
          Aloe.EnterpriseOne.Model.General.ContactsParty
          Aloe.EnterpriseOne.Model.General.ContactsPartyBankAccount
          Aloe.EnterpriseOne.Model.General.ContactsPartyContactMechanism
          Aloe.EnterpriseOne.Model.General.ContactsPartyPicture
          Aloe.EnterpriseOne.Model.General.ContactsPartyRelationship
          Aloe.EnterpriseOne.Model.General.ContactsPartyRelationshipType
          Aloe.EnterpriseOne.Model.General.ContactsReminder
          Aloe.EnterpriseOne.Model.GeneralCurrency
          Aloe.EnterpriseOne.Model.GeneralCurrencyDirectoryLine
          Aloe.EnterpriseOne.Model.GeneralCustomProperty
          Aloe.EnterpriseOne.Model.GeneralCustomPropertyAllowedValue
          Aloe.EnterpriseOne.Model.GeneralDocument
          Aloe.EnterpriseOne.Model.GeneralDocumentAmount
          Aloe.EnterpriseOne.Model.GeneralDocumentAmountReferencedDocument
          Aloe.EnterpriseOne.Model.GeneralDocumentAmountType
          Aloe.EnterpriseOne.Model.GeneralDocumentAmountTypeDependency
          Aloe.EnterpriseOne.Model.GeneralDocumentChild
          Aloe.EnterpriseOne.Model.GeneralDocumentComment
          Aloe.EnterpriseOne.Model.GeneralDocumentDistributedAmount
          Aloe.EnterpriseOne.Model.GeneralDocumentFileAttachment
          Aloe.EnterpriseOne.Model.GeneralDocumentLineAmount
          Aloe.EnterpriseOne.Model.GeneralDocumentLink
          Aloe.EnterpriseOne.Model.GeneralDocumentManualDistributedAmount
          Aloe.EnterpriseOne.Model.GeneralDocumentPrint
          Aloe.EnterpriseOne.Model.GeneralDocumentPrintImage
          Aloe.EnterpriseOne.Model.GeneralDocumentStateChange
          Aloe.EnterpriseOne.Model.GeneralDocumentType
          Aloe.EnterpriseOne.Model.GeneralDocumentTypeAmount
          Aloe.EnterpriseOne.Model.GeneralDocumentTypeEnterpriseCompany
          Aloe.EnterpriseOne.Model.GeneralDocumentTypeNotification
          Aloe.EnterpriseOne.Model.GeneralDocumentTypeProperty
          Aloe.EnterpriseOne.Model.GeneralDocumentTypeSecurityCondition
          Aloe.EnterpriseOne.Model.GeneralDocumentTypeUserStatus
          Aloe.EnterpriseOne.Model.GeneralDocumentVersion
          Aloe.EnterpriseOne.Model.GeneralEnterpriseCompany
          Aloe.EnterpriseOne.Model.General.GeographyAdministrativeRegion
          Aloe.EnterpriseOne.Model.General.GeographyArea
          Aloe.EnterpriseOne.Model.General.GeographyCountry
          Aloe.EnterpriseOne.Model.General.GeographyGeoPoint
          Aloe.EnterpriseOne.Model.General.GeographyMapPoint
          Aloe.EnterpriseOne.Model.GeneralLinkType
          Aloe.EnterpriseOne.Model.GeneralMeasurementCategory
          Aloe.EnterpriseOne.Model.GeneralMeasurementUnit
          Aloe.EnterpriseOne.Model.GeneralPartyApplicableLegislation
          Aloe.EnterpriseOne.Model.GeneralPartyLocationNumber
          Aloe.EnterpriseOne.Model.GeneralPrintout
          Aloe.EnterpriseOne.Model.GeneralPrintoutLayout
          Aloe.EnterpriseOne.Model.GeneralProductCatalog
          Aloe.EnterpriseOne.Model.General.ProductsCodingSystem
          Aloe.EnterpriseOne.Model.General.ProductsProduct
          Aloe.EnterpriseOne.Model.General.ProductsProductCode
          Aloe.EnterpriseOne.Model.General.ProductsProductDimension
          Aloe.EnterpriseOne.Model.General.ProductsProductDocumentAmount
          Aloe.EnterpriseOne.Model.General.ProductsProductGroup
          Aloe.EnterpriseOne.Model.General.ProductsProductGroupRangeProperty
          Aloe.EnterpriseOne.Model.General.ProductsProductGroupRequiredProperty
          Aloe.EnterpriseOne.Model.General.ProductsProductPicture
          Aloe.EnterpriseOne.Model.General.ProductsProductSupply
          Aloe.EnterpriseOne.Model.General.ProductsProductType
          Aloe.EnterpriseOne.Model.General.ProductsProductTypePurchaseInvoiceLineProperty
          Aloe.EnterpriseOne.Model.General.ProductsVariantColor
          Aloe.EnterpriseOne.Model.General.ProductsVariantSize
          Aloe.EnterpriseOne.Model.General.ProductsVariantStyle
          Aloe.EnterpriseOne.Model.GeneralProductVariant
          Aloe.EnterpriseOne.Model.GeneralPropertiesCategory
          Aloe.EnterpriseOne.Model.GeneralPropertyEnterpriseCompanyFilter
          Aloe.EnterpriseOne.Model.GeneralPropertyValue
          Aloe.EnterpriseOne.Model.GeneralReport
          Aloe.EnterpriseOne.Model.GeneralReportQuery
          Aloe.EnterpriseOne.Model.General.ResourcesResource
          Aloe.EnterpriseOne.Model.General.ResourcesResourceAvailability
          Aloe.EnterpriseOne.Model.General.ResourcesResourceCostRate
          Aloe.EnterpriseOne.Model.General.ResourcesResourceGroup
          Aloe.EnterpriseOne.Model.General.ResourcesResourceInstance
          Aloe.EnterpriseOne.Model.General.ResourcesWorkSchedule
          Aloe.EnterpriseOne.Model.General.ResourcesWorkScheduleWorkingTime
          Aloe.EnterpriseOne.Model.GeneralScheduledDocumentEvent
          Aloe.EnterpriseOne.Model.GeneralSequence
          Aloe.EnterpriseOne.Model.GeneralSequenceGenerator
          Aloe.EnterpriseOne.Model.Logistics.InventoryCostCorrectionLine
          Aloe.EnterpriseOne.Model.Logistics.InventoryCostCorrectionsOption
          Aloe.EnterpriseOne.Model.Logistics.InventoryLot
          Aloe.EnterpriseOne.Model.Logistics.InventoryProductDefaultStoreBin
          Aloe.EnterpriseOne.Model.Logistics.InventoryProductValuationGroup
          Aloe.EnterpriseOne.Model.Logistics.InventoryReconciliationOrder
          Aloe.EnterpriseOne.Model.Logistics.InventoryReconciliationOrderLine
          Aloe.EnterpriseOne.Model.Logistics.InventoryRequisitionPlan
          Aloe.EnterpriseOne.Model.Logistics.InventoryScrapType
          Aloe.EnterpriseOne.Model.Logistics.InventorySerialNumber
          Aloe.EnterpriseOne.Model.Logistics.InventoryStoreBin
          Aloe.EnterpriseOne.Model.Logistics.InventoryStoreGroup
          Aloe.EnterpriseOne.Model.Logistics.InventoryStoreResponsibleParty
          Aloe.EnterpriseOne.Model.Logistics.InventorySupplySchema
          Aloe.EnterpriseOne.Model.Logistics.InventorySupplySchemaRoute
          Aloe.EnterpriseOne.Model.Logistics.InventoryTransactionEntryTemplate
          Aloe.EnterpriseOne.Model.Logistics.InventoryTransferOrdersOption
          Aloe.EnterpriseOne.Model.Logistics.ProcurementPurchaseInvoicesOption
          Aloe.EnterpriseOne.Model.Logistics.ProcurementPurchaseOperationType
          Aloe.EnterpriseOne.Model.Logistics.ProcurementPurchasePriceList
          Aloe.EnterpriseOne.Model.Logistics.ProcurementPurchaseProductPrice
          Aloe.EnterpriseOne.Model.Logistics.ProcurementSupplier
          Aloe.EnterpriseOne.Model.Logistics.ProcurementSupplierType
          Aloe.EnterpriseOne.Model.Logistics.ShipmentCargoType
          Aloe.EnterpriseOne.Model.Logistics.ShipmentCarrier
          Aloe.EnterpriseOne.Model.Logistics.ShipmentTransportationMode
          Aloe.EnterpriseOne.Model.Logistics.ShipmentTransportationVehicle
          Aloe.EnterpriseOne.Model.Logistics.WmsWarehouse
          Aloe.EnterpriseOne.Model.Logistics.WmsWarehouseLocation
          Aloe.EnterpriseOne.Model.Logistics.WmsWarehouseOrder
          Aloe.EnterpriseOne.Model.Logistics.WmsWarehouseOrderLine
          Aloe.EnterpriseOne.Model.Logistics.WmsWarehouseRequisitionExecution
          Aloe.EnterpriseOne.Model.Logistics.WmsWarehouseWorker
          Aloe.EnterpriseOne.Model.Logistics.WmsWarehouseZone
          Aloe.EnterpriseOne.Model.Production.ResourcesCapacity
          Aloe.EnterpriseOne.Model.Production.ResourcesFunction
          Aloe.EnterpriseOne.Model.Production.ResourcesFunctionGroup
          Aloe.EnterpriseOne.Model.Production.ResourcesLoad
          Aloe.EnterpriseOne.Model.Production.ResourcesOperation
          Aloe.EnterpriseOne.Model.Production.ResourcesOperationGroup
          Aloe.EnterpriseOne.Model.Production.ResourcesOperationInstruction
          Aloe.EnterpriseOne.Model.Production.ResourcesResource
          Aloe.EnterpriseOne.Model.Production.ResourcesResourceFunction
          Aloe.EnterpriseOne.Model.Production.ResourcesResourceGroup
          Aloe.EnterpriseOne.Model.Production.ResourcesWorkgroup
          Aloe.EnterpriseOne.Model.Production.ResourcesWorkgroupResource
          Aloe.EnterpriseOne.Model.Production.ResourcesWorkgroupShift
          Aloe.EnterpriseOne.Model.Production.ShopFloorOutputOrderDistributedMaterialConsumption
          Aloe.EnterpriseOne.Model.Production.ShopFloorWorkOrderItemOperation
          Aloe.EnterpriseOne.Model.Production.TechnologiesPrincipalRecipe
          Aloe.EnterpriseOne.Model.Production.TechnologiesPrincipalRecipeIngredient
          Aloe.EnterpriseOne.Model.Production.TechnologiesPrincipalRecipeOperation
          Aloe.EnterpriseOne.Model.Production.TechnologiesRecipe
          Aloe.EnterpriseOne.Model.Production.TechnologiesRecipeIngredient
          Aloe.EnterpriseOne.Model.Production.TechnologiesRecipeOperation
          Aloe.EnterpriseOne.Model.ProductionWorkOrderDocumentTypesOption
          Aloe.EnterpriseOne.Model.ProjectsProject
          Aloe.EnterpriseOne.Model.ProjectsProjectParticipant
          Aloe.EnterpriseOne.Model.ProjectsProjectRisk
          Aloe.EnterpriseOne.Model.ProjectsProjectRiskDiscussion
          Aloe.EnterpriseOne.Model.ProjectsProjectTask
          Aloe.EnterpriseOne.Model.ProjectsProjectTaskDependancy
          Aloe.EnterpriseOne.Model.ProjectsProjectTaskMaterial
          Aloe.EnterpriseOne.Model.ProjectsProjectTaskParticipant
          Aloe.EnterpriseOne.Model.ProjectsProjectTaskResource
          Aloe.EnterpriseOne.Model.ProjectsProjectType
          Aloe.EnterpriseOne.Model.ProjectsProjectWorkElement
          Aloe.EnterpriseOne.Model.ProjectsResource
          Aloe.EnterpriseOne.Model.ProjectsTaskType
          Aloe.EnterpriseOne.Model.ProjectsTemplate
          Aloe.EnterpriseOne.Model.ProjectsTemplateRisk
          Aloe.EnterpriseOne.Model.ProjectsTemplateWorkElement
          Aloe.EnterpriseOne.Model.ProjectsTypeRole
          Aloe.EnterpriseOne.Model.ProjectsTypeWorkElement
          Aloe.EnterpriseOne.Model.ProjectsTypeWorkType
          Aloe.EnterpriseOne.Model.ProjectsWorkReportMaterial
          Aloe.EnterpriseOne.Model.ProjectsWorkReportResource
          Aloe.EnterpriseOne.Model.Systems.BpmCalculatedAttribute
          Aloe.EnterpriseOne.Model.Systems.BpmCalculatedAttributeExpression
          Aloe.EnterpriseOne.Model.Systems.BpmExecutionStep
          Aloe.EnterpriseOne.Model.Systems.BpmProcess
          Aloe.EnterpriseOne.Model.Systems.BpmProcessConnection
          Aloe.EnterpriseOne.Model.Systems.BpmProcessElement
          Aloe.EnterpriseOne.Model.Systems.BpmProcessGroup
          Aloe.EnterpriseOne.Model.Systems.BpmProcessInstance
          Aloe.EnterpriseOne.Model.Systems.BpmProcessLane
          Aloe.EnterpriseOne.Model.Systems.BpmProcessNode
          Aloe.EnterpriseOne.Model.Systems.BpmProcessNodeEvent
          Aloe.EnterpriseOne.Model.Systems.BpmProcessNodeTimerEvent
          Aloe.EnterpriseOne.Model.Systems.BpmUserBusinessRule
          Aloe.EnterpriseOne.Model.Systems.BpmUserBusinessRuleAction
          Aloe.EnterpriseOne.Model.Systems.BpmUserBusinessRuleCondition
          Aloe.EnterpriseOne.Model.Systems.BpmUserBusinessRuleEvent
          Aloe.EnterpriseOne.Model.Systems.CoreAuditLogEntry
          Aloe.EnterpriseOne.Model.Systems.CoreDataEntryDefaultValue
          Aloe.EnterpriseOne.Model.Systems.CoreEntitySetting
          Aloe.EnterpriseOne.Model.Systems.CoreExtensibleDataObject
          Aloe.EnterpriseOne.Model.Systems.CoreExternalApplication
          Aloe.EnterpriseOne.Model.Systems.CoreInformationMessage
          Aloe.EnterpriseOne.Model.Systems.CoreJob
          Aloe.EnterpriseOne.Model.Systems.CoreObjectChange
          Aloe.EnterpriseOne.Model.Systems.CoreObjectChangeset
          Aloe.EnterpriseOne.Model.Systems.CoreObjectFile
          Aloe.EnterpriseOne.Model.Systems.CoreObjectVersion
          Aloe.EnterpriseOne.Model.Systems.CoreResolvedConflict
          Aloe.EnterpriseOne.Model.Systems.CoreTextTranslation
          Aloe.EnterpriseOne.Model.Systems.CoreTranslation
          Aloe.EnterpriseOne.Model.Systems.CoreUpdateProcedureExecute
          Aloe.EnterpriseOne.Model.Systems.CoreWebHost
          Aloe.EnterpriseOne.Model.Systems.CoreWebSite
          Aloe.EnterpriseOne.Model.Systems.ExternalPublicUser
          Aloe.EnterpriseOne.Model.Systems.ExternalPublicUserList
          Aloe.EnterpriseOne.Model.Systems.ReportingDataSource
          Aloe.EnterpriseOne.Model.Systems.ReportingDataSourceQuery
          Aloe.EnterpriseOne.Model.Systems.ReportingReport
          Aloe.EnterpriseOne.Model.Systems.SecurityAccessKey
          Aloe.EnterpriseOne.Model.Systems.SecurityColumnPermission
          Aloe.EnterpriseOne.Model.Systems.SecurityDomain
          Aloe.EnterpriseOne.Model.Systems.SecurityDomainProvider
          Aloe.EnterpriseOne.Model.Systems.SecurityGroup
          Aloe.EnterpriseOne.Model.Systems.SecurityGroupAccessKey
          Aloe.EnterpriseOne.Model.Systems.SecurityTrustedApplication
          Aloe.EnterpriseOne.Model.Systems.SecurityTrustedApplicationAuthorization
          Aloe.EnterpriseOne.Model.Systems.SecurityUser
          Aloe.EnterpriseOne.Model.Systems.SecurityUserAccessKey
          Aloe.EnterpriseOne.Model.Systems.SecurityUserGroup
          Aloe.EnterpriseOne.Model.Systems.SecurityUserProviderLogin
          Aloe.EnterpriseOne.Model.Systems.SecurityUserProviderToken
          Aloe.EnterpriseOne.Model.Systems.SecurityVisualPermission
          Aloe.EnterpriseOne.Model.Systems.UIFormLayout
          Aloe.EnterpriseOne.Model.Systems.WorkflowProcess
          Aloe.EnterpriseOne.Model.Systems.WorkflowRole
          Aloe.EnterpriseOne.Model.Systems.WorkflowRoleUser
          Aloe.EnterpriseOne.Model.Systems.WorkflowRoute
          Aloe.EnterpriseOne.Model.WmsWarehouseOrderExecution