Class SystemValueManagerItemCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<SystemValueManagerItem>
SystemValueManagerItemCollection
Implements
System.Collections.Generic.IList<SystemValueManagerItem>
System.Collections.Generic.ICollection<SystemValueManagerItem>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<SystemValueManagerItem>
System.Collections.Generic.IReadOnlyCollection<SystemValueManagerItem>
System.Collections.Generic.IEnumerable<SystemValueManagerItem>
System.Collections.IEnumerable
Inherited Members
ManagerItemCollection<SystemValueManagerItem>.IManagerItemCollection<IManagerItem>.GetByName(String)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Add(Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Clear()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.CopyTo(Terrasoft.Core.SystemValueManagerItem[], System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Contains(Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.IndexOf(Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Insert(System.Int32, Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Remove(Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.ClearItems()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.InsertItem(System.Int32, Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.SetItem(System.Int32, Terrasoft.Core.SystemValueManagerItem)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Count
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Items
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.Generic.ICollection<Terrasoft.Core.SystemValueManagerItem>.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.SystemValueManagerItem>.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 SystemValueManagerItemCollection : ManagerItemCollection<SystemValueManagerItem>, IList<SystemValueManagerItem>, ICollection<SystemValueManagerItem>, IList, ICollection, IReadOnlyList<SystemValueManagerItem>, IReadOnlyCollection<SystemValueManagerItem>, IEnumerable<SystemValueManagerItem>, IManagerItemCollection<IManagerItem>, IEnumerable
Constructors
SystemValueManagerItemCollection()
Declaration
public SystemValueManagerItemCollection()
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