ResourceTreeCommands Members
Provides access to Resource Tree commands.Constructors
| Name | Description |
|---|---|
| ResourceTreeCommands() | Initializes a new instance of the ResourceTreeCommands class with the default settings. |
Fields
| Name | Description |
|---|---|
| CreateGroupCommandProperty static | Identifies the ResourceTreeCommands.CreateGroupCommand dependency property. |
| CreateResourceCommandProperty static | Identifies the ResourceTreeCommands.CreateResourceCommand dependency property. |
| DeleteCommandProperty static | Identifies the ResourceTreeCommands.DeleteCommand dependency property. |
| RenameCommandProperty static | Identifies the ResourceTreeCommands.RenameCommand dependency property. |
| ShowSearchPanelCommandProperty static | Identifies the ResourceTreeCommands.ShowSearchPanelCommand dependency property. |
Properties
| Name | Description |
|---|---|
| CreateGroupCommand | Gets or sets a command used to create a new resource group in the Resource Tree. |
| CreateResourceCommand | Gets or sets a command used to create a new resource item in the Resource Tree. |
| DeleteCommand | Gets or sets a command used to delete a group or resource in the Resource Tree. |
| RenameCommand | Gets or sets a command used to rename a group or resource in the Resource Tree. |
| ShowSearchPanelCommand | Gets or sets a command used to show the search panel in the Resource Tree. |
Methods
| Name | Description |
|---|---|
| CanCreateGroup() | Determines whether a new group can be created in the Resource Tree. |
| CanCreateResource() | Determines whether a new resource can be created in the Resource Tree. |
| CanDelete() | Determines whether a currently focused group or resource can be deleted in the Resource Tree. |
| CanRename() | Determines whether a currently focused group or resource can be renamed in the Resource Tree. |
| CanShowSearchPanel() | Determines whether the Search Panel can be shown in the Resource Tree. |
| CreateGroup() | Creates a new group and adds it to the Resource Tree. |
| CreateResource() | Creates a new resource and adds it to the Resource Tree. |
| Delete() | Deletes a currently focused group or resource in the Resource Tree. |
| Rename() | Displays an editor in a currently focused group or resource in the Resource Tree so tnat an end user can rename it. |
| ShowSearchPanel() | Shows the Search Panel and moves the keyboard focus to it in the Resource Tree. |
See Also