Class TemplateDuplicateCheckQueryView
Interaction logic for TemplateDuplicateCheckQueryView.xaml
Inheritance
TemplateDuplicateCheckQueryView
Implements
Inherited Members
Namespace: Phoenix.Aruba.Views.Templates
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class TemplateDuplicateCheckQueryView : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector, IStyleConnector
Constructors
View SourceTemplateDuplicateCheckQueryView(TemplateTreeItemViewModel, List<string>)
Initializes a new instance of TemplateDuplicateCheckQueryView.
Declaration
public TemplateDuplicateCheckQueryView(TemplateTreeItemViewModel templateTreeItem, List<string> fieldNames)
Parameters
Type | Name | Description |
---|---|---|
TemplateTreeItemViewModel | templateTreeItem | The template that is being edited. |
List<string> | fieldNames | The names of the fields attached to this template. |
Properties
View SourceSaveSuccessful
Gets or sets a value indicating whether the user successfully saved a query.
Declaration
public bool SaveSuccessful { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()