C# Класс Dev2.Studio.UserInterfaceLayoutProvider

Наследование: PropertyChangedBase, IUserInterfaceLayoutProvider
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AddDeployResources void
AddHelpDocument void
AddShortcutKeysPage void
AddUserInterfaceWorkflow void
AddWebPageDesigner void
AddWebsiteDesigner void
AddWorkspaceItem void
BindViewToViewModel void
ConfigureDecisionExpression void
ConfigureSwitchCaseExpression void
ConfigureSwitchExpression void
DeleteServiceExplorerResource void
DeleteSourceExplorerResource void
DeleteWorkflowExplorerResource void
EditSwitchCaseExpression void
ExecuteDeleteResource UnlimitedObject
GetIconPath string
GetUserInterfaceType System.Type
HandleDeleteResourceError void
HideDataList void
IsWebpage bool
LoadWorkspaceItems void
QueryDeleteExplorerResource bool
RemoveDataList void
RemoveDataMapping void
RemoveExplorerResource void
RemoveWorkspaceItem void
SaveOpenTabs void
SaveResourceModel void
SaveWorkspaceItems void
SetActiveDocument void
ShowDependencyGraph void
ShowErrorConnectingToEnvironment void
ShowWebpartWizard void
TabContextChanged void
WorkflowActivitySelected void

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

Метод Описание
FindTabByContext ( string tabName ) : FrameworkElement
FindTabByName ( string tabName ) : FrameworkElement
FindTabByResourceModel ( IResourceModel resource ) : FrameworkElement
GetOpenContextualResourceModels ( ) : List

Gets all IContextualResource models from the open tabs.

PersistTabs ( ) : void

Saves all open tabs locally and writes the open tabs the to collection of workspace items

PersistTabs ( System.Windows.Controls.ItemCollection tabcollection ) : void
RemoveDocument ( object document ) : bool

Removes the document passed in from the tab collection

SetActiveTab ( IResourceModel resource ) : void
TabExists ( IResourceModel resource ) : bool
UserInterfaceLayoutProvider ( ) : Caliburn.Micro

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

Метод Описание
AddDeployResources ( object input ) : void
AddHelpDocument ( object resourceModel ) : void
AddShortcutKeysPage ( object input ) : void
AddUserInterfaceWorkflow ( IContextualResourceModel resource, IWorkflowDesignerViewModel workflowViemModel ) : void
AddWebPageDesigner ( IWebActivity webActivity ) : void
AddWebsiteDesigner ( IWebActivity webActivity ) : void
AddWorkspaceItem ( IContextualResourceModel model ) : void
BindViewToViewModel ( IResourceModel resourceModel ) : void
ConfigureDecisionExpression ( IEnvironmentModel>.Tuple wrapper ) : void

Configures the decision expression. Travis.Frisinger - Developed for new Decision Wizard

ConfigureSwitchCaseExpression ( IEnvironmentModel>.Tuple payload ) : void
ConfigureSwitchExpression ( IEnvironmentModel>.Tuple wrapper ) : void
DeleteServiceExplorerResource ( object state ) : void
DeleteSourceExplorerResource ( object state ) : void
DeleteWorkflowExplorerResource ( object state ) : void
EditSwitchCaseExpression ( IEnvironmentModel>.Tuple payload ) : void
ExecuteDeleteResource ( IContextualResourceModel resource, string resourceType, string roles ) : UnlimitedObject
GetIconPath ( IContextualResourceModel resource ) : string
GetUserInterfaceType ( IContextualResourceModel resource ) : Type
HandleDeleteResourceError ( dynamic data, string resourceName, string resourceType ) : void
HideDataList ( ) : void
IsWebpage ( IContextualResourceModel resource ) : bool
LoadWorkspaceItems ( ) : void
QueryDeleteExplorerResource ( string resourceName, string resourceType, bool hasDependencies, bool &openDependencyGraph ) : bool
RemoveDataList ( ) : void
RemoveDataMapping ( ) : void
RemoveExplorerResource ( IContextualResourceModel model, ITreeNode navItemVM ) : void
RemoveWorkspaceItem ( IWorkflowDesignerViewModel viewModel ) : void
SaveOpenTabs ( ) : void

Saves the open tabs.

SaveResourceModel ( IContextualResourceModel resourceModel ) : void
SaveWorkspaceItems ( ) : void
SetActiveDocument ( FrameworkElement document ) : void
ShowDependencyGraph ( IContextualResourceModel resourceModel ) : void
ShowErrorConnectingToEnvironment ( object environment ) : void
ShowWebpartWizard ( IPropertyEditorWizard layoutObjectToOpenWizardFor ) : void
TabContextChanged ( object input ) : void
WorkflowActivitySelected ( IWebActivity activity ) : void

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

FindTabByContext() публичный Метод

public FindTabByContext ( string tabName ) : FrameworkElement
tabName string
Результат System.Windows.FrameworkElement

FindTabByName() публичный Метод

public FindTabByName ( string tabName ) : FrameworkElement
tabName string
Результат System.Windows.FrameworkElement

FindTabByResourceModel() публичный Метод

public FindTabByResourceModel ( IResourceModel resource ) : FrameworkElement
resource IResourceModel
Результат System.Windows.FrameworkElement

GetOpenContextualResourceModels() публичный Метод

Gets all IContextualResource models from the open tabs.
public GetOpenContextualResourceModels ( ) : List
Результат List

PersistTabs() публичный Метод

Saves all open tabs locally and writes the open tabs the to collection of workspace items
public PersistTabs ( ) : void
Результат void

PersistTabs() публичный Метод

public PersistTabs ( System.Windows.Controls.ItemCollection tabcollection ) : void
tabcollection System.Windows.Controls.ItemCollection
Результат void

RemoveDocument() публичный Метод

Removes the document passed in from the tab collection
public RemoveDocument ( object document ) : bool
document object The Document that will be removed
Результат bool

SetActiveTab() публичный Метод

public SetActiveTab ( IResourceModel resource ) : void
resource IResourceModel
Результат void

TabExists() публичный Метод

public TabExists ( IResourceModel resource ) : bool
resource IResourceModel
Результат bool

UserInterfaceLayoutProvider() публичный Метод

public UserInterfaceLayoutProvider ( ) : Caliburn.Micro
Результат Caliburn.Micro