Class NotificationReportingArgs
Inheritance
System.Object
NotificationReportingArgs
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 NotificationReportingArgs
Constructors
NotificationReportingArgs(Notification)
Declaration
public NotificationReportingArgs(Notification notification)
Parameters
Notification
notification
|
Properties
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
Message
Declaration
public string Message { get; }
Property Value
System.String
|