C# Class Dev2.Studio.InterfaceImplementors.WizardResourceKeys.StudioToWizardBridge

ファイルを表示 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
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

Method Details

BuildStudioEditPayload() public static method

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

BuildUri() public static method

public static BuildUri ( IContextualResourceModel resourceModel, string resName ) : string
resourceModel IContextualResourceModel
resName string
return string

ConvertStudioToWizardType() public static method

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
return string

GetUriString() public static method

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

GetWorkflowUrl() public static method

public static GetWorkflowUrl ( IContextualResourceModel resourceModel ) : Uri
resourceModel IContextualResourceModel
return System.Uri

SelectWizard() public static method

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