Click or drag to resize

Aloe.EnterpriseOne.Model.Core Namespace

 
Classes
  ClassDescription
Public classAmountDataAttributeTObject
Provides storage for data attributes of type Amount
Public classBasePersistenceProvider
Provides basic persistence and behavior functionality of the model. Uses only data access commands to access the data source.
Public classBusinessEventType
Represents an event for which a business rule is triggered.
Public classBusinessRulesClassAttribute
Marks a class as business rules container class. Usually this is a static class with static fields marked with RegisterRuleAttribute.
Public classCodeNamePair
Defines a code/name pair, that can be set or retrieved.
Public classConditionalBusinessRule
Provides business rule that will be registered to repositories that satisfy certain condition.
Public classDocumentVersioningSystem
The system used to persist document versions.
Public classEnterpriseOneEntityObject
Base abstract class for all EnterpriseOne entity objects
Public classEnterpriseOneEntityRepository
Base abstract class for all EnterpriseOne entity repositories
Public classEnterpriseOneTransaction
EnterpriseOne implementation of ObjectTransaction.
Public classEnterpriseOneTransactionApplicationsAssetManagementObjects
Provides typed access to the repositories in the Applications.AssetManagement namespace.
Public classEnterpriseOneTransactionApplicationsCmsObjects
Provides typed access to the repositories in the Applications.Cms namespace.
Public classEnterpriseOneTransactionApplicationsDataWarehouseObjects
Provides typed access to the repositories in the Applications.DataWarehouse namespace.
Public classEnterpriseOneTransactionApplicationsFleetObjects
Provides typed access to the repositories in the Applications.Fleet namespace.
Public classEnterpriseOneTransactionApplicationsMailObjects
Provides typed access to the repositories in the Applications.Mail namespace.
Public classEnterpriseOneTransactionApplicationsObjects
Provides typed access to the repositories in the Applications namespace.
Public classEnterpriseOneTransactionApplicationsPersonalDataObjects
Provides typed access to the repositories in the Applications.PersonalData namespace.
Public classEnterpriseOneTransactionApplicationsRentalObjects
Provides typed access to the repositories in the Applications.Rental namespace.
Public classEnterpriseOneTransactionApplicationsServiceObjects
Provides typed access to the repositories in the Applications.Service namespace.
Public classEnterpriseOneTransactionApplicationsTelephonyObjects
Provides typed access to the repositories in the Applications.Telephony namespace.
Public classEnterpriseOneTransactionCommunitiesObjects
Provides typed access to the repositories in the Communities namespace.
Public classEnterpriseOneTransactionCrmDistributionObjects
Provides typed access to the repositories in the Crm.Distribution namespace.
Public classEnterpriseOneTransactionCrmInvoicingObjects
Provides typed access to the repositories in the Crm.Invoicing namespace.
Public classEnterpriseOneTransactionCrmMarketingObjects
Provides typed access to the repositories in the Crm.Marketing namespace.
Public classEnterpriseOneTransactionCrmObjects
Provides typed access to the repositories in the Crm namespace.
Public classEnterpriseOneTransactionCrmPosObjects
Provides typed access to the repositories in the Crm.Pos namespace.
Public classEnterpriseOneTransactionCrmPresalesObjects
Provides typed access to the repositories in the Crm.Presales namespace.
Public classEnterpriseOneTransactionCrmPricingObjects
Provides typed access to the repositories in the Crm.Pricing namespace.
Public classEnterpriseOneTransactionCrmSalesObjects
Provides typed access to the repositories in the Crm.Sales namespace.
Public classEnterpriseOneTransactionFinanceAccountingObjects
Provides typed access to the repositories in the Finance.Accounting namespace.
Public classEnterpriseOneTransactionFinanceAssetsObjects
Provides typed access to the repositories in the Finance.Assets namespace.
Public classEnterpriseOneTransactionFinanceCostObjects
Provides typed access to the repositories in the Finance.Cost namespace.
Public classEnterpriseOneTransactionFinanceIntrastatObjects
Provides typed access to the repositories in the Finance.Intrastat namespace.
Public classEnterpriseOneTransactionFinanceObjects
Provides typed access to the repositories in the Finance namespace.
Public classEnterpriseOneTransactionFinancePaymentsObjects
Provides typed access to the repositories in the Finance.Payments namespace.
Public classEnterpriseOneTransactionFinanceVatObjects
Provides typed access to the repositories in the Finance.Vat namespace.
Public classEnterpriseOneTransactionGeneralContactsObjects
Provides typed access to the repositories in the General.Contacts namespace.
Public classEnterpriseOneTransactionGeneralGeographyObjects
Provides typed access to the repositories in the General.Geography namespace.
Public classEnterpriseOneTransactionGeneralObjects
Provides typed access to the repositories in the General namespace.
Public classEnterpriseOneTransactionGeneralProductsObjects
Provides typed access to the repositories in the General.Products namespace.
Public classEnterpriseOneTransactionGeneralResourcesObjects
Provides typed access to the repositories in the General.Resources namespace.
Public classEnterpriseOneTransactionLogisticsInventoryDemandManagementObjects
Provides typed access to the repositories in the Logistics.Inventory.DemandManagement namespace.
Public classEnterpriseOneTransactionLogisticsInventoryObjects
Provides typed access to the repositories in the Logistics.Inventory namespace.
Public classEnterpriseOneTransactionLogisticsObjects
Provides typed access to the repositories in the Logistics namespace.
Public classEnterpriseOneTransactionLogisticsProcurementObjects
Provides typed access to the repositories in the Logistics.Procurement namespace.
Public classEnterpriseOneTransactionLogisticsShipmentObjects
Provides typed access to the repositories in the Logistics.Shipment namespace.
Public classEnterpriseOneTransactionLogisticsWmsObjects
Provides typed access to the repositories in the Logistics.Wms namespace.
Public classEnterpriseOneTransactionProductionObjects
Provides typed access to the repositories in the Production namespace.
Public classEnterpriseOneTransactionProductionResourcesObjects
Provides typed access to the repositories in the Production.Resources namespace.
Public classEnterpriseOneTransactionProductionShopFloorObjects
Provides typed access to the repositories in the Production.ShopFloor namespace.
Public classEnterpriseOneTransactionProductionTechnologiesObjects
Provides typed access to the repositories in the Production.Technologies namespace.
Public classEnterpriseOneTransactionProjectsObjects
Provides typed access to the repositories in the Projects namespace.
Public classEnterpriseOneTransactionSystemsBpmObjects
Provides typed access to the repositories in the Systems.Bpm namespace.
Public classEnterpriseOneTransactionSystemsCoreObjects
Provides typed access to the repositories in the Systems.Core namespace.
Public classEnterpriseOneTransactionSystemsExternalObjects
Provides typed access to the repositories in the Systems.External namespace.
Public classEnterpriseOneTransactionSystemsObjects
Provides typed access to the repositories in the Systems namespace.
Public classEnterpriseOneTransactionSystemsReportingObjects
Provides typed access to the repositories in the Systems.Reporting namespace.
Public classEnterpriseOneTransactionSystemsSecurityObjects
Provides typed access to the repositories in the Systems.Security namespace.
Public classEnterpriseOneTransactionSystemsUIObjects
Provides typed access to the repositories in the Systems.UI namespace.
Public classEnterpriseOneTransactionSystemsWorkflowObjects
Provides typed access to the repositories in the Systems.Workflow namespace.
Public classEnterpriseOneTransactionWmsObjects
Provides typed access to the repositories in the Wms namespace.
Public classEnterpriseOneViewObject
Base abstract class for all EnterpriseOne view objects.
Public classEnterpriseOneViewRepository
Base abstract class for all EnterpriseOne views.
Public classMultilanguageStringDataAttributeTObject
Provides utilities for persistence and serialization for MultilanguageString instances.
Public classPlatformLicenses
Contains the license codes for the different platform modules and services. The license codes are used in calls to GetLicenseCount(String).
Public classQuantityDataAttributeTObject
Provides storage for data attributes of type Quantity
Public classRegisterRuleAttribute
This attribute specifies that the business rule will be registered to the repositories for objects that implement the specified object type. Can be applied to static fields of class that is marked with BusinessRulesClassAttribute.
Public classRepositoryAttribute
Specifies the repository of a domain object
Public classThreadName
Sets name for the current thread and restores the original thread name in Dispose. Should be used inside a using block.
Interfaces
  InterfaceDescription
Public interfaceICodeNamePair
Represents an instance, which has code and name
Public interfaceIInvoiceDocument
Represents an invoice document - sale invoice or purchase invoice.
Public interfaceIIsFinished
The interface provides access to the 'Finished' attribute of a document line.
Public interfaceIPrintoutLayout
Represents a stored printout layout.