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

Показать файл Открыть проект

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

Метод Описание
CreateWebPageDialog ( string absoluteUriString, IPropertyEditorWizard callbackHandler, double width = 800, double height = 600, string leftTitle = "", string rightTitle = "" ) : Window
CreateWebPageDialog ( this environment, string website, string relativeUriString, IPropertyEditorWizard callbackHandler, double width = 800, double height = 600, string leftTitle = "", string rightTitle = "" ) : Window
ShowWebPageDialog ( this environment, string website, string relativeUriString, IPropertyEditorWizard callbackHandler, double width, double height, string leftTitle = "", string rightTitle = "" ) : bool?

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

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

public static CreateWebPageDialog ( string absoluteUriString, IPropertyEditorWizard callbackHandler, double width = 800, double height = 600, string leftTitle = "", string rightTitle = "" ) : Window
absoluteUriString string
callbackHandler IPropertyEditorWizard
width double
height double
leftTitle string
rightTitle string
Результат System.Windows.Window

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

public static CreateWebPageDialog ( this environment, string website, string relativeUriString, IPropertyEditorWizard callbackHandler, double width = 800, double height = 600, string leftTitle = "", string rightTitle = "" ) : Window
environment this
website string
relativeUriString string
callbackHandler IPropertyEditorWizard
width double
height double
leftTitle string
rightTitle string
Результат System.Windows.Window

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

public static ShowWebPageDialog ( this environment, string website, string relativeUriString, IPropertyEditorWizard callbackHandler, double width, double height, string leftTitle = "", string rightTitle = "" ) : bool?
environment this
website string
relativeUriString string
callbackHandler IPropertyEditorWizard
width double
height double
leftTitle string
rightTitle string
Результат bool?