Click or drag to resize

ReconciliationLinesRepository Properties

The ReconciliationLinesRepository type exposes the following members.

Properties
  NameDescription
Public propertyAggregateParentRepository
Gets the aggregate parent repository.
(Inherited from Repository.)
Public propertyAllowTrackChanges
Gets a value indicating whether this repository allows tracking changes.
(Inherited from EnterpriseOneEntityRepository.)
Public propertyAttributes
List of Attributes of the container
(Inherited from Repository.)
Public propertyCalculatedAttributes
Gets the calculated attributes.
(Inherited from EnterpriseOneEntityRepository.)
Public propertyChildCollections
List of collections of child objects
(Inherited from EntityRepository.)
Public propertyEntityName
Gets the name of the entity.
(Inherited from EntityRepository.)
Public propertyGhostObjectType
Gets the type of the ghost object.
(Inherited from EntityRepository.)
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 EnterpriseOneEntityRepository.)
Public propertyRules
Gets the repository rules.
(Inherited from EditableRepository.)
Public propertySettings
Gets the entity settings. Can be null.
(Inherited from EnterpriseOneEntityRepository.)
Public propertySupportsObjectDuplication
Gets a value indicating whether the repository supports object duplication.
(Inherited from EntityRepository.)
Public propertySystemTrackChangesLevel
Gets the system default track changes level for the repository.
(Inherited from EnterpriseOneEntityRepository.)
Public propertyTrackChangesLevel
Gets a value indicating whether track changes is enabled for this repository. This property is checked for aggregate roots.
(Inherited from EnterpriseOneEntityRepository.)
Top
See Also