Class ProductThemeConfig
Namespace: Aurigma.DesignAtoms.Configuration
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ProductThemeConfig : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IDictionary, ICollection, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance: System.Object -> System.Collections.Generic.Dictionary<System.String,System.Object> -> ProductThemeConfig
Implements
System.Collections.Generic.IDictionary<System.String,System.Object>System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>System.Collections.IDictionarySystem.Collections.ICollectionSystem.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>>System.Collections.IEnumerableSystem.Runtime.Serialization.ISerializableSystem.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<System.String,System.Object>.Add(System.String,System.Object)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#Generic#ICollection<System#Collections#Generic#KeyValuePair<TKey,TValue>>#Add(System.Collections.Generic.KeyValuePair<System.String,System.Object>)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#Generic#ICollection<System#Collections#Generic#KeyValuePair<TKey,TValue>>#Contains(System.Collections.Generic.KeyValuePair<System.String,System.Object>)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#Generic#ICollection<System#Collections#Generic#KeyValuePair<TKey,TValue>>#Remove(System.Collections.Generic.KeyValuePair<System.String,System.Object>)System.Collections.Generic.Dictionary<System.String,System.Object>.ClearSystem.Collections.Generic.Dictionary<System.String,System.Object>.ContainsKey(System.String)System.Collections.Generic.Dictionary<System.String,System.Object>.ContainsValue(System.Object)System.Collections.Generic.Dictionary<System.String,System.Object>.GetEnumeratorSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#Generic#IEnumerable<System#Collections#Generic#KeyValuePair<TKey,TValue>>#GetEnumeratorSystem.Collections.Generic.Dictionary<System.String,System.Object>.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)System.Collections.Generic.Dictionary<System.String,System.Object>.OnDeserialization(System.Object)System.Collections.Generic.Dictionary<System.String,System.Object>.Remove(System.String)System.Collections.Generic.Dictionary<System.String,System.Object>.TryGetValue(System.String,System.Object@)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#Generic#ICollection<System#Collections#Generic#KeyValuePair<TKey,TValue>>#CopyTo(System.Collections.Generic.KeyValuePair<System.String,System.Object>[],System.Int32)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#ICollection#CopyTo(System.Array,System.Int32)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IEnumerable#GetEnumeratorSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#get_Item(System.Object)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#set_Item(System.Object,System.Object)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#Add(System.Object,System.Object)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#Contains(System.Object)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#GetEnumeratorSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#Remove(System.Object)System.Collections.Generic.Dictionary<System.String,System.Object>.ComparerSystem.Collections.Generic.Dictionary<System.String,System.Object>.CountSystem.Collections.Generic.Dictionary<System.String,System.Object>.KeysSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#Generic#IDictionary<TKey,TValue>#KeysSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#Generic#IReadOnlyDictionary<TKey,TValue>#KeysSystem.Collections.Generic.Dictionary<System.String,System.Object>.ValuesSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#Generic#IDictionary<TKey,TValue>#ValuesSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#Generic#IReadOnlyDictionary<TKey,TValue>#ValuesSystem.Collections.Generic.Dictionary<System.String,System.Object>.Item(System.String)System.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#Generic#ICollection<System#Collections#Generic#KeyValuePair<TKey,TValue>>#IsReadOnlySystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#ICollection#IsSynchronizedSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#ICollection#SyncRootSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#IsFixedSizeSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#IsReadOnlySystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#KeysSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#ValuesSystem.Collections.Generic.Dictionary<System.String,System.Object>.System#Collections#IDictionary#Item(System.Object)System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ProductThemeConfig
public ProductThemeConfig()
Methods
GetHashCode
public override int GetHashCode()
Returns
System.Int32
Overrides
System.Object.GetHashCode
GetColor
public string GetColor(string key)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | key |
Returns
System.String
GetItemData
public ItemData GetItemData(string key)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | key |