Click or drag to resize
weroSoft AG, Software
ISelectableViewRepositoryTKey, TItem, TItemView 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 ISelectableViewRepository<TKey, TItem, TItemView> : IRepository<TKey, TItem>, 
	IRepository, IDisposable

Type Parameters

TKey
Defines the key of the items.
TItem
Defines the business object items which basically are handled by the repository.
TItemView
Defines the view items which are handled by collection read operations.

The ISelectableViewRepositoryTKey, TItem, TItemView type exposes the following members.

Properties
  NameDescription
Public propertyTrace
Gets the trace providing source.
(Inherited from IRepository.)
Top
Methods
See Also