Interface IRepositoryViewModel<TEntity>
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public interface IRepositoryViewModel<TEntity> : IRepositoryViewModelBase<TEntity>, IRepositoryViewModel where TEntity : StringEntityBase, new()
Type Parameters
TEntity
- Inherited Members
- Extension Methods
Properties
Collection
IObservableSource<SelectViewModel<TEntity>> Collection { get; set; }
Property Value
- IObservableSource<SelectViewModel<TEntity>>