C# Класс CSReportDll.cReportFormulaTypes

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

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

Метод Описание
Add ( String key, Object value ) : void
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
cReportFormulaTypes ( ) : System
cReportFormulaTypes ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
item ( String key ) : cReportFormulaType
item ( int index ) : cReportFormulaType
remove ( String key ) : void
remove ( int index ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

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

Метод Описание
add ( cReportFormulaType c, String key ) : cReportFormulaType
add ( cReportFormulaType c, csRptFormulaType key ) : cReportFormulaType
initialize ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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