Click or drag to resize

GenericLocalSecurityRepositoryTSecurityEntity Class

Generic local security repository
Inheritance Hierarchy
SystemObject
  SanteDB.DisconnectedClient.Services.LocalGenericLocalRepositoryTSecurityEntity
    SanteDB.DisconnectedClient.Services.LocalGenericLocalMetadataRepositoryTSecurityEntity
      SanteDB.DisconnectedClient.Services.LocalGenericLocalSecurityRepositoryTSecurityEntity
        SanteDB.DisconnectedClient.Services.LocalLocalSecurityApplicationRepository
        SanteDB.DisconnectedClient.Services.LocalLocalSecurityDeviceRepository
        SanteDB.DisconnectedClient.Services.LocalLocalSecurityPolicyRepository
        SanteDB.DisconnectedClient.Services.LocalLocalSecurityRoleRepository
        SanteDB.DisconnectedClient.Services.LocalLocalSecurityUserRepository

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public abstract class GenericLocalSecurityRepository<TSecurityEntity> : GenericLocalMetadataRepository<TSecurityEntity>
where TSecurityEntity : IdentifiedData

Type Parameters

TSecurityEntity

[Missing <typeparam name="TSecurityEntity"/> documentation for "T:SanteDB.DisconnectedClient.Services.Local.GenericLocalSecurityRepository`1"]

The GenericLocalSecurityRepositoryTSecurityEntity type exposes the following members.

Constructors
  NameDescription
Protected methodGenericLocalSecurityRepositoryTSecurityEntity
Initializes a new instance of the GenericLocalSecurityRepositoryTSecurityEntity class
Top
Properties
Methods
  NameDescription
Protected methodDemand
Demand permission
(Inherited from GenericLocalRepositoryTEntity.)
Public methodDemandAlter
Demand alter permission
(Inherited from GenericLocalRepositoryTEntity.)
Public methodDemandDelete
Demand delete permission
(Inherited from GenericLocalRepositoryTEntity.)
Public methodDemandQuery
Demand query
(Inherited from GenericLocalRepositoryTEntity.)
Public methodDemandRead
Demand read
(Inherited from GenericLocalRepositoryTEntity.)
Public methodDemandWrite
Demand write permission
(Inherited from GenericLocalRepositoryTEntity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind(ExpressionFuncTMetadata, Boolean)
Finds the specified metadata
(Inherited from GenericLocalMetadataRepositoryTMetadata.)
Public methodFind(ExpressionFuncTMetadata, Boolean, Int32, NullableInt32, Int32, ModelSortTMetadata)
Finds the specified metadata
(Inherited from GenericLocalMetadataRepositoryTMetadata.)
Public methodFind(ExpressionFuncTMetadata, Boolean, Int32, NullableInt32, Int32, Guid, ModelSortTMetadata)
Finds the specified metadata
(Inherited from GenericLocalMetadataRepositoryTMetadata.)
Public methodFindFast
Finds the specified metadata
(Inherited from GenericLocalMetadataRepositoryTMetadata.)
Public methodGet(Guid)
Gets the specified metadata
(Inherited from GenericLocalMetadataRepositoryTMetadata.)
Public methodGet(Guid, Guid)
Gets the specified metadata
(Inherited from GenericLocalMetadataRepositoryTMetadata.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Insert the object
(Overrides GenericLocalMetadataRepositoryTMetadataInsert(TMetadata).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodObsolete
Obsolete the object
(Overrides GenericLocalMetadataRepositoryTMetadataObsolete(Guid).)
Public methodSave
Save the object
(Overrides GenericLocalMetadataRepositoryTMetadataSave(TMetadata).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validate a patient before saving
(Inherited from GenericLocalRepositoryTEntity.)
Top
Events
  NameDescription
Public eventInserted (Inherited from GenericLocalRepositoryTEntity.)
Public eventInserting (Inherited from GenericLocalRepositoryTEntity.)
Public eventObsoleted (Inherited from GenericLocalRepositoryTEntity.)
Public eventObsoleting (Inherited from GenericLocalRepositoryTEntity.)
Public eventQueried (Inherited from GenericLocalRepositoryTEntity.)
Public eventQuerying (Inherited from GenericLocalRepositoryTEntity.)
Public eventRetrieved (Inherited from GenericLocalRepositoryTEntity.)
Public eventRetrieving (Inherited from GenericLocalRepositoryTEntity.)
Public eventSaved (Inherited from GenericLocalRepositoryTEntity.)
Public eventSaving (Inherited from GenericLocalRepositoryTEntity.)
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
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.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also