C# Class SilverlightMappingToolBasic.SimpleNodeSkin

Inheritance: INodeSkin
Datei anzeigen Open project: chris-tomich/Glyma

Public Methods

Method Description
GetTypeConverter ( Type type ) : TypeConverter
InitialiseNodeType ( INodeTypeProxy nodeType ) : void
RenderSkinElements ( INodeProxy node, string skinName, object>.Dictionary skinProperties ) : NodeControl
SimpleNodeSkin ( ) : System

Method Details

GetTypeConverter() public static method

public static GetTypeConverter ( Type type ) : TypeConverter
type System.Type
return TypeConverter

InitialiseNodeType() public method

public InitialiseNodeType ( INodeTypeProxy nodeType ) : void
nodeType INodeTypeProxy
return void

RenderSkinElements() public method

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

SimpleNodeSkin() public method

public SimpleNodeSkin ( ) : System
return System