Class MultiSelectRepositoryPropertyItem
- Namespace
- HeBianGu.Systems.Repository
- Assembly
- HeBianGu.Systems.Repository.dll
public class MultiSelectRepositoryPropertyItem : ObjectPropertyItem<IEnumerable>, INotifyPropertyChanged, IDisplayer, IPropertyItem, IDataErrorInfo
- Inheritance
-
MultiSelectRepositoryPropertyItem
- Implements
- Inherited Members
- Extension Methods
Constructors
MultiSelectRepositoryPropertyItem(PropertyInfo, object)
public MultiSelectRepositoryPropertyItem(PropertyInfo property, object obj)
Parameters
property
PropertyInfoobj
object
Properties
ItemsSource
说明
public IEnumerable ItemsSource { get; set; }