 | GenericLocalActRepository<TAct> Methods |
The GenericLocalActRepository<TAct> generic type exposes the following members.
Methods
| Name | Description |
---|
 | Cancel |
Insert or update the specified act
|
 | Demand |
Demand permission
(Inherited from GenericLocalRepository<TEntity>.) |
 | DemandAlter |
Demand alter permission
(Inherited from GenericLocalRepository<TEntity>.) |
 | DemandDelete |
Demand delete permission
(Inherited from GenericLocalRepository<TEntity>.) |
 | DemandQuery |
Demand query
(Inherited from GenericLocalRepository<TEntity>.) |
 | DemandRead |
Demand read
(Inherited from GenericLocalRepository<TEntity>.) |
 | DemandWrite |
Demand write permission
(Inherited from GenericLocalRepository<TEntity>.) |
 | 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(Expression<Func<TAct, Boolean>>) |
Find the specified act
(Overrides GenericLocalRepository<TEntity>.Find(Expression<Func<TEntity, Boolean>>).) |
 | Find(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>[]).) |
 | Find(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>[]).) |
 | FindFast |
Find the specified act in a fast load manner
(Overrides GenericLocalRepository<TEntity>.FindFast(Expression<Func<TEntity, Boolean>>, Int32, Nullable<Int32>, Int32, Guid).) |
 | Get(Guid) |
Get the specified act
(Overrides GenericLocalRepository<TEntity>.Get(Guid).) |
 | Get(Guid, Guid) |
Get the specified act
(Overrides GenericLocalRepository<TEntity>.Get(Guid, Guid).) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Insert |
Insert the specified act
(Overrides GenericLocalRepository<TEntity>.Insert(TEntity).) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Nullify |
Nullify (invalidate or mark entered in error) the clinical act
(Overrides GenericLocalNullifiedRepository<TModel>.Nullify(Guid).) |
 | Obsolete |
Obsolete (mark as no longer valid) the specified act
(Overrides GenericLocalRepository<TEntity>.Obsolete(Guid).) |
 | Save |
Update clinical act
(Overrides GenericLocalRepository<TEntity>.Save(TEntity).) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | Touch |
Touch the specified object
(Inherited from GenericLocalNullifiedRepository<TModel>.) |
 | Validate |
Validates an act.
(Overrides GenericLocalRepository<TEntity>.Validate(TEntity).) |
Top
Extension Methods
See Also