C# 클래스 Stardust.Manager.Helpers.NodeUriBuilderHelper

파일 보기 프로젝트 열기: Teleopti/Stardust 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateUri ( string path ) : Uri
GetCancelJobUri ( System.Guid jobId ) : Uri
GetIsIdleTemplateUri ( ) : Uri
GetJobTemplateUri ( ) : Uri
GetUpdateJobUri ( System.Guid jobId ) : Uri
NodeUriBuilderHelper ( Uri locationUri ) : System
NodeUriBuilderHelper ( string locationUri ) : System

메소드 상세

CreateUri() 공개 메소드

public CreateUri ( string path ) : Uri
path string
리턴 System.Uri

GetCancelJobUri() 공개 메소드

public GetCancelJobUri ( System.Guid jobId ) : Uri
jobId System.Guid
리턴 System.Uri

GetIsIdleTemplateUri() 공개 메소드

public GetIsIdleTemplateUri ( ) : Uri
리턴 System.Uri

GetJobTemplateUri() 공개 메소드

public GetJobTemplateUri ( ) : Uri
리턴 System.Uri

GetUpdateJobUri() 공개 메소드

public GetUpdateJobUri ( System.Guid jobId ) : Uri
jobId System.Guid
리턴 System.Uri

NodeUriBuilderHelper() 공개 메소드

public NodeUriBuilderHelper ( Uri locationUri ) : System
locationUri System.Uri
리턴 System

NodeUriBuilderHelper() 공개 메소드

public NodeUriBuilderHelper ( string locationUri ) : System
locationUri string
리턴 System