C# Class SilverlightMappingToolBasic.ThemeManager

Inheritance: IThemeManager
Mostrar archivo Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
GetSkinImageUri string
LoadXml void
client_GetThemeCompleted void

Public Methods

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

Private Methods

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

Method Details

DressNode() public method

public DressNode ( SilverlightMappingToolBasic.UI.ViewModel skinnableNode ) : void
skinnableNode SilverlightMappingToolBasic.UI.ViewModel
return void

GetSkin() public method

public GetSkin ( INodeTypeProxy nodeTypeProxy, string skinName ) : INodeSkin
nodeTypeProxy INodeTypeProxy
skinName string
return INodeSkin

LoadTheme() public method

public LoadTheme ( string themeSvcUrl, string themeName ) : void
themeSvcUrl string
themeName string
return void

ThemeManager() public method

public ThemeManager ( ) : System
return System