Show / Hide Table of Contents

Class TableColumnDictionary

Inheritance
object
System.Collections.Generic.Dictionary<TKey, TValue><string, System.Collections.Generic.List<T><TableColumn>>
TableColumnDictionary
Implements
System.Collections.Generic.IDictionary<TKey, TValue><string, System.Collections.Generic.List<T><TableColumn>>
System.Collections.Generic.ICollection<T><KeyValuePair<string, System.Collections.Generic.List<T><TableColumn>>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, System.Collections.Generic.List<T><TableColumn>>
System.Collections.Generic.IReadOnlyCollection<T><KeyValuePair<string, System.Collections.Generic.List<T><TableColumn>>>
System.Collections.Generic.IEnumerable<T><KeyValuePair<string, System.Collections.Generic.List<T><TableColumn>>>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.Add(string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.Clear()
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.ContainsKey(string)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.ContainsValue(System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.GetEnumerator()
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.OnDeserialization(object)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.Remove(string)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.Remove(string, out System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.TryGetValue(string, out System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.TryAdd(string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.EnsureCapacity(int)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.TrimExcess()
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.TrimExcess(int)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.Comparer
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.Count
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.Keys
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.Values
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns.TableColumn>>.this[string]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
public class TableColumnDictionary : Dictionary<string, List<TableColumn>>, IDictionary<string, List<TableColumn>>, ICollection<KeyValuePair<string, List<TableColumn>>>, IDictionary, ICollection, IReadOnlyDictionary<string, List<TableColumn>>, IReadOnlyCollection<KeyValuePair<string, List<TableColumn>>>, IEnumerable<KeyValuePair<string, List<TableColumn>>>, IEnumerable, ISerializable, IDeserializationCallback

Constructors

TableColumnDictionary()

Declaration
public TableColumnDictionary()

Methods

Get<T>()

Declaration
public List<TableColumn> Get<T>()
Returns
Type Description
System.Collections.Generic.List<T><TableColumn>
Type Parameters
Name Description
T

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.ISerializable
System.Runtime.Serialization.IDeserializationCallback

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft