메소드 | 설명 | |
---|---|---|
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 ) : |
||
SelectWizard ( IResourceModel theModel ) : string |
Returns the correct wizard endpoint depending upon its type
|
public static BuildStudioEditPayload ( string resourceType, IResourceModel rm ) : string | ||
resourceType | string | |
rm | IResourceModel | |
리턴 | string |
public static BuildUri ( IContextualResourceModel resourceModel, string resName ) : string | ||
resourceModel | IContextualResourceModel | |
resName | string | |
리턴 | string |
public static ConvertStudioToWizardType ( string resourceType, string serviceDef, string category ) : string | ||
resourceType | string | |
serviceDef | string | |
category | string | |
리턴 | string |
public static GetUriString ( IContextualResourceModel resourceModel, bool includeArgs ) : string | ||
resourceModel | IContextualResourceModel | |
includeArgs | bool | |
리턴 | string |
public static GetWorkflowUrl ( IContextualResourceModel resourceModel ) : |
||
resourceModel | IContextualResourceModel | |
리턴 |
public static SelectWizard ( IResourceModel theModel ) : string | ||
theModel | IResourceModel | |
리턴 | string |