|  | LocalUserEntityRepository Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: SanteDB.DisconnectedClient.Services.Local
 Syntax
SyntaxThe LocalUserEntityRepository type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LocalUserEntityRepository | Initializes a new instance of the LocalUserEntityRepository class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AlterPolicy | (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
|  | DeletePolicy | (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
|  | QueryPolicy | (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
|  | ReadPolicy | (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
|  | ServiceName | 
            Get the service name
            (Inherited from GenericLocalRepositoryTEntity.) | 
|  | WritePolicy | (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Demand | 
            Demand permission
            (Inherited from GenericLocalRepositoryTEntity.) | 
|  | DemandAlter | 
            Demand alter permission
            (Inherited from GenericLocalRepositoryTEntity.) | 
|  | DemandDelete | 
            Demand delete permission
            (Inherited from GenericLocalRepositoryTEntity.) | 
|  | DemandQuery | 
            Demand query 
            (Inherited from GenericLocalRepositoryTEntity.) | 
|  | DemandRead | 
            Demand read
            (Inherited from GenericLocalRepositoryTEntity.) | 
|  | DemandWrite | 
            Demand write permission
            (Inherited from GenericLocalRepositoryTEntity.) | 
|  | 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(ExpressionFuncTMetadata, Boolean) | 
            Finds the specified metadata
            (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
|  | Find(ExpressionFuncTMetadata, Boolean, Int32, NullableInt32, Int32, ModelSortTMetadata) | 
            Finds the specified metadata
            (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
|  | Find(ExpressionFuncTMetadata, Boolean, Int32, NullableInt32, Int32, Guid, ModelSortTMetadata) | 
            Finds the specified metadata
            (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
|  | FindFast | 
            Finds the specified metadata
            (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
|  | Get(Guid) | 
            Gets the specified metadata
            (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
|  | Get(Guid, Guid) | 
            Gets the specified metadata
            (Inherited from GenericLocalMetadataRepositoryTMetadata.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Insert | 
            Insert the user entity
            (Overrides GenericLocalMetadataRepositoryTMetadataInsert(TMetadata).) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | Obsolete | 
            Obsolete the user entity
            (Overrides GenericLocalMetadataRepositoryTMetadataObsolete(Guid).) | 
|  | Save | 
            Update the user entity
            (Overrides GenericLocalMetadataRepositoryTMetadataSave(TMetadata).) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Validate | 
            Validate a patient before saving
            (Inherited from GenericLocalRepositoryTEntity.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | Inserted | (Inherited from GenericLocalRepositoryTEntity.) | 
|  | Inserting | (Inherited from GenericLocalRepositoryTEntity.) | 
|  | Obsoleted | (Inherited from GenericLocalRepositoryTEntity.) | 
|  | Obsoleting | (Inherited from GenericLocalRepositoryTEntity.) | 
|  | Queried | (Inherited from GenericLocalRepositoryTEntity.) | 
|  | Querying | (Inherited from GenericLocalRepositoryTEntity.) | 
|  | Retrieved | (Inherited from GenericLocalRepositoryTEntity.) | 
|  | Retrieving | (Inherited from GenericLocalRepositoryTEntity.) | 
|  | Saved | (Inherited from GenericLocalRepositoryTEntity.) | 
|  | Saving | (Inherited from GenericLocalRepositoryTEntity.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | m_traceSource | 
            Trace source
            (Inherited from GenericLocalRepositoryTEntity.) | 
 Extension Methods
Extension Methods| 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.) | 
 See Also
See Also