C# Class Dev2.Webs.RootWebSite

显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
FullyEncodeServerDetails ( IEnvironmentConnection allServerDetails ) : string
ShowDecisionDialog ( IEnvironmentModel environment, string webModel ) : Dev2DecisionCallbackHandler
ShowDialog ( IContextualResourceModel resourceModel ) : bool
ShowDialog ( IEnvironmentModel environment, ResourceType resourceType, string resourcePath, string cateogy, string resourceId = null, string srcId = null, string resourceName = null ) : bool
ShowFileChooser ( IEnvironmentModel environment, FileChooserMessage fileChooserMessage ) : void
ShowNewOAuthsourceSaveDialog ( IContextualResourceModel resourceModel, IEnvironmentModel model, string token, string key ) : void
ShowNewSharepointServerSourceSaveDialog ( IContextualResourceModel resourceModel, IEnvironmentModel model, string server, string userName, string password, AuthenticationType authenticationType, bool isSharepointOnline ) : void
ShowNewWorkflowSaveDialog ( IContextualResourceModel resourceModel, string resourceId = null, bool addToTabManager = true ) : void
ShowSwitchDragDialog ( IEnvironmentModel environment, string webModel ) : Dev2DecisionCallbackHandler
ShowSwitchDropDialog ( IEnvironmentModel environment, string webModel ) : Dev2DecisionCallbackHandler

Private Methods

Method Description
ShowSaveDialog ( IContextualResourceModel resourceModel, WebsiteCallbackHandler callbackHandler, string type, string title, string resourceId = null ) : void

Method Details

FullyEncodeServerDetails() public static method

public static FullyEncodeServerDetails ( IEnvironmentConnection allServerDetails ) : string
allServerDetails IEnvironmentConnection
return string

ShowDecisionDialog() public static method

public static ShowDecisionDialog ( IEnvironmentModel environment, string webModel ) : Dev2DecisionCallbackHandler
environment IEnvironmentModel
webModel string
return Dev2.Webs.Callbacks.Dev2DecisionCallbackHandler

ShowDialog() public static method

public static ShowDialog ( IContextualResourceModel resourceModel ) : bool
resourceModel IContextualResourceModel
return bool

ShowDialog() public static method

public static ShowDialog ( IEnvironmentModel environment, ResourceType resourceType, string resourcePath, string cateogy, string resourceId = null, string srcId = null, string resourceName = null ) : bool
environment IEnvironmentModel
resourceType ResourceType
resourcePath string
cateogy string
resourceId string
srcId string
resourceName string
return bool

ShowFileChooser() public static method

public static ShowFileChooser ( IEnvironmentModel environment, FileChooserMessage fileChooserMessage ) : void
environment IEnvironmentModel
fileChooserMessage FileChooserMessage
return void

ShowNewOAuthsourceSaveDialog() public static method

public static ShowNewOAuthsourceSaveDialog ( IContextualResourceModel resourceModel, IEnvironmentModel model, string token, string key ) : void
resourceModel IContextualResourceModel
model IEnvironmentModel
token string
key string
return void

ShowNewSharepointServerSourceSaveDialog() public static method

public static ShowNewSharepointServerSourceSaveDialog ( IContextualResourceModel resourceModel, IEnvironmentModel model, string server, string userName, string password, AuthenticationType authenticationType, bool isSharepointOnline ) : void
resourceModel IContextualResourceModel
model IEnvironmentModel
server string
userName string
password string
authenticationType AuthenticationType
isSharepointOnline bool
return void

ShowNewWorkflowSaveDialog() public static method

public static ShowNewWorkflowSaveDialog ( IContextualResourceModel resourceModel, string resourceId = null, bool addToTabManager = true ) : void
resourceModel IContextualResourceModel
resourceId string
addToTabManager bool
return void

ShowSwitchDragDialog() public static method

public static ShowSwitchDragDialog ( IEnvironmentModel environment, string webModel ) : Dev2DecisionCallbackHandler
environment IEnvironmentModel
webModel string
return Dev2DecisionCallbackHandler

ShowSwitchDropDialog() public static method

public static ShowSwitchDropDialog ( IEnvironmentModel environment, string webModel ) : Dev2DecisionCallbackHandler
environment IEnvironmentModel
webModel string
return Dev2DecisionCallbackHandler