C# Класс June.LocalStorage.Providers.XMLLocalStore.XmlStore

Xml Store Class
Показать файл Открыть проект

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

Метод Описание
ContainsKey ( string key ) : bool

Contains the key.

GetDictionary ( ) : object>.IDictionary

Gets the dictionary.

GetItemByKey ( string key ) : XmlItem

Gets the item by key.

XmlStore ( ) : System

Initializes a new instance of the June.LocalStorageProviders.XMLLocalStorage+XmlStore class.

this ( string key ) : XmlItem

Gets the June.LocalStorageProviders.XMLLocalStorage+XmlStore with the specified key.

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

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

Contains the key.
public ContainsKey ( string key ) : bool
key string Key.
Результат bool

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

Gets the dictionary.
public GetDictionary ( ) : object>.IDictionary
Результат object>.IDictionary

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

Gets the item by key.
public GetItemByKey ( string key ) : XmlItem
key string Key.
Результат XmlItem

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

Initializes a new instance of the June.LocalStorageProviders.XMLLocalStorage+XmlStore class.
public XmlStore ( ) : System
Результат System

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

Gets the June.LocalStorageProviders.XMLLocalStorage+XmlStore with the specified key.
public this ( string key ) : XmlItem
key string Key.
Результат XmlItem