Class PromptReportingArgs
Inheritance
System.Object
PromptReportingArgs
Inherited Members
System.Object.ToString()
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()
Namespace: ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PromptReportingArgs
Constructors
PromptReportingArgs(Prompt)
Properties
ChosenOption
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
Message
Declaration
public string Message { get; }
Property Value
System.String
|