C# Class DiagramCommand, UnityClassDiagram

Afficher le fichier Open project: sashcode/UnityClassDiagram Class Usage Examples

Méthodes publiques

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

Method Details

AddAttribute() public méthode

public AddAttribute ( DiagramNode, node ) : void
node DiagramNode,
Résultat void

AddNode() public méthode

public AddNode ( ) : void
Résultat void

DeleteNode() public méthode

public DeleteNode ( DiagramNode, node ) : void
node DiagramNode,
Résultat void

DiagramCommand() public méthode

public DiagramCommand ( DiagramContext, context ) : System.Collections.Generic
context DiagramContext,
Résultat System.Collections.Generic