Click or drag to resize

ISecuredRepositoryService Methods

The ISecuredRepositoryService type exposes the following members.

Methods
  NameDescription
Public methodDelete
Obsoletes the specified data.
(Inherited from IRepositoryService.)
Public methodDemandAlter
Demand alter permission
Public methodDemandDelete
Demand delete permission
Public methodDemandQuery
Demand query permission
Public methodDemandRead
Demand read permission
Public methodDemandWrite
Demand write permission
Public methodFind(Expression)
Find the specified object
(Inherited from IRepositoryService.)
Public methodFind(Expression, Int32, NullableInt32, Int32) Obsolete.
Find the specified object
(Inherited from IRepositoryService.)
Public methodGet
Get the specified object
(Inherited from IRepositoryService.)
Public methodInsert
Inserts the specified data.
(Inherited from IRepositoryService.)
Public methodSave
Saves the specified data.
(Inherited from IRepositoryService.)
Top
See Also