Click or drag to resize

IValidatingRepositoryServiceTModel Methods

The IValidatingRepositoryServiceTModel generic type exposes the following members.

Methods
  NameDescription
Public methodDelete
Delete the object according to the current DeleteMode or according to server configuration
(Inherited from IRepositoryServiceTModel.)
Public methodFind
Finds the specified data where the current version matches the query provided
(Inherited from IRepositoryServiceTModel.)
Public methodGet(Guid)
Gets the specified model data
(Inherited from IRepositoryServiceTModel.)
Public methodGet(Guid, Guid)
Gets the specified model data at the specified version
(Inherited from IRepositoryServiceTModel.)
Public methodInsert
Inserts the specified model information
(Inherited from IRepositoryServiceTModel.)
Public methodSave
Inserts or updates the specified data
(Inherited from IRepositoryServiceTModel.)
Public methodValidate
Validates the supplied data and returns a valid copy (or) throws an appropriate exception
Top
See Also