Table of Contents

Interface IRepositoryBindable<TEntity>

Namespace
H.Extensions.DataBase.Repository
Assembly
H.Extensions.DataBase.Repository.dll
public interface IRepositoryBindable<TEntity> : IRepositoryBindableBase<TEntity>, IRepositoryBindable where TEntity : StringEntityBase, new()

Type Parameters

TEntity
Inherited Members
Extension Methods

Properties

Collection

IObservableSource<SelectBindable<TEntity>> Collection { get; set; }

Property Value

IObservableSource<SelectBindable<TEntity>>