C# Класс CSReportDll.cReportControls

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

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

Метод Описание
Add ( String key, Object value ) : void
Dispose ( ) : void
add ( ) : cReportControl
add ( cReportControl c, String key ) : cReportControl
cReportControls ( ) : System
cReportControls ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
getCollByLeft ( ) : int[]
getCopyColl ( ) : cReportControls2
getSectionLine ( ) : cReportSectionLine
getTypeSection ( ) : csRptSectionType
item ( String key ) : cReportControl
item ( int index ) : cReportControl
orderCollByLeft ( ) : void
remove ( String key ) : void
remove ( int index ) : void
setCopyColl ( cReportControls2 rhs ) : void
setSectionLine ( cReportSectionLine rhs ) : void
setTypeSection ( csRptSectionType rhs ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

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

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

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

Метод Описание
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
releaseReferences ( ) : void

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

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

public Add ( String key, Object value ) : void
key String
value Object
Результат void

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

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

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

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

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

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

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

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

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

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

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

public cReportControls ( IDictionary d, System.Boolean bReadOnly ) : System
d IDictionary
bReadOnly System.Boolean
Результат System

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

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

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

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

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

public getCollByLeft ( ) : int[]
Результат int[]

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

public getCopyColl ( ) : cReportControls2
Результат cReportControls2

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
Результат void

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

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

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

public this ( int index ) : DictionaryEntry
index int
Результат System.Collections.DictionaryEntry

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

public this ( String key ) : Object
key String
Результат Object