Click or drag to resize

ISubscriptionRepository Methods

The ISubscriptionRepository type exposes the following members.

Methods
  NameDescription
Public methodDelete
Delete the object according to the current DeleteMode or according to server configuration
(Inherited from IRepositoryService<TModel>.)
Public methodFind
Finds the specified data where the current version matches the query provided
(Inherited from IRepositoryService<TModel>.)
Public methodGet(Guid)
Gets the specified model data
(Inherited from IRepositoryService<TModel>.)
Public methodGet(Guid, Guid)
Gets the specified model data at the specified version
(Inherited from IRepositoryService<TModel>.)
Public methodInsert
Inserts the specified model information
(Inherited from IRepositoryService<TModel>.)
Public methodSave
Inserts or updates the specified data
(Inherited from IRepositoryService<TModel>.)
Top
See Also