In This Article

DataModelCollection Class

Represents a collection of IDataModel objects.

public class DataModelCollection : ObservableCollection<IDataModel>
Inheritance:
Object Object

Constructors

DataModelCollection()

public DataModelCollection()

Properties

Item[String]

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

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

Property Value

IDataModel:

The IDataModel in this collection that matches the specified name.