C# Class Tiraggo.js.jsColumn

Show file Open project: BrewDawg/Tiraggo Class Usage Examples

Public Properties

Property Type Description
characterMaxLength long
columnName string
dataType string
defaultValue string
displayName string
footerValue string
hasDefault bool
isAutoIncrement bool
isConcurrency bool
isInPrimaryKey bool
isNullable bool
isSortable bool
isVisible bool
numericPrecision int
numericScale int
ordinal int
propertyName string

Public Methods

Method Description
PopulateColumns ( tgEntity entity ) : Tiraggo.js.jsColumn[]

Method Details

PopulateColumns() public static method

public static PopulateColumns ( tgEntity entity ) : Tiraggo.js.jsColumn[]
entity tgEntity
return Tiraggo.js.jsColumn[]

Property Details

characterMaxLength public property

public long characterMaxLength
return long

columnName public property

public string columnName
return string

dataType public property

public string dataType
return string

defaultValue public property

public string defaultValue
return string

displayName public property

public string displayName
return string

footerValue public property

public string footerValue
return string

hasDefault public property

public bool hasDefault
return bool

isAutoIncrement public property

public bool isAutoIncrement
return bool

isConcurrency public property

public bool isConcurrency
return bool

isInPrimaryKey public property

public bool isInPrimaryKey
return bool

isNullable public property

public bool isNullable
return bool

isSortable public property

public bool isSortable
return bool

isVisible public property

public bool isVisible
return bool

numericPrecision public property

public int numericPrecision
return int

numericScale public property

public int numericScale
return int

ordinal public property

public int ordinal
return int

propertyName public property

public string propertyName
return string