Class
ElementsNamesDialog

Interaction logic for ElementsNamesDialog.xaml

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ElementsNamesDialog : ModalDialogContentBase, IComponentConnector

Inheritance: objectElementsNamesDialog

Implements: IComponentConnector

Constructors

ElementsNamesDialog()

Declaration

cs-api-definition
public ElementsNamesDialog()

Properties

CanResize

Declaration

cs-api-definition
public override bool CanResize { get; }

Property Value

bool

Title

Declaration

cs-api-definition
public override string Title { get; }

Property Value

string

ViewModel

Declaration

cs-api-definition
public ElementsNamesViewModel ViewModel { get; }

Property Value

ElementsNamesViewModel

Methods

GetButtons()

Declaration

cs-api-definition
public override DialogResult[] GetButtons()

Returns

DialogResult[]

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

Implements IComponentConnector.InitializeComponent()

OnPrePrompt(DialogResult)

Declaration

cs-api-definition
public override bool OnPrePrompt(DialogResult prompt)

Parameters

prompt

DialogResult

Returns

bool

OverrideButtonText(DialogResult)

Declaration

cs-api-definition
public override string OverrideButtonText(DialogResult button)

Parameters

button

DialogResult

Returns

string