Class IdColumn<T>
Represents a column that displays an identifier value.
public class IdColumn<T> : TrinityColumn<IdColumn<T>, T>, ITrinityColumn, ITrinityComponent
Type Parameters
T
The type of the identifier value.
- Inheritance
-
TrinityComponent<IdColumn<T>, T>TrinityColumn<IdColumn<T>, T>IdColumn<T>
- Implements
- Derived
- Inherited Members
Constructors
IdColumn(string)
public IdColumn(string columnName = "id")
Parameters
columnName
string
Properties
ComponentName
The component name in the front-end side.
public override string ComponentName { get; }