C# Класс CSReportDll.cReportFormulas

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

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

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

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

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

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

public add ( String name ) : cReportFormula
name String
Результат cReportFormula

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

public add2 ( cReportFormula formula, String name ) : void
formula cReportFormula
name String
Результат void

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

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

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

public cReportFormulas ( 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 ) : cReportFormula
key String
Результат cReportFormula

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

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

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