C# Class SilverlightMappingToolBasic.NodesEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode Description
NodesEventArgs ( ) : System
NodesEventArgs ( string eventType, System.Guid contextRelationshipId ) : System
NodesEventArgs ( string eventType, System.Guid contextNodeId, System.Guid nodeIds ) : System
NodesEventArgs ( string eventType, System.Guid contextNodeId, INodeProxy nodes ) : System
NodesEventArgs ( string eventType, INodeProxy contextNode, System.Guid nodeIds ) : System
NodesEventArgs ( string eventType, INodeProxy contextNode, INodeProxy nodes ) : System
NodesEventArgs ( string eventType, IRelationshipProxy contextRelationship ) : System

Method Details

NodesEventArgs() public méthode

public NodesEventArgs ( ) : System
Résultat System

NodesEventArgs() public méthode

public NodesEventArgs ( string eventType, System.Guid contextRelationshipId ) : System
eventType string
contextRelationshipId System.Guid
Résultat System

NodesEventArgs() public méthode

public NodesEventArgs ( string eventType, System.Guid contextNodeId, System.Guid nodeIds ) : System
eventType string
contextNodeId System.Guid
nodeIds System.Guid
Résultat System

NodesEventArgs() public méthode

public NodesEventArgs ( string eventType, System.Guid contextNodeId, INodeProxy nodes ) : System
eventType string
contextNodeId System.Guid
nodes INodeProxy
Résultat System

NodesEventArgs() public méthode

public NodesEventArgs ( string eventType, INodeProxy contextNode, System.Guid nodeIds ) : System
eventType string
contextNode INodeProxy
nodeIds System.Guid
Résultat System

NodesEventArgs() public méthode

public NodesEventArgs ( string eventType, INodeProxy contextNode, INodeProxy nodes ) : System
eventType string
contextNode INodeProxy
nodes INodeProxy
Résultat System

NodesEventArgs() public méthode

public NodesEventArgs ( string eventType, IRelationshipProxy contextRelationship ) : System
eventType string
contextRelationship IRelationshipProxy
Résultat System