C# Class SilverlightFX.Applications.Theme.ThemeInfo

Exibir arquivo Open project: nikhilk/silverlightfx

Public Methods

Method Description
AddItem ( string key, string xml ) : void
AddNamespace ( string namespaceName, string namespaceDeclaration ) : void
ContainsKey ( string key ) : bool
GetXml ( ) : string
ThemeInfo ( ) : System

Method Details

AddItem() public method

public AddItem ( string key, string xml ) : void
key string
xml string
return void

AddNamespace() public method

public AddNamespace ( string namespaceName, string namespaceDeclaration ) : void
namespaceName string
namespaceDeclaration string
return void

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

GetXml() public method

public GetXml ( ) : string
return string

ThemeInfo() public method

public ThemeInfo ( ) : System
return System