C# Class SilverlightFX.Applications.Theme.ThemeInfo

Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Méthode 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 méthode

public AddItem ( string key, string xml ) : void
key string
xml string
Résultat void

AddNamespace() public méthode

public AddNamespace ( string namespaceName, string namespaceDeclaration ) : void
namespaceName string
namespaceDeclaration string
Résultat void

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

GetXml() public méthode

public GetXml ( ) : string
Résultat string

ThemeInfo() public méthode

public ThemeInfo ( ) : System
Résultat System