Class ChangeTemplateParentView
Interaction logic for ChangeTemplateParentView.xaml
Inheritance
ChangeTemplateParentView
Implements
Inherited Members
Namespace: Phoenix.Aruba.Views.Templates
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ChangeTemplateParentView : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceChangeTemplateParentView()
Initializes a new instance of the ChangeTemplateParentView class.
Declaration
public ChangeTemplateParentView()
Properties
View SourceCancelled
Gets or sets a value indicating whether the user canceled adding helper text.
Declaration
public bool Cancelled { get; set; }
Property Value
Type | Description |
---|---|
bool |
CurrentParentTemplateName
Gets or sets the new template name.
Declaration
public string CurrentParentTemplateName { get; set; }
Property Value
Type | Description |
---|---|
string |
MakeRoot
Gets or sets a value indicating whether to make node a root. (No parent).
Declaration
public bool MakeRoot { get; set; }
Property Value
Type | Description |
---|---|
bool |
MoveChildren
Gets or sets a value indicating whether to move children as well.
Declaration
public bool MoveChildren { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Set to true by default. If false, will re-parent children to selected items current parent.
TemplateToModify
Gets or sets the template whose parent is being modified.
Declaration
public TemplateViewModel TemplateToModify { get; set; }
Property Value
Type | Description |
---|---|
TemplateViewModel |
TemplateToSetAsParent
Gets or sets the template to set as the parent of the new template.
Declaration
public TemplateViewModel TemplateToSetAsParent { get; set; }
Property Value
Type | Description |
---|---|
TemplateViewModel |
TemplateVMs
Gets or sets the collection of templates.
Declaration
public ObservableCollection<TemplateViewModel> TemplateVMs { get; set; }
Property Value
Type | Description |
---|---|
ObservableCollection<TemplateViewModel> |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()