C# Класс CSReportDll.cReportPageInfo

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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