Class ModelCollection
Represents a collection of Model objects.
Implements
System.Collections.Generic.IList<Model>
System.Collections.Generic.ICollection<Model>
System.Collections.Generic.IReadOnlyList<Model>
System.Collections.Generic.IReadOnlyCollection<Model>
System.Collections.Generic.IEnumerable<Model>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.Generic.IList<DevZest.Data.Model>.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.Generic.IList<DevZest.Data.Model>.set_Item(System.Int32, DevZest.Data.Model)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.Contains(DevZest.Data.Model)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.CopyTo(DevZest.Data.Model[], System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.IndexOf(DevZest.Data.Model)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.Generic.ICollection<DevZest.Data.Model>.Add(DevZest.Data.Model)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.Generic.ICollection<DevZest.Data.Model>.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.Generic.ICollection<DevZest.Data.Model>.Remove(DevZest.Data.Model)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.Generic.IList<DevZest.Data.Model>.Insert(System.Int32, DevZest.Data.Model)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.Generic.IList<DevZest.Data.Model>.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.Count
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.Items
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.Generic.ICollection<DevZest.Data.Model>.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.Generic.IList<DevZest.Data.Model>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Model>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class ModelCollection : ReadOnlyCollection<Model>, IList<Model>, ICollection<Model>, IReadOnlyList<Model>, IReadOnlyCollection<Model>, IEnumerable<Model>, IList, ICollection, IEnumerable
Properties
Name | Description |
---|---|
ParentModel | Gets the parent model which owns this collection. |