C# 클래스 Dev2.Studio.InterfaceImplementors.WizardResourceKeys.StudioToWizardBridge

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
BuildStudioEditPayload ( string resourceType, IResourceModel rm ) : string

Builds up the POST data for editing a resource

BuildUri ( IContextualResourceModel resourceModel, string resName ) : string
ConvertStudioToWizardType ( string resourceType, string serviceDef, string category ) : string

Perform the translation between studio and server resouce types

GetUriString ( IContextualResourceModel resourceModel, bool includeArgs ) : string
GetWorkflowUrl ( IContextualResourceModel resourceModel ) : Uri
SelectWizard ( IResourceModel theModel ) : string

Returns the correct wizard endpoint depending upon its type

메소드 상세

BuildStudioEditPayload() 공개 정적인 메소드

Builds up the POST data for editing a resource
public static BuildStudioEditPayload ( string resourceType, IResourceModel rm ) : string
resourceType string
rm IResourceModel
리턴 string

BuildUri() 공개 정적인 메소드

public static BuildUri ( IContextualResourceModel resourceModel, string resName ) : string
resourceModel IContextualResourceModel
resName string
리턴 string

ConvertStudioToWizardType() 공개 정적인 메소드

Perform the translation between studio and server resouce types
public static ConvertStudioToWizardType ( string resourceType, string serviceDef, string category ) : string
resourceType string
serviceDef string
category string
리턴 string

GetUriString() 공개 정적인 메소드

public static GetUriString ( IContextualResourceModel resourceModel, bool includeArgs ) : string
resourceModel IContextualResourceModel
includeArgs bool
리턴 string

GetWorkflowUrl() 공개 정적인 메소드

public static GetWorkflowUrl ( IContextualResourceModel resourceModel ) : Uri
resourceModel IContextualResourceModel
리턴 System.Uri

SelectWizard() 공개 정적인 메소드

Returns the correct wizard endpoint depending upon its type
public static SelectWizard ( IResourceModel theModel ) : string
theModel IResourceModel
리턴 string