In This Article

PropertyModelCollection Class

Represents a collection of IPropertyModel objects.

public class PropertyModelCollection : ObservableCollection<IPropertyModel>
Inheritance:
object Collection<IPropertyModel> ObservableCollection<IPropertyModel> object

Constructors

PropertyModelCollection()

Initializes an instance of the class.

public PropertyModelCollection()

Properties

this[string]

Gets the IPropertyModel in this collection that matches the specified name.

public IPropertyModel this[string name] { get; }
Parameter Type Description
name string

Property Value

IPropertyModel:

The IPropertyModel in this collection that matches the specified name.

Inherited Members