Table of Contents

Class IdColumn<T>

Namespace
AbanoubNassem.Trinity.Columns
Assembly
AbanoubNassem.Trinity.dll

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
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; }

Property Value

string