Skip to main content

<a id=“SuperOffice_WebApi_Data_StringBoolDictionary”></a> Class StringBoolDictionary

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Serializable dictionary. This class works as a regular dictionary. The only restriction is that the string is a value type

Inheritance

objectDictionary<string, bool&gt;StringBoolDictionary

Implements

IDictionary<string, bool&gt;, ICollection<KeyValuePair<string, bool&gt;&gt;, IDictionary, ICollection, IReadOnlyDictionary<string, bool&gt;, IReadOnlyCollection<KeyValuePair<string, bool&gt;&gt;, IEnumerable<KeyValuePair<string, bool&gt;&gt;, IEnumerable, ISerializable, IDeserializationCallback

Inherited Members

Dictionary<string, bool&gt;.Add(string, bool), Dictionary<string, bool&gt;.Clear(), Dictionary<string, bool&gt;.ContainsKey(string), Dictionary<string, bool&gt;.ContainsValue(bool), Dictionary<string, bool&gt;.GetEnumerator(), Dictionary<string, bool&gt;.GetObjectData(SerializationInfo, StreamingContext), Dictionary<string, bool&gt;.OnDeserialization(object), Dictionary<string, bool&gt;.Remove(string), Dictionary<string, bool&gt;.Remove(string, out bool), Dictionary<string, bool&gt;.TryGetValue(string, out bool), Dictionary<string, bool&gt;.TryAdd(string, bool), Dictionary<string, bool&gt;.EnsureCapacity(int), Dictionary<string, bool&gt;.TrimExcess(), Dictionary<string, bool&gt;.TrimExcess(int), Dictionary<string, bool&gt;.Comparer, Dictionary<string, bool&gt;.Count, Dictionary<string, bool&gt;.Keys, Dictionary<string, bool&gt;.Values, Dictionary<string, bool&gt;.this[string], object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

<a id=“SuperOffice_WebApi_Data_StringBoolDictionary__ctor”></a> StringBoolDictionary()

Default constructor

Methods

<a id=“SuperOffice_WebApi_Data_StringBoolDictionary_ToString_System_String_”></a> ToString(string)

Parameters

prefix string

Returns

string