C# 클래스 SilverlightMappingToolBasic.SharePoint.SharePointNodeService

상속: INodeService
파일 보기 프로젝트 열기: chris-tomich/Glyma

Private Properties

프로퍼티 타입 설명
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

메소드 상세

AddNode() 공개 메소드

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

GetAllNodeTypesAsync() 공개 메소드

public GetAllNodeTypesAsync ( ) : void
리턴 void

GetNodeByIdAsync() 공개 메소드

public GetNodeByIdAsync ( string nodeId, string mapId ) : void
nodeId string
mapId string
리턴 void

GetRelatedNodesByIdAsync() 공개 메소드

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

SharePointNodeService() 공개 메소드

public SharePointNodeService ( ) : System
리턴 System