Class CreateNewTemplateView
Interaction logic for CreateNewTemplateView.xaml
Inheritance
CreateNewTemplateView
Implements
Inherited Members
Namespace: Phoenix.Aruba.Views.Templates
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class CreateNewTemplateView : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceCreateNewTemplateView()
Initializes a new instance of the CreateNewTemplateView class.
Declaration
public CreateNewTemplateView()
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 |
CloneTemplate
Gets or sets a value indicating whether to clone an existing template.
Declaration
public bool CloneTemplate { get; set; }
Property Value
Type | Description |
---|---|
bool |
NewTemplateName
Gets or sets the new template name.
Declaration
public string NewTemplateName { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentTemplate
Gets or sets a value indicating whether to parent this template to an existing template.
Declaration
public bool ParentTemplate { get; set; }
Property Value
Type | Description |
---|---|
bool |
TemplateToClone
Gets or sets the template to clone for the new template.
Declaration
public TemplateViewModel TemplateToClone { 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()