C# Class DiagramCommand, UnityClassDiagram

Show file Open project: sashcode/UnityClassDiagram Class Usage Examples

Public Methods

Method Description
AddAttribute ( DiagramNode, node ) : void
AddNode ( ) : void
DeleteNode ( DiagramNode, node ) : void
DiagramCommand ( DiagramContext, context ) : System.Collections.Generic

Method Details

AddAttribute() public method

public AddAttribute ( DiagramNode, node ) : void
node DiagramNode,
return void

AddNode() public method

public AddNode ( ) : void
return void

DeleteNode() public method

public DeleteNode ( DiagramNode, node ) : void
node DiagramNode,
return void

DiagramCommand() public method

public DiagramCommand ( DiagramContext, context ) : System.Collections.Generic
context DiagramContext,
return System.Collections.Generic