C# Класс Dev2.Webs.RootWebSite

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ShowSaveDialog ( IContextualResourceModel resourceModel, WebsiteCallbackHandler callbackHandler, string type, string title, string resourceId = null ) : void

Описание методов

FullyEncodeServerDetails() публичный статический Метод

public static FullyEncodeServerDetails ( IEnvironmentConnection allServerDetails ) : string
allServerDetails IEnvironmentConnection
Результат string

ShowDecisionDialog() публичный статический Метод

public static ShowDecisionDialog ( IEnvironmentModel environment, string webModel ) : Dev2DecisionCallbackHandler
environment IEnvironmentModel
webModel string
Результат Dev2.Webs.Callbacks.Dev2DecisionCallbackHandler

ShowDialog() публичный статический Метод

public static ShowDialog ( IContextualResourceModel resourceModel ) : bool
resourceModel IContextualResourceModel
Результат bool

ShowDialog() публичный статический Метод

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
Результат bool

ShowFileChooser() публичный статический Метод

public static ShowFileChooser ( IEnvironmentModel environment, FileChooserMessage fileChooserMessage ) : void
environment IEnvironmentModel
fileChooserMessage FileChooserMessage
Результат void

ShowNewOAuthsourceSaveDialog() публичный статический Метод

public static ShowNewOAuthsourceSaveDialog ( IContextualResourceModel resourceModel, IEnvironmentModel model, string token, string key ) : void
resourceModel IContextualResourceModel
model IEnvironmentModel
token string
key string
Результат void

ShowNewSharepointServerSourceSaveDialog() публичный статический Метод

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
Результат void

ShowNewWorkflowSaveDialog() публичный статический Метод

public static ShowNewWorkflowSaveDialog ( IContextualResourceModel resourceModel, string resourceId = null, bool addToTabManager = true ) : void
resourceModel IContextualResourceModel
resourceId string
addToTabManager bool
Результат void

ShowSwitchDragDialog() публичный статический Метод

public static ShowSwitchDragDialog ( IEnvironmentModel environment, string webModel ) : Dev2DecisionCallbackHandler
environment IEnvironmentModel
webModel string
Результат Dev2DecisionCallbackHandler

ShowSwitchDropDialog() публичный статический Метод

public static ShowSwitchDropDialog ( IEnvironmentModel environment, string webModel ) : Dev2DecisionCallbackHandler
environment IEnvironmentModel
webModel string
Результат Dev2DecisionCallbackHandler