Class GenericDialog
Inheritance
System.Object
GenericDialog
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: ArtOfTest.WebAii.dll
Syntax
public class GenericDialog : BaseDialog, IDialog
Constructors
Declaration
public GenericDialog(Browser parentBrowser, string title, bool partialTitle)
Parameters
|
Browser
parentBrowser
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
Declaration
public GenericDialog(Browser parentBrowser, string title, bool partialTitle, int buttonId)
Parameters
|
Browser
parentBrowser
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
|
System.Int32
buttonId
|
Declaration
public GenericDialog(Browser parentBrowser, string title, bool partialTitle, int buttonId, string childTextContent)
Parameters
|
Browser
parentBrowser
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
|
System.Int32
buttonId
|
|
System.String
childTextContent
|
Declaration
public GenericDialog(Browser parentBrowser, string title, bool partialTitle, string childTextContent)
Parameters
|
Browser
parentBrowser
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
|
System.String
childTextContent
|
Declaration
public GenericDialog(Browser parentBrowser = null, string title = "", bool partialTitle = false, string childTextContent = "", int buttonId = -1, string buttonText = "")
Parameters
|
Browser
parentBrowser
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
|
System.String
childTextContent
|
|
System.Int32
buttonId
|
|
System.String
buttonText
|
Declaration
public GenericDialog(Browser parentBrowser, string title, bool partialTitle, string buttonText, string childTextContent)
Parameters
|
Browser
parentBrowser
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
|
System.String
buttonText
|
|
System.String
childTextContent
|
Declaration
public GenericDialog(Browser parentBrowser, string title, string buttonText, bool partialTitle)
Parameters
|
Browser
parentBrowser
|
|
System.String
title
|
|
System.String
buttonText
|
|
System.Boolean
partialTitle
|
Declaration
public GenericDialog(WpfApplication parentApp, string title, bool partialTitle)
Parameters
|
WpfApplication
parentApp
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
Declaration
public GenericDialog(WpfApplication parentApp, string title, bool partialTitle, int buttonId)
Parameters
|
WpfApplication
parentApp
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
|
System.Int32
buttonId
|
Declaration
public GenericDialog(WpfApplication parentApp, string title, bool partialTitle, int buttonId, string childTextContent)
Parameters
|
WpfApplication
parentApp
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
|
System.Int32
buttonId
|
|
System.String
childTextContent
|
Declaration
public GenericDialog(WpfApplication parentApp, string title, bool partialTitle, string childTextContent)
Parameters
|
WpfApplication
parentApp
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
|
System.String
childTextContent
|
Declaration
public GenericDialog(WpfApplication parentApp = null, string title = "", bool partialTitle = false, string childTextContent = "", int buttonId = -1, string buttonText = "")
Parameters
|
WpfApplication
parentApp
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
|
System.String
childTextContent
|
|
System.Int32
buttonId
|
|
System.String
buttonText
|
Declaration
public GenericDialog(WpfApplication parentApp, string title, bool partialTitle, string buttonText, string childTextContent)
Parameters
|
WpfApplication
parentApp
|
|
System.String
title
|
|
System.Boolean
partialTitle
|
|
System.String
buttonText
|
|
System.String
childTextContent
|
Declaration
public GenericDialog(WpfApplication parentApp, string title, string buttonText, bool partialTitle)
Parameters
|
WpfApplication
parentApp
|
|
System.String
title
|
|
System.String
buttonText
|
|
System.Boolean
partialTitle
|
Properties
Declaration
public string ButtonText { get; set; }
Property Value
Declaration
public string ChildTextContext { get; set; }
Property Value
Declaration
public bool PartialTitle { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Methods
Declaration
public override void Handle()
Overrides
Declaration
public override bool IsDialogActive(WindowCollection dialogs)
Parameters
Returns
Overrides