Show / Hide Table of Contents

Class FieldPropertyDictionary

Inheritance
Object
Dictionary<String, FieldProperty>
FieldPropertyDictionary
Implements
IDictionary<String, FieldProperty>
ICollection<KeyValuePair<String, FieldProperty>>
IDictionary
ICollection
IReadOnlyDictionary<String, FieldProperty>
IReadOnlyCollection<KeyValuePair<String, FieldProperty>>
IEnumerable<KeyValuePair<String, FieldProperty>>
IEnumerable
IDeserializationCallback
ISerializable
Inherited Members
Dictionary<String, FieldProperty>.Add(String, FieldProperty)
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, SuperOffice.CRM.Security.FieldProperty>>.Add(System.Collections.Generic.KeyValuePair<System.String, SuperOffice.CRM.Security.FieldProperty>)
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, SuperOffice.CRM.Security.FieldProperty>>.Contains(System.Collections.Generic.KeyValuePair<System.String, SuperOffice.CRM.Security.FieldProperty>)
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, SuperOffice.CRM.Security.FieldProperty>>.Remove(System.Collections.Generic.KeyValuePair<System.String, SuperOffice.CRM.Security.FieldProperty>)
Dictionary<String, FieldProperty>.Clear()
Dictionary<String, FieldProperty>.ContainsKey(String)
Dictionary<String, FieldProperty>.ContainsValue(FieldProperty)
Dictionary<String, FieldProperty>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, SuperOffice.CRM.Security.FieldProperty>>.GetEnumerator()
Dictionary<String, FieldProperty>.GetObjectData(SerializationInfo, StreamingContext)
Dictionary<String, FieldProperty>.OnDeserialization(Object)
Dictionary<String, FieldProperty>.Remove(String)
Dictionary<String, FieldProperty>.TryGetValue(String, FieldProperty)
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, SuperOffice.CRM.Security.FieldProperty>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, SuperOffice.CRM.Security.FieldProperty>[], System.Int32)
Dictionary<String, FieldProperty>.ICollection.CopyTo(Array, Int32)
Dictionary<String, FieldProperty>.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
Dictionary<String, FieldProperty>.IDictionary.Add(Object, Object)
Dictionary<String, FieldProperty>.IDictionary.Contains(Object)
Dictionary<String, FieldProperty>.IDictionary.GetEnumerator()
Dictionary<String, FieldProperty>.IDictionary.Remove(Object)
Dictionary<String, FieldProperty>.Comparer
Dictionary<String, FieldProperty>.Count
Dictionary<String, FieldProperty>.Keys
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.Generic.IDictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.Keys
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.Generic.IReadOnlyDictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.Keys
Dictionary<String, FieldProperty>.Values
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.Generic.IDictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.Values
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.Generic.IReadOnlyDictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.Values
Dictionary<String, FieldProperty>.Item[String]
System.Collections.Generic.Dictionary<System.String, SuperOffice.CRM.Security.FieldProperty>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, SuperOffice.CRM.Security.FieldProperty>>.IsReadOnly
Dictionary<String, FieldProperty>.ICollection.IsSynchronized
Dictionary<String, FieldProperty>.ICollection.SyncRoot
Dictionary<String, FieldProperty>.IDictionary.IsFixedSize
Dictionary<String, FieldProperty>.IDictionary.IsReadOnly
Dictionary<String, FieldProperty>.IDictionary.Keys
Dictionary<String, FieldProperty>.IDictionary.Values
Dictionary<String, FieldProperty>.IDictionary.Item[Object]
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Security
Assembly: SoCore.dll
Syntax
public sealed class FieldPropertyDictionary : Dictionary<string, FieldProperty>, IDictionary<string, FieldProperty>, ICollection<KeyValuePair<string, FieldProperty>>, IDictionary, ICollection, IReadOnlyDictionary<string, FieldProperty>, IReadOnlyCollection<KeyValuePair<string, FieldProperty>>, IEnumerable<KeyValuePair<string, FieldProperty>>, IEnumerable, IDeserializationCallback, ISerializable

Constructors

FieldPropertyDictionary()

Declaration
public FieldPropertyDictionary()

FieldPropertyDictionary(SerializationInfo, StreamingContext)

Declaration
public FieldPropertyDictionary(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

Explicit Interface Implementations

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Declaration
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

Implements

System.Collections.Generic.IDictionary<TKey,TValue>
System.Collections.Generic.ICollection<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
System.Runtime.Serialization.ISerializable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
IEnumerableExtensions.ForEach<T>(System.Collections.Generic.IEnumerable<T>, System.Action<T>)
IEnumerableExtensions.ContainsAny<T>(System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IEnumerable<T>)
IEnumerableExtensions.Batch<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)
IEnumerableExtensions.IndexOf<T>(System.Collections.Generic.IEnumerable<T>, T, System.Int32)
IEnumerableExtensions.IndexOf<T>(System.Collections.Generic.IEnumerable<T>, System.Func<T, System.Boolean>, System.Int32)
IEnumerableExtensions.Permute<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)
IEnumerableExtensions.PermissiveToDictionary<T, K, V>(System.Collections.Generic.IEnumerable<T>, System.Func<T, K>, System.Func<T, V>)
IEnumerableExtensions.PermissiveToDictionary<T, K, V>(System.Collections.Generic.IEnumerable<T>, System.Func<T, K>, System.Func<T, V>, System.Collections.Generic.IEqualityComparer<K>)
IEnumerableExtensions.GetDifferentCombinations<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)
CollectionOps.AddRange<T, S>(Dictionary<T, S>, Dictionary<T, S>)
CollectionOps.AtLeastOne<T>(IEnumerable<T>)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Back to top