C# Класс CSReportDll.cReportSectionLine

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

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

Метод Описание
Dispose ( ) : void
cReportSectionLine ( ) : System
getAspect ( ) : cReportAspect
getControls ( ) : cReportControls
getFormulaHide ( ) : cReportFormula
getHasFormulaHide ( ) : bool
getIdField ( ) : String
getIndex ( ) : int
getKey ( ) : String
getKeyPaint ( ) : String
getName ( ) : string
getRealIndex ( ) : int
getSectionName ( ) : String
getTypeSection ( ) : csRptSectionType
setAspect ( cReportAspect rhs ) : void
setControls ( cReportControls rhs ) : void
setCopyColl ( cReportControls2 rhs ) : void
setHasFormulaHide ( bool rhs ) : void
setIdField ( String rhs ) : void
setIndex ( int rhs ) : void
setKey ( String rhs ) : void
setKeyPaint ( String rhs ) : void
setName ( string name ) : void
setRealIndex ( int rhs ) : void
setSectionName ( String rhs ) : void
setTypeSection ( csRptSectionType rhs ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public getControls ( ) : cReportControls
Результат cReportControls

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public setControls ( cReportControls rhs ) : void
rhs cReportControls
Результат void

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

public setCopyColl ( cReportControls2 rhs ) : void
rhs cReportControls2
Результат void

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

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

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

public setIdField ( String rhs ) : void
rhs String
Результат 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 name ) : void
name string
Результат void

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

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

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

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

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

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