Click or drag to resize
weroSoft AG, Software
IRepositoryTKey, T Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the base functionality of the persistence functionality.

Namespace:  WeroSoft.Persistence
Assembly:  WeroSoft.Data.Library (in WeroSoft.Data.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IRepository<TKey, T> : IRepository, 
	IDisposable

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:WeroSoft.Persistence.IRepository`2"]

T

[Missing <typeparam name="T"/> documentation for "T:WeroSoft.Persistence.IRepository`2"]

The IRepositoryTKey, T type exposes the following members.

Properties
  NameDescription
Public propertyTrace
Gets the trace providing source.
(Inherited from IRepository.)
Top
Methods
  NameDescription
Public methodCreate
Gets an object by its id.
Public methodDelete
Deletes the defined business object.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetById
Gets the business object with the defined identifier.
Public methodUpdate
Updates the defined business object.
Top
See Also