C# 클래스 CSReportDll.cReportPageInfo

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

공개 메소드들

메소드 설명
cReportPageInfo ( ) : System
getAspect ( ) : cReportAspect
getFieldType ( ) : int
getName ( ) : String
getSectionLine ( ) : cReportSectionLine
getTag ( ) : String
setAspect ( cReportAspect rhs ) : void
setFieldType ( int rhs ) : void
setName ( String rhs ) : void
setSectionLine ( cReportSectionLine rhs ) : void
setTag ( String rhs ) : void

비공개 메소드들

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

메소드 상세

cReportPageInfo() 공개 메소드

public cReportPageInfo ( ) : System
리턴 System

getAspect() 공개 메소드

public getAspect ( ) : cReportAspect
리턴 cReportAspect

getFieldType() 공개 메소드

public getFieldType ( ) : int
리턴 int

getName() 공개 메소드

public getName ( ) : String
리턴 String

getSectionLine() 공개 메소드

public getSectionLine ( ) : cReportSectionLine
리턴 cReportSectionLine

getTag() 공개 메소드

public getTag ( ) : String
리턴 String

setAspect() 공개 메소드

public setAspect ( cReportAspect rhs ) : void
rhs cReportAspect
리턴 void

setFieldType() 공개 메소드

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

setName() 공개 메소드

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

setSectionLine() 공개 메소드

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
리턴 void

setTag() 공개 메소드

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