C# Class SilverlightMappingToolBasic.SharePoint.SharePointNodeService

Inheritance: INodeService
Afficher le fichier Open project: chris-tomich/Glyma

Private Properties

Свойство Type Description
GetAllNodeTypeResourcesCompleted void
GetNodeByIdAsyncCompleted void
GetRelatedNodesByIdAsyncCompleted void

Méthodes publiques

Méthode Description
AddNode ( string mapNodeId, string nodeTypeName, double x, double y ) : void
GetAllNodeTypesAsync ( ) : void
GetNodeByIdAsync ( string nodeId, string mapId ) : void
GetRelatedNodesByIdAsync ( string mapId, string nodeId, int depth ) : void
SharePointNodeService ( ) : System

Private Methods

Méthode Description
GetAllNodeTypeResourcesCompleted ( object sender, GetAllNodeTypeResourcesCompletedEventArgs e ) : void
GetNodeByIdAsyncCompleted ( object sender, GetNodesCompletedEventArgs e ) : void
GetRelatedNodesByIdAsyncCompleted ( object sender, GetRelatedNodesCompletedEventArgs e ) : void

Method Details

AddNode() public méthode

public AddNode ( string mapNodeId, string nodeTypeName, double x, double y ) : void
mapNodeId string
nodeTypeName string
x double
y double
Résultat void

GetAllNodeTypesAsync() public méthode

public GetAllNodeTypesAsync ( ) : void
Résultat void

GetNodeByIdAsync() public méthode

public GetNodeByIdAsync ( string nodeId, string mapId ) : void
nodeId string
mapId string
Résultat void

GetRelatedNodesByIdAsync() public méthode

public GetRelatedNodesByIdAsync ( string mapId, string nodeId, int depth ) : void
mapId string
nodeId string
depth int
Résultat void

SharePointNodeService() public méthode

public SharePointNodeService ( ) : System
Résultat System