SerializableDictionary Class |
Namespace: PSI.Sox
[SerializableAttribute] [CollectionDataContractAttribute(Name = "SerializableDictionary", ItemName = "Item", KeyName = "Key", ValueName = "Value")] [KnownTypeAttribute(typeof(List<string>))] [KnownTypeAttribute(typeof(List<NameAddress>))] [KnownTypeAttribute(typeof(NameAddress))] [KnownTypeAttribute(typeof(CommodityContent))] [KnownTypeAttribute(typeof(List<CommodityContent>))] [KnownTypeAttribute(typeof(HazmatContent))] [KnownTypeAttribute(typeof(List<HazmatContent>))] [KnownTypeAttribute(typeof(AlcoholContent))] [KnownTypeAttribute(typeof(List<AlcoholContent>))] [KnownTypeAttribute(typeof(Date))] public class SerializableDictionary : Dictionary<string, Object>, ICloneable
The SerializableDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | SerializableDictionary |
default Constructor
|
![]() | SerializableDictionary(IDictionaryString, Object) |
constructor with dictionary
|
![]() | SerializableDictionary(IEqualityComparerString) |
constructor with comparer
|
![]() | SerializableDictionary(Int32) |
Constructor with capacity
|
![]() | SerializableDictionary(IDictionaryString, Object, IEqualityComparerString) |
constructor with dictionary and comaprer
|
![]() | SerializableDictionary(Int32, IEqualityComparerString) |
constructor with capacity and comparer
|
Name | Description | |
---|---|---|
![]() | Comparer | (Inherited from DictionaryString, Object.) |
![]() | Count | (Inherited from DictionaryString, Object.) |
![]() | Item | (Inherited from DictionaryString, Object.) |
![]() | Keys | (Inherited from DictionaryString, Object.) |
![]() | Values | (Inherited from DictionaryString, Object.) |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from DictionaryString, Object.) |
![]() | Clear | (Inherited from DictionaryString, Object.) |
![]() | Clone | |
![]() | ContainsKey | (Inherited from DictionaryString, Object.) |
![]() | ContainsValue | (Inherited from DictionaryString, Object.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from DictionaryString, Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance. (Inherited from DictionaryString, Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from DictionaryString, Object.) |
![]() | Remove | (Inherited from DictionaryString, Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue | (Inherited from DictionaryString, Object.) |