C# Class June.LocalStorage.Providers.XMLLocalStore.XmlStore

Xml Store Class
显示文件 Open project: JuneSoftware/LocalStorage

Public Methods

Method Description
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.

Method Details

ContainsKey() public method

Contains the key.
public ContainsKey ( string key ) : bool
key string Key.
return bool

GetDictionary() public method

Gets the dictionary.
public GetDictionary ( ) : object>.IDictionary
return object>.IDictionary

GetItemByKey() public method

Gets the item by key.
public GetItemByKey ( string key ) : XmlItem
key string Key.
return XmlItem

XmlStore() public method

Initializes a new instance of the June.LocalStorageProviders.XMLLocalStorage+XmlStore class.
public XmlStore ( ) : System
return System

this() public method

Gets the June.LocalStorageProviders.XMLLocalStorage+XmlStore with the specified key.
public this ( string key ) : XmlItem
key string Key.
return XmlItem