C# Класс CSReportDll.cReportSection

Наследование: IDisposable, cIReportSection
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void
cReportSection ( ) : System
getAspect ( ) : cReportAspect
getFormulaHide ( ) : cReportFormula
getHasFormulaHide ( ) : bool
getIndex ( ) : int
getKey ( ) : String
getKeyPaint ( ) : String
getName ( ) : String
getRealIndex ( ) : int
getSectionLines ( ) : cReportSectionLines
getTypeSection ( ) : csRptSectionType
setAspect ( cReportAspect rhs ) : void
setHasFormulaHide ( bool rhs ) : void
setIndex ( int rhs ) : void
setKey ( String rhs ) : void
setKeyPaint ( String rhs ) : void
setName ( String rhs ) : void
setRealIndex ( int rhs ) : void
setSectionLines ( cReportSectionLines rhs ) : void
setTypeSection ( csRptSectionType rhs ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
load ( CSXml xDoc, XmlNode nodeObj ) : bool
releaseReferences ( ) : void
save ( CSXml xDoc, XmlNode nodeFather ) : bool
setCopyColl ( cReportControls2 rhs ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

cReportSection() публичный Метод

public cReportSection ( ) : System
Результат System

getAspect() публичный Метод

public getAspect ( ) : cReportAspect
Результат cReportAspect

getFormulaHide() публичный Метод

public getFormulaHide ( ) : cReportFormula
Результат cReportFormula

getHasFormulaHide() публичный Метод

public getHasFormulaHide ( ) : bool
Результат bool

getIndex() публичный Метод

public getIndex ( ) : int
Результат int

getKey() публичный Метод

public getKey ( ) : String
Результат String

getKeyPaint() публичный Метод

public getKeyPaint ( ) : String
Результат String

getName() публичный Метод

public getName ( ) : String
Результат String

getRealIndex() публичный Метод

public getRealIndex ( ) : int
Результат int

getSectionLines() публичный Метод

public getSectionLines ( ) : cReportSectionLines
Результат cReportSectionLines

getTypeSection() публичный Метод

public getTypeSection ( ) : csRptSectionType
Результат csRptSectionType

setAspect() публичный Метод

public setAspect ( cReportAspect rhs ) : void
rhs cReportAspect
Результат void

setHasFormulaHide() публичный Метод

public setHasFormulaHide ( bool rhs ) : void
rhs bool
Результат void

setIndex() публичный Метод

public setIndex ( int rhs ) : void
rhs int
Результат void

setKey() публичный Метод

public setKey ( String rhs ) : void
rhs String
Результат void

setKeyPaint() публичный Метод

public setKeyPaint ( String rhs ) : void
rhs String
Результат void

setName() публичный Метод

public setName ( String rhs ) : void
rhs String
Результат void

setRealIndex() публичный Метод

public setRealIndex ( int rhs ) : void
rhs int
Результат void

setSectionLines() публичный Метод

public setSectionLines ( cReportSectionLines rhs ) : void
rhs cReportSectionLines
Результат void

setTypeSection() публичный Метод

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
Результат void