C# Класс CSDataBase.cJSONDataSources

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

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

Метод Описание
Add ( String key, Object value ) : void
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
add ( cJSONDataSource dataSource, String name ) : cJSONDataSource
cJSONDataSources ( ) : System
cJSONDataSources ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
item ( String key ) : cJSONDataSource
item ( int index ) : cJSONDataSource
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 ( cJSONDataSource dataSource, String name ) : cJSONDataSource
dataSource cJSONDataSource
name String
Результат cJSONDataSource

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

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

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

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

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

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

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