C# 클래스 SilverlightMappingToolBasic.ThemeManager

상속: IThemeManager
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetSkinImageUri string
LoadXml void
client_GetThemeCompleted void

공개 메소드들

메소드 설명
DressNode ( SilverlightMappingToolBasic.UI.ViewModel skinnableNode ) : void
GetSkin ( INodeTypeProxy nodeTypeProxy, string skinName ) : INodeSkin
LoadTheme ( string themeSvcUrl, string themeName ) : void
ThemeManager ( ) : System

비공개 메소드들

메소드 설명
GetSkinImageUri ( System.Guid nodeType ) : string
LoadXml ( XmlReader xmlReader ) : void
client_GetThemeCompleted ( object sender, GetThemeCompletedEventArgs e ) : void

메소드 상세

DressNode() 공개 메소드

public DressNode ( SilverlightMappingToolBasic.UI.ViewModel skinnableNode ) : void
skinnableNode SilverlightMappingToolBasic.UI.ViewModel
리턴 void

GetSkin() 공개 메소드

public GetSkin ( INodeTypeProxy nodeTypeProxy, string skinName ) : INodeSkin
nodeTypeProxy INodeTypeProxy
skinName string
리턴 INodeSkin

LoadTheme() 공개 메소드

public LoadTheme ( string themeSvcUrl, string themeName ) : void
themeSvcUrl string
themeName string
리턴 void

ThemeManager() 공개 메소드

public ThemeManager ( ) : System
리턴 System