Class TableColumnDictionary
Implements
Inherited Members
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 |
---|---|
List<TableColumn> |
Type Parameters
Name | Description |
---|---|
T |