EnterpriseOneEntityRepository Properties |
The EnterpriseOneEntityRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregateParentRepository |
Gets the aggregate parent repository.
(Inherited from Repository.) | |
| AllowTrackChanges |
Gets a value indicating whether this repository allows tracking changes.
| |
| Attributes |
List of Attributes of the container
(Inherited from Repository.) | |
| CalculatedAttributes |
Gets the calculated attributes.
| |
| 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.
(Inherited from Repository.) | |
| 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
| |
| Rules |
Gets the repository rules.
(Inherited from EditableRepository.) | |
| Settings |
Gets the entity settings. Can be null.
| |
| 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.
| |
| TrackChangesLevel |
Gets a value indicating whether track changes is enabled for this repository.
This property is checked for aggregate roots.
|