C# Класс CSReportDll.cReportChartSeries

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

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

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

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

Метод Описание
getDummyKey ( ) : String

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

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 ( ) : cReportChartSerie
Результат cReportChartSerie

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

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

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

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

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

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

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

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

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