Click or drag to resize

OrderBalancesRepository Class

Repository class for OrderBalance objects
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class OrderBalancesRepository : EnterpriseOneViewRepository

The OrderBalancesRepository type exposes the following members.

Constructors
  NameDescription
Public methodOrderBalancesRepository
Initializes a new instance of the OrderBalancesRepository class with specific RepositorySource
Top
Properties
  NameDescription
Public propertyAggregateParentRepository
Gets the aggregate parent repository.
(Inherited from Repository.)
Public propertyAttributes
List of Attributes of the container
(Inherited from Repository.)
Public propertyLocalizedName
Gets the name of the repository in the current UI culture.
(Inherited from Repository.)
Public propertyName
The name of the repository, including the name-space.
(Inherited from Repository.)
Public propertyObjectType
Gets the type of the domain objects, which are managed by the repository.
(Overrides RepositoryObjectType.)
Public propertyParentRepository
Gets the parent repository or null if there is no parent repository.
(Inherited from Repository.)
Public propertyPrimaryTableName
The name of the primary storage table, used to persist the domain objects
(Inherited from DataAccessRepository.)
Public propertyReferences
List of references to entity objects
(Inherited from Repository.)
Public propertyRepositorySource
The RepositorySource of this repository
(Inherited from EnterpriseOneViewRepository.)
Top
Methods
  NameDescription
Public methodConsumeObjects
Consumes and returns the objects found in the specified buffer.
(Inherited from Repository.)
Public methodCreateDataAccessQuery
Creates a new data access query for the repository, with the specified filter
(Inherited from DataAccessRepository.)
Public methodCreateQueryT
Returns IQueryable that can be used in LINQ expressions which query the repository
(Inherited from DataAccessRepository.)
Public methodEnsureFullyLoaded
Ensures that the specified objects are fully loaded.
(Inherited from Repository.)
Public methodEnumerateObjects
Enumerates and returns the objects found in the specified buffer.
(Inherited from DataAccessRepository.)
Public methodGetAggregateRootRepository
Gets the aggregate root repository. If AggregateParentRepository is null the aggregate root is this repository.
(Inherited from Repository.)
Public methodGetObjectByRow
Finds or creates an object, referencing the specified buffer row.
(Inherited from DataAccessRepository.)
Public methodGetObjectsByRows
Finds or creates objects, referencing the specified buffer row.
(Inherited from DataAccessRepository.)
Public methodGetParentReference
Gets the parent ownership reference.
(Inherited from Repository.)
Public methodGetReferenceTObject, 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.)
Public methodIsAggregateRoot
Returns true if this repository is aggregate root.
(Inherited from Repository.)
Public methodReadToBuffer
Executes the query and returns the result in a buffer
(Inherited from ViewRepository.)
Public methodRefreshAttributes
Refreshes the attributes collection.
(Inherited from Repository.)
Top
Fields
  NameDescription
Public fieldStatic memberCurrencyIdAttribute
Definition of the data attribute for Currency reference
Public fieldStatic memberCurrencyReference
Definition of the Currency reference
Public fieldStatic memberDirectionAttribute
Definition of the Direction data attribute
Public fieldStatic memberDueDateAttribute
Definition of the DueDate data attribute
Public fieldStatic memberDueStartDateAttribute
Definition of the DueStartDate data attribute
Public fieldStatic memberEnterpriseCompanyIdAttribute
Definition of the data attribute for EnterpriseCompany reference
Public fieldStatic memberEnterpriseCompanyReference
Definition of the EnterpriseCompany reference
Public fieldStatic memberIsInvoicedAttribute
Definition of the IsInvoiced data attribute
Public fieldStatic memberLocationPartyIdAttribute
Definition of the data attribute for LocationParty reference
Public fieldStatic memberLocationPartyReference
Definition of the LocationParty reference
Public fieldStatic memberOrderAmountAttribute
Definition of the OrderAmount data attribute
Public fieldStatic memberPaidAmountAttribute
Definition of the PaidAmount data attribute
Public fieldStatic memberPartyIdAttribute
Definition of the data attribute for Party reference
Public fieldStatic memberPartyReference
Definition of the Party reference
Public fieldStatic memberPaymentOrderIdAttribute
Definition of the data attribute for PaymentOrder reference
Public fieldStatic memberPaymentOrderReference
Definition of the PaymentOrder reference
Public fieldStatic memberRefDocumentDateAttribute
Definition of the RefDocumentDate data attribute
Public fieldStatic memberRefDocumentIdAttribute
Definition of the data attribute for RefDocument reference
Public fieldStatic memberRefDocumentNoAttribute
Definition of the RefDocumentNo data attribute
Public fieldStatic memberRefDocumentReference
Definition of the RefDocument reference
Public fieldStatic memberRefDocumentTypeIdAttribute
Definition of the data attribute for RefDocumentType reference
Public fieldStatic memberRefDocumentTypeReference
Definition of the RefDocumentType reference
Public fieldStatic memberRefInvoiceDocumentDateAttribute
Definition of the RefInvoiceDocumentDate data attribute
Public fieldStatic memberRefInvoiceDocumentIdAttribute
Definition of the data attribute for RefInvoiceDocument reference
Public fieldStatic memberRefInvoiceDocumentNoAttribute
Definition of the RefInvoiceDocumentNo data attribute
Public fieldStatic memberRefInvoiceDocumentReference
Definition of the RefInvoiceDocument reference
Public fieldStatic memberRefInvoiceDocumentTypeIdAttribute
Definition of the data attribute for RefInvoiceDocumentType reference
Public fieldStatic memberRefInvoiceDocumentTypeReference
Definition of the RefInvoiceDocumentType reference
Public fieldStatic memberRepositoryName
The name of the repository
Public fieldStatic memberTableName
The primary storage table for OrderBalance objects
Top
Extension Methods
  NameDescription
Public Extension MethodGetExpressionDependencies
Gets the data attributes and references (from the repository) on which the expression depends.
(Defined by RepositoryExtensions.)
Top
See Also