Click or drag to resize
weroSoft AG, Software
IManySelectableRepositoryTKey, 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 IManySelectableRepository<TKey, T> : IRepository<TKey, T>, 
	IRepository, IDisposable

Type Parameters

TKey

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

T

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

The IManySelectableRepositoryTKey, T type exposes the following members.

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