Class StateCustomDataIndex
Namespace: Aurigma.DesignAtoms.Model.CustomData
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class StateCustomDataIndex : List<StateCustomDataIndexItem>, IList<StateCustomDataIndexItem>, ICollection<StateCustomDataIndexItem>, IList, ICollection, IReadOnlyList<StateCustomDataIndexItem>, IReadOnlyCollection<StateCustomDataIndexItem>, IEnumerable<StateCustomDataIndexItem>, IEnumerable
Inheritance: System.Object -> System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem> -> StateCustomDataIndex
Implements
System.Collections.Generic.IList<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>System.Collections.Generic.ICollection<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>System.Collections.IListSystem.Collections.ICollectionSystem.Collections.Generic.IReadOnlyList<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>System.Collections.Generic.IReadOnlyCollection<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IList#get_Item(System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IList#set_Item(System.Int32,System.Object)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Add(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IList#Add(System.Object)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.AddRange(System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.AsReadOnlySystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.BinarySearch(System.Int32,System.Int32,Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem,System.Collections.Generic.IComparer<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.BinarySearch(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.BinarySearch(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem,System.Collections.Generic.IComparer<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.ClearSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Contains(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IList#Contains(System.Object)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.ConvertAll``1(System.Converter<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem,<TOutput>>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.CopyTo(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem[])System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#ICollection#CopyTo(System.Array,System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.CopyTo(System.Int32,Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem[],System.Int32,System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.CopyTo(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem[],System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Exists(System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Find(System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.FindAll(System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.FindIndex(System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.FindIndex(System.Int32,System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.FindIndex(System.Int32,System.Int32,System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.FindLast(System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.FindLastIndex(System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.FindLastIndex(System.Int32,System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.FindLastIndex(System.Int32,System.Int32,System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.ForEach(System.Action<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.GetEnumeratorSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#Generic#IEnumerable<T>#GetEnumeratorSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IEnumerable#GetEnumeratorSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.GetRange(System.Int32,System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.IndexOf(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IList#IndexOf(System.Object)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.IndexOf(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem,System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.IndexOf(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem,System.Int32,System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Insert(System.Int32,Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IList#Insert(System.Int32,System.Object)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.InsertRange(System.Int32,System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.LastIndexOf(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.LastIndexOf(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem,System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.LastIndexOf(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem,System.Int32,System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Remove(Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IList#Remove(System.Object)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.RemoveAll(System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.RemoveAt(System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.RemoveRange(System.Int32,System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.ReverseSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Reverse(System.Int32,System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.SortSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Sort(System.Collections.Generic.IComparer<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Sort(System.Comparison<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.ToArraySystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.TrimExcessSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.TrueForAll(System.Predicate<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.CapacitySystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.CountSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IList#IsFixedSizeSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#Generic#ICollection<T>#IsReadOnlySystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IList#IsReadOnlySystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#ICollection#IsSynchronizedSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#ICollection#SyncRootSystem.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.Item(System.Int32)System.Collections.Generic.List<Aurigma.DesignAtoms.Model.CustomData.StateCustomDataIndexItem>.System#Collections#IList#Item(System.Int32)System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
StateCustomDataIndex
public StateCustomDataIndex()
Methods
Build
public static StateCustomDataIndex Build(StateCustomData stateCustomData)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.CustomData.StateCustomData | stateCustomData |