C# Class SilverlightMappingToolBasic.ThemeManager

Inheritance: IThemeManager
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description
GetSkinImageUri string
LoadXml void
client_GetThemeCompleted void

Méthodes publiques

Méthode Description
DressNode ( SilverlightMappingToolBasic.UI.ViewModel skinnableNode ) : void
GetSkin ( INodeTypeProxy nodeTypeProxy, string skinName ) : INodeSkin
LoadTheme ( string themeSvcUrl, string themeName ) : void
ThemeManager ( ) : System

Private Methods

Méthode Description
GetSkinImageUri ( System.Guid nodeType ) : string
LoadXml ( XmlReader xmlReader ) : void
client_GetThemeCompleted ( object sender, GetThemeCompletedEventArgs e ) : void

Method Details

DressNode() public méthode

public DressNode ( SilverlightMappingToolBasic.UI.ViewModel skinnableNode ) : void
skinnableNode SilverlightMappingToolBasic.UI.ViewModel
Résultat void

GetSkin() public méthode

public GetSkin ( INodeTypeProxy nodeTypeProxy, string skinName ) : INodeSkin
nodeTypeProxy INodeTypeProxy
skinName string
Résultat INodeSkin

LoadTheme() public méthode

public LoadTheme ( string themeSvcUrl, string themeName ) : void
themeSvcUrl string
themeName string
Résultat void

ThemeManager() public méthode

public ThemeManager ( ) : System
Résultat System