C# 클래스 Tiraggo.js.jsColumn

파일 보기 프로젝트 열기: BrewDawg/Tiraggo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
PopulateColumns ( tgEntity entity ) : Tiraggo.js.jsColumn[]

메소드 상세

PopulateColumns() 공개 정적인 메소드

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

프로퍼티 상세

characterMaxLength 공개적으로 프로퍼티

public long characterMaxLength
리턴 long

columnName 공개적으로 프로퍼티

public string columnName
리턴 string

dataType 공개적으로 프로퍼티

public string dataType
리턴 string

defaultValue 공개적으로 프로퍼티

public string defaultValue
리턴 string

displayName 공개적으로 프로퍼티

public string displayName
리턴 string

footerValue 공개적으로 프로퍼티

public string footerValue
리턴 string

hasDefault 공개적으로 프로퍼티

public bool hasDefault
리턴 bool

isAutoIncrement 공개적으로 프로퍼티

public bool isAutoIncrement
리턴 bool

isConcurrency 공개적으로 프로퍼티

public bool isConcurrency
리턴 bool

isInPrimaryKey 공개적으로 프로퍼티

public bool isInPrimaryKey
리턴 bool

isNullable 공개적으로 프로퍼티

public bool isNullable
리턴 bool

isSortable 공개적으로 프로퍼티

public bool isSortable
리턴 bool

isVisible 공개적으로 프로퍼티

public bool isVisible
리턴 bool

numericPrecision 공개적으로 프로퍼티

public int numericPrecision
리턴 int

numericScale 공개적으로 프로퍼티

public int numericScale
리턴 int

ordinal 공개적으로 프로퍼티

public int ordinal
리턴 int

propertyName 공개적으로 프로퍼티

public string propertyName
리턴 string