![]() | GenericLocalRepositoryTEntity Class |
Namespace: SanteDB.DisconnectedClient.Services.Local
public class GenericLocalRepository<TEntity> : IRepositoryService, IServiceImplementation, IValidatingRepositoryService<TEntity>, IRepositoryService<TEntity>, IPersistableQueryRepositoryService<TEntity>, IFastQueryRepositoryService<TEntity>, ISecuredRepositoryService, INotifyRepositoryService<TEntity> where TEntity : IdentifiedData
[Missing <typeparam name="TEntity"/> documentation for "T:SanteDB.DisconnectedClient.Services.Local.GenericLocalRepository`1"]
The GenericLocalRepositoryTEntity type exposes the following members.
Name | Description | |
---|---|---|
![]() | GenericLocalRepositoryTEntity | Initializes a new instance of the GenericLocalRepositoryTEntity class |
Name | Description | |
---|---|---|
![]() | AlterPolicy |
Gets the policy for altering
|
![]() | DeletePolicy |
Gets the policy required for deleting
|
![]() | QueryPolicy |
Gets the policy required for querying
|
![]() | ReadPolicy |
Gets the policy required for reading
|
![]() | ServiceName |
Get the service name
|
![]() | WritePolicy |
Gets the policy required for writing
|
Name | Description | |
---|---|---|
![]() | Demand |
Demand permission
|
![]() | DemandAlter |
Demand alter permission
|
![]() | DemandDelete |
Demand delete permission
|
![]() | DemandQuery |
Demand query
|
![]() | DemandRead |
Demand read
|
![]() | DemandWrite |
Demand write permission
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Find(ExpressionFuncTEntity, Boolean) |
Perform a simple find
|
![]() | Find(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, ModelSortTEntity) |
Perform a normal find
|
![]() | Find(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, Guid, ModelSortTEntity) |
Find with stored query parameters
|
![]() | FindFast |
Perform a faster version of the query for an object
|
![]() | Get(Guid) |
Get the specified key
|
![]() | Get(Guid, Guid) |
Get specified data from persistence
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert |
Performs insert of object
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Obsolete |
Obsolete the specified data
|
![]() | Save |
Save the specified entity (insert or update)
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Validate |
Validate a patient before saving
|
Name | Description | |
---|---|---|
![]() | m_traceSource |
Trace source
|
Name | Description | |
---|---|---|
![]() | ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |
![]() | GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |