C# Класс CSReportDll.cReportSectionLines

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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