Interface IRepositoryBindable<TEntity>
- Namespace
- H.Extensions.ViewModel
- Assembly
- H.Extensions.ViewModel.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>>