C# 클래스 SilverlightMappingToolBasic.SimpleNodeSkin

상속: INodeSkin
파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
GetTypeConverter ( Type type ) : TypeConverter
InitialiseNodeType ( INodeTypeProxy nodeType ) : void
RenderSkinElements ( INodeProxy node, string skinName, object>.Dictionary skinProperties ) : NodeControl
SimpleNodeSkin ( ) : System

메소드 상세

GetTypeConverter() 공개 정적인 메소드

public static GetTypeConverter ( Type type ) : TypeConverter
type System.Type
리턴 TypeConverter

InitialiseNodeType() 공개 메소드

public InitialiseNodeType ( INodeTypeProxy nodeType ) : void
nodeType INodeTypeProxy
리턴 void

RenderSkinElements() 공개 메소드

public RenderSkinElements ( INodeProxy node, string skinName, object>.Dictionary skinProperties ) : NodeControl
node INodeProxy
skinName string
skinProperties object>.Dictionary
리턴 SilverlightMappingToolBasic.Controls.NodeControl

SimpleNodeSkin() 공개 메소드

public SimpleNodeSkin ( ) : System
리턴 System