<a id=“SuperOffice_WebApi_Data_StringBoolDictionary”></a> Class StringBoolDictionary
Namespace: SuperOffice.WebApi.DataAssembly: SuperOffice.WebApi.dll Serializable dictionary. This class works as a regular dictionary. The only restriction is that the string is a value type
Inheritance
object ← Dictionary<string, bool> ← StringBoolDictionaryImplements
IDictionary<string, bool>, ICollection<KeyValuePair<string, bool>>, IDictionary, ICollection, IReadOnlyDictionary<string, bool>, IReadOnlyCollection<KeyValuePair<string, bool>>, IEnumerable<KeyValuePair<string, bool>>, IEnumerable, ISerializable, IDeserializationCallbackInherited Members
Dictionary<string, bool>.Add(string, bool), Dictionary<string, bool>.Clear(), Dictionary<string, bool>.ContainsKey(string), Dictionary<string, bool>.ContainsValue(bool), Dictionary<string, bool>.GetEnumerator(), Dictionary<string, bool>.GetObjectData(SerializationInfo, StreamingContext), Dictionary<string, bool>.OnDeserialization(object), Dictionary<string, bool>.Remove(string), Dictionary<string, bool>.Remove(string, out bool), Dictionary<string, bool>.TryGetValue(string, out bool), Dictionary<string, bool>.TryAdd(string, bool), Dictionary<string, bool>.EnsureCapacity(int), Dictionary<string, bool>.TrimExcess(), Dictionary<string, bool>.TrimExcess(int), Dictionary<string, bool>.Comparer, Dictionary<string, bool>.Count, Dictionary<string, bool>.Keys, Dictionary<string, bool>.Values, Dictionary<string, bool>.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 constructorMethods
<a id=“SuperOffice_WebApi_Data_StringBoolDictionary_ToString_System_String_”></a> ToString(string)
Parameters
prefix string