Class ColumnDefinition
- Namespace
- Datafication.Server.Core.Models
- Assembly
- Datafication.Server.Core.dll
Represents a column definition for DataBlock registration.
public class ColumnDefinition
- Inheritance
-
objectColumnDefinition
Properties
DataType
Gets or sets the data type of the column.
public string? DataType { get; set; }
Property Value
- string
Label
Gets or sets the display label of the column.
public string? Label { get; set; }
Property Value
- string
Name
Gets or sets the name of the column.
public string Name { get; set; }
Property Value
- string