C# Класс CSReportDll.cReportSections

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

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

Метод Описание
add ( ) : cReportSection
add ( cReportSection c, String key ) : cReportSection
add ( cReportSection c, String key, int index ) : cReportSection
cReportSections ( ) : System
clear ( ) : void
count ( ) : int
getTypeSection ( ) : csRptSectionType
item ( String key ) : cReportSection
item ( int index ) : cReportSection
remove ( String key ) : void
remove ( int index ) : void
setTypeSection ( csRptSectionType rhs ) : void

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

Метод Описание
pRefreshIndex ( ) : void
setCopyColl ( cReportControls2 rhs ) : void
setMainTypeSection ( csRptSectionType rhs ) : void

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

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

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

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

public add ( cReportSection c, String key ) : cReportSection
c cReportSection
key String
Результат cReportSection

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

public add ( cReportSection c, String key, int index ) : cReportSection
c cReportSection
key String
index int
Результат cReportSection

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

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

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

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

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

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

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

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

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

public item ( String key ) : cReportSection
key String
Результат cReportSection

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

public item ( int index ) : cReportSection
index int
Результат cReportSection

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

public remove ( String key ) : void
key String
Результат void

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

public remove ( int index ) : void
index int
Результат void

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

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