In This Article

DataModelCollection Class

Represents a collection of IDataModel objects.

public class DataModelCollection : ObservableCollection<IDataModel>
Inheritance:
object Collection<IDataModel> ObservableCollection<IDataModel> object

Constructors

DataModelCollection()

Initializes an instance of the class.

public DataModelCollection()

Properties

this[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.

Inherited Members