C# Class SilverlightMappingToolBasic.SharePoint.SharePointNodeService

Inheritance: INodeService
ファイルを表示 Open project: chris-tomich/Glyma

Private Properties

Property Type Description
GetAllNodeTypeResourcesCompleted void
GetNodeByIdAsyncCompleted void
GetRelatedNodesByIdAsyncCompleted void

Public Methods

Method 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

Method Description
GetAllNodeTypeResourcesCompleted ( object sender, GetAllNodeTypeResourcesCompletedEventArgs e ) : void
GetNodeByIdAsyncCompleted ( object sender, GetNodesCompletedEventArgs e ) : void
GetRelatedNodesByIdAsyncCompleted ( object sender, GetRelatedNodesCompletedEventArgs e ) : void

Method Details

AddNode() public method

public AddNode ( string mapNodeId, string nodeTypeName, double x, double y ) : void
mapNodeId string
nodeTypeName string
x double
y double
return void

GetAllNodeTypesAsync() public method

public GetAllNodeTypesAsync ( ) : void
return void

GetNodeByIdAsync() public method

public GetNodeByIdAsync ( string nodeId, string mapId ) : void
nodeId string
mapId string
return void

GetRelatedNodesByIdAsync() public method

public GetRelatedNodesByIdAsync ( string mapId, string nodeId, int depth ) : void
mapId string
nodeId string
depth int
return void

SharePointNodeService() public method

public SharePointNodeService ( ) : System
return System