프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetAllNodeTypeResourcesCompleted | void | ||
GetNodeByIdAsyncCompleted | void | ||
GetRelatedNodesByIdAsyncCompleted | void |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetAllNodeTypeResourcesCompleted ( object sender, GetAllNodeTypeResourcesCompletedEventArgs e ) : void | ||
GetNodeByIdAsyncCompleted ( object sender, GetNodesCompletedEventArgs e ) : void | ||
GetRelatedNodesByIdAsyncCompleted ( object sender, GetRelatedNodesCompletedEventArgs e ) : void |
public AddNode ( string mapNodeId, string nodeTypeName, double x, double y ) : void | ||
mapNodeId | string | |
nodeTypeName | string | |
x | double | |
y | double | |
리턴 | void |
public GetNodeByIdAsync ( string nodeId, string mapId ) : void | ||
nodeId | string | |
mapId | string | |
리턴 | void |
public GetRelatedNodesByIdAsync ( string mapId, string nodeId, int depth ) : void | ||
mapId | string | |
nodeId | string | |
depth | int | |
리턴 | void |