InvoiceOrdersRepository Class |
Namespace: Aloe.EnterpriseOne.Model.Crm.Invoicing
The InvoiceOrdersRepository type exposes the following members.
Name | Description | |
---|---|---|
![]() | InvoiceOrdersRepository | Initializes a new instance of the InvoiceOrdersRepository class with specific RepositorySource |
Name | Description | |
---|---|---|
![]() | AggregateParentRepository |
Gets the aggregate parent repository.
(Inherited from Repository.) |
![]() | AllowTrackChanges |
Gets a value indicating whether this repository allows tracking changes.
(Inherited from EnterpriseOneEntityRepository.) |
![]() | Attributes |
List of Attributes of the container
(Inherited from Repository.) |
![]() | CalculatedAttributes |
Gets the calculated attributes.
(Inherited from EnterpriseOneEntityRepository.) |
![]() | ChildCollections |
List of collections of child objects
(Inherited from EntityRepository.) |
![]() | EntityName |
Gets the name of the entity.
(Inherited from EntityRepository.) |
![]() | GhostObjectType |
Gets the type of the ghost object.
(Inherited from EntityRepository.) |
![]() | LocalizedName |
Gets the name of the repository in the current UI culture.
(Inherited from Repository.) |
![]() | Name |
The name of the repository, including the name-space.
(Inherited from Repository.) |
![]() | ObjectType |
Gets the type of the domain objects, which are managed by the repository.
(Overrides RepositoryObjectType.) |
![]() | ParentRepository |
Gets the parent repository or null if there is no parent repository.
(Inherited from Repository.) |
![]() | PrimaryTableName |
The name of the primary storage table, used to persist the domain objects
(Inherited from DataAccessRepository.) |
![]() | References |
List of references to entity objects
(Inherited from Repository.) |
![]() | RepositorySource |
The RepositorySource of this repository
(Inherited from EnterpriseOneEntityRepository.) |
![]() | Rules |
Gets the repository rules.
(Inherited from EditableRepository.) |
![]() | Settings |
Gets the entity settings. Can be null.
(Inherited from EnterpriseOneEntityRepository.) |
![]() | SupportedGenerationProcedures |
Gets the generation procedures, supported by the document entity type.
(Overrides DocumentsRepositoryBaseSupportedGenerationProcedures.) |
![]() | SupportsObjectDuplication |
Gets a value indicating whether the repository supports object duplication.
(Inherited from EntityRepository.) |
![]() | SystemTrackChangesLevel |
Gets the system default track changes level for the repository.
(Inherited from DocumentsRepositoryBase.) |
![]() | TrackChangesLevel |
Gets a value indicating whether track changes is enabled for this repository.
This property is checked for aggregate roots.
(Inherited from EnterpriseOneEntityRepository.) |
Name | Description | |
---|---|---|
![]() | ChangeState |
Changes the state of the specified document.
(Inherited from DocumentsRepositoryBase.) |
![]() | Complete |
Changes the document state to Completed
(Inherited from DocumentsRepositoryBase.) |
![]() | ConsumeObjects | Consumes and returns the objects found in the specified buffer. (Inherited from EntityRepository.) |
![]() | CreateDataAccessQuery |
Creates a new data access query for the repository, with the specified filter
(Inherited from DataAccessRepository.) |
![]() | CreateQueryT |
Returns IQueryable that can be used in LINQ expressions which query the repository
(Inherited from DataAccessRepository.) |
![]() | DuplicateObject |
Duplicates the object.
(Inherited from EntityRepository.) |
![]() | EnsureFullyLoaded(ObjectTransaction, IEnumerableDomainObject) |
Ensures that the specified objects are fully loaded.
(Inherited from DocumentsRepositoryBase.) |
![]() | EnsureFullyLoaded(ObjectTransaction, IEnumerableDomainObject) |
Ensures that the specified objects are fully loaded.
(Inherited from Repository.) |
![]() | EnumerateObjects |
Enumerates and returns the objects found in the specified buffer.
(Inherited from EntityRepository.) |
![]() | ExecuteBusinessRules |
Validates the specified object for the specified business event.
(Inherited from EditableRepository.) |
![]() | GetAggregateRootRepository |
Gets the aggregate root repository.
If AggregateParentRepository is null the aggregate root is this repository.
(Inherited from Repository.) |
![]() | GetGhostObject |
Gets the ghost object of the current repository.
(Inherited from EntityRepository.) |
![]() | GetIdAttribute |
Returns the attribute, which gets the Id of entity objects
(Overrides EntityRepositoryGetIdAttribute.) |
![]() | GetLocalObjectByKey |
Finds local object with the specified repository-specific key.
Returns null if the object is not found in the local buffer.
(Inherited from EntityRepository.) |
![]() | GetObjectByKey |
Finds or loads object with the specified repository-specific key.
The object is loaded as lazy as possible.
(Inherited from EntityRepository.) |
![]() | GetObjectByPrimaryKey |
Gets or loads the object with the specified primary key.
(Inherited from EntityRepository.) |
![]() | GetObjectByRow |
Finds or creates an object, referencing the specified buffer row.
(Inherited from DataAccessRepository.) |
![]() | GetObjectKeys |
Gets the repository-specific object keys from the objects in the specified buffer.
(Inherited from EntityRepository.) |
![]() | GetObjectsByDocumentIds |
Gets the objects by document ids.
(Inherited from DocumentsRepositoryBase.) |
![]() | GetObjectsByKeys |
Find or loads objects with the specified repository-specific keys.
The objects are eagerly mass loaded.
(Inherited from EntityRepository.) |
![]() | GetObjectsByPrimaryKeys |
Gets or loads the objects with the specified primary keys.
The objects are eagerly mass loaded.
(Inherited from EntityRepository.) |
![]() | GetObjectsByRows |
Finds or creates objects, referencing the specified buffer row.
(Inherited from DataAccessRepository.) |
![]() | GetParentReference |
Gets the parent ownership reference.
(Inherited from Repository.) |
![]() | GetPrintout |
Gets the printout file.
(Inherited from DocumentsRepositoryBase.) |
![]() | GetReferenceTObject, TResult |
Gets the backing reference of the member, specified in the expression. The expression should be in the format 's => s.Member'.
(Inherited from Repository.) |
![]() | GetScalarAttributes |
Gets the scalar attributes.
(Inherited from EnterpriseOneEntityRepository.) |
![]() | InstantiateNewObject |
Creates a new domain object of the type, managed by the repository.
(Inherited from EditableRepository.) |
![]() | IsAggregateRoot |
Returns true if this repository is aggregate root.
(Inherited from Repository.) |
![]() | MakeVoid |
Makes the document void. The operation is irreversible.
(Inherited from DocumentsRepositoryBase.) |
![]() | ReadToBuffer |
Executes the query and returns the result in a buffer
(Inherited from DataAccessRepository.) |
![]() | RefreshAttributes |
Refreshes the attributes collection.
(Inherited from EnterpriseOneEntityRepository.) |
![]() | RegisterRevocableRule |
Registers a business rule, which can be revoked by user config option.
(Inherited from EnterpriseOneEntityRepository.) |
![]() | RegisterRule |
Registers a constraint for the specified validation events.
(Inherited from EditableRepository.) |
![]() | RegisterRuleForTBusinessEvent |
Registers the rule for all events of the specified event type.
(Inherited from EditableRepository.) |
![]() | RegisterRuleForAttributeChanged(String, IBusinessRule) |
Registers a rule for the AttributeChangedBusinessEvent event.
(Inherited from EditableRepository.) |
![]() | RegisterRuleForAttributeChanged(IDataAttribute, IBusinessRule) |
Registers a rule for the AttributeChangedBusinessEvent event.
(Inherited from EditableRepository.) |
![]() | RegisterRuleForAttributeChanging |
Registers a rule for the AttributeChangingBusinessEvent event.
(Inherited from EditableRepository.) |
![]() | RegisterRuleForCommit |
Registers a constraint for the Commit validation event. For more information, ValidationEvent.
(Inherited from EditableRepository.) |
![]() | RegisterRuleForObjectReferenceChanged |
Registers a rule for the ObjectReferenceChangedBusinessEvent event.
(Inherited from EditableRepository.) |
Name | Description | |
---|---|---|
![]() ![]() | ApplyDateAttribute | Definition of the ApplyDate data attribute |
![]() ![]() | CreditNoteDescriptionAttribute | Definition of the CreditNoteDescription data attribute |
![]() ![]() | CreditNoteOriginalInvoiceIdAttribute | Definition of the data attribute for CreditNoteOriginalInvoice reference |
![]() ![]() | CreditNoteOriginalInvoiceOrderIdAttribute | Definition of the data attribute for CreditNoteOriginalInvoiceOrder reference |
![]() ![]() | CreditNoteOriginalInvoiceOrderReference | Definition of the CreditNoteOriginalInvoiceOrder reference |
![]() ![]() | CreditNoteOriginalInvoiceReference | Definition of the CreditNoteOriginalInvoice reference |
![]() ![]() | CustomerIdAttribute | Definition of the data attribute for Customer reference |
![]() ![]() | CustomerReference | Definition of the Customer reference |
![]() ![]() | DealTypeIdAttribute | Definition of the data attribute for DealType reference |
![]() ![]() | DealTypeReference | Definition of the DealType reference |
![]() ![]() | DeliveryDateAttribute | Definition of the DeliveryDate data attribute |
![]() ![]() | DocumentCurrencyIdAttribute | Definition of the data attribute for DocumentCurrency reference |
![]() ![]() | DocumentCurrencyReference | Definition of the DocumentCurrency reference |
![]() ![]() | DocumentIdAttribute | Definition of the data attribute referring to the base class table |
![]() ![]() | IdAttribute | Definition of the InvoiceOrder identity attribute |
![]() ![]() | IsReleasedAttribute | Definition of the IsReleased data attribute |
![]() ![]() | IsSingleExecutionAttribute | Definition of the IsSingleExecution data attribute |
![]() ![]() | LinesChildCollectionDefinition | Definition of the Lines child list |
![]() ![]() | NotesAttribute | Definition of the Notes data attribute |
![]() ![]() | PaymentAccountIdAttribute | Definition of the data attribute for PaymentAccount reference |
![]() ![]() | PaymentAccountReference | Definition of the PaymentAccount reference |
![]() ![]() | PaymentDueDateAttribute | Definition of the PaymentDueDate data attribute |
![]() ![]() | PaymentDueStartDateAttribute | Definition of the PaymentDueStartDate data attribute |
![]() ![]() | PaymentTypeDescriptionAttribute | Definition of the PaymentTypeDescription data attribute |
![]() ![]() | PaymentTypeIdAttribute | Definition of the data attribute for PaymentType reference |
![]() ![]() | PaymentTypeReference | Definition of the PaymentType reference |
![]() ![]() | RepositoryName | The name of the repository |
![]() ![]() | SalesOrderIdAttribute | Definition of the data attribute for SalesOrder reference |
![]() ![]() | SalesOrderReference | Definition of the SalesOrder reference |
![]() ![]() | TableName | The primary storage table for InvoiceOrder objects |
Name | Description | |
---|---|---|
![]() | GetExpressionDependencies |
Gets the data attributes and references (from the repository) on which the expression depends.
(Defined by RepositoryExtensions.) |