Skip to main content

Class ItemDataCollection

Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ItemDataCollection : Dictionary<string, ItemData>, IDictionary<string, ItemData>, ICollection<KeyValuePair<string, ItemData>>, IDictionary, ICollection, IReadOnlyDictionary<string, ItemData>, IReadOnlyCollection<KeyValuePair<string, ItemData>>, IEnumerable<KeyValuePair<string, ItemData>>, IEnumerable, ISerializable, IDeserializationCallback

Inheritance: System.Object -> System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData> -> ItemDataCollection

Implements

  • System.Collections.Generic.IDictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>
  • System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Aurigma.DesignAtoms.Model.ItemData>>
  • System.Collections.IDictionary
  • System.Collections.ICollection
  • System.Collections.Generic.IReadOnlyDictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>
  • System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String,Aurigma.DesignAtoms.Model.ItemData>>
  • System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,Aurigma.DesignAtoms.Model.ItemData>>
  • System.Collections.IEnumerable
  • System.Runtime.Serialization.ISerializable
  • System.Runtime.Serialization.IDeserializationCallback

Inherited Members

  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.Add(System.String,Aurigma.DesignAtoms.Model.ItemData)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#Generic#ICollection<System#Collections#Generic#KeyValuePair<TKey,TValue>>#Add(System.Collections.Generic.KeyValuePair<System.String,Aurigma.DesignAtoms.Model.ItemData>)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#Generic#ICollection<System#Collections#Generic#KeyValuePair<TKey,TValue>>#Contains(System.Collections.Generic.KeyValuePair<System.String,Aurigma.DesignAtoms.Model.ItemData>)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#Generic#ICollection<System#Collections#Generic#KeyValuePair<TKey,TValue>>#Remove(System.Collections.Generic.KeyValuePair<System.String,Aurigma.DesignAtoms.Model.ItemData>)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.Clear
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.ContainsKey(System.String)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.ContainsValue(Aurigma.DesignAtoms.Model.ItemData)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.GetEnumerator
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#Generic#IEnumerable<System#Collections#Generic#KeyValuePair<TKey,TValue>>#GetEnumerator
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.OnDeserialization(System.Object)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.Remove(System.String)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.TryGetValue(System.String,Aurigma.DesignAtoms.Model.ItemData@)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#Generic#ICollection<System#Collections#Generic#KeyValuePair<TKey,TValue>>#CopyTo(System.Collections.Generic.KeyValuePair<System.String,Aurigma.DesignAtoms.Model.ItemData>[],System.Int32)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IEnumerable#GetEnumerator
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#get_Item(System.Object)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#set_Item(System.Object,System.Object)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#Add(System.Object,System.Object)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#Contains(System.Object)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#GetEnumerator
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#Remove(System.Object)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.Comparer
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.Count
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.Keys
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#Generic#IDictionary<TKey,TValue>#Keys
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#Generic#IReadOnlyDictionary<TKey,TValue>#Keys
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.Values
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#Generic#IDictionary<TKey,TValue>#Values
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#Generic#IReadOnlyDictionary<TKey,TValue>#Values
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.Item(System.String)
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#Generic#ICollection<System#Collections#Generic#KeyValuePair<TKey,TValue>>#IsReadOnly
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#ICollection#IsSynchronized
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#ICollection#SyncRoot
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#IsFixedSize
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#IsReadOnly
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#Keys
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#Values
  • System.Collections.Generic.Dictionary<System.String,Aurigma.DesignAtoms.Model.ItemData>.System#Collections#IDictionary#Item(System.Object)
  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

ItemDataCollection

public ItemDataCollection()

Methods

GetHashCode

public override int GetHashCode()
Returns

System.Int32

Overrides
  • System.Object.GetHashCode
Was this page helpful?