C# 클래스 CSReportDll.cParameter

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
getColumnType ( ) : csDataType
getDefaultValue ( ) : String
getHasDefault ( ) : bool
getIsNullable ( ) : bool
getKey ( ) : String
getMaxLength ( ) : int
getName ( ) : String
getPosition ( ) : int
getValue ( ) : String
setColumnType ( csDataType rhs ) : void
setDefaultValue ( String rhs ) : void
setHasDefault ( bool rhs ) : void
setIsNullable ( bool rhs ) : void
setKey ( String rhs ) : void
setMaxLength ( int rhs ) : void
setName ( String rhs ) : void
setPosition ( int rhs ) : void
setValue ( String rhs ) : void

비공개 메소드들

메소드 설명
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

메소드 상세

getColumnType() 공개 메소드

public getColumnType ( ) : csDataType
리턴 csDataType

getDefaultValue() 공개 메소드

public getDefaultValue ( ) : String
리턴 String

getHasDefault() 공개 메소드

public getHasDefault ( ) : bool
리턴 bool

getIsNullable() 공개 메소드

public getIsNullable ( ) : bool
리턴 bool

getKey() 공개 메소드

public getKey ( ) : String
리턴 String

getMaxLength() 공개 메소드

public getMaxLength ( ) : int
리턴 int

getName() 공개 메소드

public getName ( ) : String
리턴 String

getPosition() 공개 메소드

public getPosition ( ) : int
리턴 int

getValue() 공개 메소드

public getValue ( ) : String
리턴 String

setColumnType() 공개 메소드

public setColumnType ( csDataType rhs ) : void
rhs csDataType
리턴 void

setDefaultValue() 공개 메소드

public setDefaultValue ( String rhs ) : void
rhs String
리턴 void

setHasDefault() 공개 메소드

public setHasDefault ( bool rhs ) : void
rhs bool
리턴 void

setIsNullable() 공개 메소드

public setIsNullable ( bool rhs ) : void
rhs bool
리턴 void

setKey() 공개 메소드

public setKey ( String rhs ) : void
rhs String
리턴 void

setMaxLength() 공개 메소드

public setMaxLength ( int rhs ) : void
rhs int
리턴 void

setName() 공개 메소드

public setName ( String rhs ) : void
rhs String
리턴 void

setPosition() 공개 메소드

public setPosition ( int rhs ) : void
rhs int
리턴 void

setValue() 공개 메소드

public setValue ( String rhs ) : void
rhs String
리턴 void