Click or drag to resize

BasePersistenceProvider Methods

The BasePersistenceProvider type exposes the following members.

Methods
  NameDescription
Public methodEnumerateEntityObjects
Enumerates and returns (as dictionary) all entity objects in all tables of the buffer.
(Inherited from RepositorySource.)
Public methodGetLicenseCount
Gets the count of the installed licenses for the specified license code.
Public methodGetRepositoryByEntityName
Gets the repository, which has the specified table as its primary table.
(Inherited from RepositorySource.)
Public methodGetRepositoryByEntityNameOrDefault
Returns the repository, handling the specified tableName
(Inherited from RepositorySource.)
Public methodGetRepositoryByName
Gets the repository with the specified name.
(Inherited from RepositorySource.)
Public methodGetRepositoryByObjectType(Type)
Gets the repository for the specified domain object type.
(Inherited from RepositorySource.)
Public methodGetRepositoryByObjectTypeTObject
Returns the repository for the specified domain object type
(Inherited from RepositorySource.)
Public methodGetRepositoryByObjectTypeName
Gets the repository with the specified name.
(Overrides RepositorySourceGetRepositoryByObjectTypeName(String).)
Public methodIsBusinessRuleRevoked
Determines whether the specified business rule is revoked by the user.
Public methodRegisterConditionalBusinessRules
Register the conditional business rules to the specified repository.
Public methodRegisterUserBusinessRules
Registers the user business rules.
Top
See Also