Click or drag to resize

GenericLocalActRepository<TAct> Methods

The GenericLocalActRepository<TAct> generic type exposes the following members.

Methods
  NameDescription
Public methodCancel
Insert or update the specified act
Protected methodDemand
Demand permission
(Inherited from GenericLocalRepository<TEntity>.)
Public methodDemandAlter
Demand alter permission
(Inherited from GenericLocalRepository<TEntity>.)
Public methodDemandDelete
Demand delete permission
(Inherited from GenericLocalRepository<TEntity>.)
Public methodDemandQuery
Demand query
(Inherited from GenericLocalRepository<TEntity>.)
Public methodDemandRead
Demand read
(Inherited from GenericLocalRepository<TEntity>.)
Public methodDemandWrite
Demand write permission
(Inherited from GenericLocalRepository<TEntity>.)
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(Expression<Func<TAct, Boolean>>)
Find the specified act
(Overrides GenericLocalRepository<TEntity>.Find(Expression<Func<TEntity, Boolean>>).)
Public methodFind(Expression<Func<TAct, Boolean>>, Int32, Nullable<Int32>, Int32,ModelSort<TAct>[])
Find the specified act
(Overrides GenericLocalRepository<TEntity>.Find(Expression<Func<TEntity, Boolean>>, Int32, Nullable<Int32>, Int32,ModelSort<TEntity>[]).)
Public methodFind(Expression<Func<TAct, Boolean>>, Int32, Nullable<Int32>, Int32, Guid,ModelSort<TAct>[])
Find the specified act
(Overrides GenericLocalRepository<TEntity>.Find(Expression<Func<TEntity, Boolean>>, Int32, Nullable<Int32>, Int32, Guid,ModelSort<TEntity>[]).)
Public methodFindFast
Find the specified act in a fast load manner
(Overrides GenericLocalRepository<TEntity>.FindFast(Expression<Func<TEntity, Boolean>>, Int32, Nullable<Int32>, Int32, Guid).)
Public methodGet(Guid)
Get the specified act
(Overrides GenericLocalRepository<TEntity>.Get(Guid).)
Public methodGet(Guid, Guid)
Get the specified act
(Overrides GenericLocalRepository<TEntity>.Get(Guid, Guid).)
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 specified act
(Overrides GenericLocalRepository<TEntity>.Insert(TEntity).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNullify
Nullify (invalidate or mark entered in error) the clinical act
(Overrides GenericLocalNullifiedRepository<TModel>.Nullify(Guid).)
Public methodObsolete
Obsolete (mark as no longer valid) the specified act
(Overrides GenericLocalRepository<TEntity>.Obsolete(Guid).)
Public methodSave
Update clinical act
(Overrides GenericLocalRepository<TEntity>.Save(TEntity).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTouch
Touch the specified object
(Inherited from GenericLocalNullifiedRepository<TModel>.)
Public methodValidate
Validates an act.
(Overrides GenericLocalRepository<TEntity>.Validate(TEntity).)
Top
Extension Methods
  NameDescription
Public Extension MethodConvert<TReturn>
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 MethodGetInstanceOf<TDomain>
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also