Class ExtraPropertyCollection
The collection of the ExtraProperty items.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<ExtraProperty>
ExtraPropertyCollection
Implements
System.Collections.Generic.IList<ExtraProperty>
System.Collections.Generic.ICollection<ExtraProperty>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ExtraProperty>
System.Collections.Generic.IReadOnlyCollection<ExtraProperty>
System.Collections.Generic.IEnumerable<ExtraProperty>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.Add(Terrasoft.Core.ExtraProperty)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.Clear()
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.CopyTo(Terrasoft.Core.ExtraProperty[], System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.Contains(Terrasoft.Core.ExtraProperty)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.IndexOf(Terrasoft.Core.ExtraProperty)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.Insert(System.Int32, Terrasoft.Core.ExtraProperty)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.Remove(Terrasoft.Core.ExtraProperty)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.ClearItems()
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.InsertItem(System.Int32, Terrasoft.Core.ExtraProperty)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.SetItem(System.Int32, Terrasoft.Core.ExtraProperty)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.Count
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.Items
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.Generic.ICollection<Terrasoft.Core.ExtraProperty>.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.ExtraProperty>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core
Assembly: Terrasoft.Core.dll
Syntax
public class ExtraPropertyCollection : BaseExtraPropertyCollection<ExtraProperty>, IList<ExtraProperty>, ICollection<ExtraProperty>, IList, ICollection, IReadOnlyList<ExtraProperty>, IReadOnlyCollection<ExtraProperty>, IEnumerable<ExtraProperty>, IEnumerable
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Extension Methods
See Also
BaseExtraPropertyCollection<TProperty>