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]
The IDataModel in this collection that matches the specified name.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()