Table of Contents

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 PropertyInfo
obj object

Properties

ItemsSource

说明

public IEnumerable ItemsSource { get; set; }

Property Value

IEnumerable