Class SortFieldMapping<TEntity>
Inheritance
System.Object
SortFieldMapping<TEntity>
Implements
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, SortColumnDescriptor<TEntity>[]>>
System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String, SortColumnDescriptor<TEntity>[]>>
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, SortColumnDescriptor<TEntity>[]>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
System.Runtime.Serialization.ISerializable
Inherited Members
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Add(System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[])
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Clear()
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.ContainsKey(System.String)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.ContainsValue(WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[])
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Remove(System.String)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Remove(System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[])
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.TryAdd(System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[])
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>>.Add(System.Collections.Generic.KeyValuePair<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>>.Contains(System.Collections.Generic.KeyValuePair<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>[], System.Int32)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>>.Remove(System.Collections.Generic.KeyValuePair<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.TryGetValue(System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[])
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Comparer
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Count
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Item[System.String]
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Keys
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>>.IsReadOnly
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.Generic.IDictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Keys
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.Generic.IDictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Values
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.Generic.IReadOnlyDictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Keys
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.Generic.IReadOnlyDictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Values
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.Item[System.Object]
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<System.String, WaCore.Crud.Utils.Sorting.SortColumnDescriptor<TEntity>[]>.Values
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WaCore.Crud.Utils.Sorting
Assembly: WaCore.Crud.Utils.dll
Syntax
public class SortFieldMapping<TEntity> : Dictionary<string, SortColumnDescriptor<TEntity>[]>, IDictionary<string, SortColumnDescriptor<TEntity>[]>, ICollection<KeyValuePair<string, SortColumnDescriptor<TEntity>[]>>, IReadOnlyDictionary<string, SortColumnDescriptor<TEntity>[]>, IReadOnlyCollection<KeyValuePair<string, SortColumnDescriptor<TEntity>[]>>, IEnumerable<KeyValuePair<string, SortColumnDescriptor<TEntity>[]>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Type Parameters
Name | Description |
---|---|
TEntity |
Constructors
| Improve this Doc View SourceSortFieldMapping()
Declaration
public SortFieldMapping()
SortFieldMapping(IEqualityComparer<String>)
Declaration
public SortFieldMapping(IEqualityComparer<string> comparer)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEqualityComparer<System.String> | comparer |
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
System.Runtime.Serialization.ISerializable