Class Warning
Inheritance
System.Object
Warning
Assembly: BoldReports.Web.dll
Syntax
public class Warning : Object
Constructors
Warning()
Declaration
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
ObjectName
Declaration
public string ObjectName { get; set; }
Property Value
Type |
Description |
System.String |
|
ObjectType
Declaration
public string ObjectType { get; set; }
Property Value
Type |
Description |
System.String |
|
Severity
Declaration
public string Severity { get; set; }
Property Value
Type |
Description |
System.String |
|