VRDR .NET
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
VRDR.Issue Class Reference

Class representing an issue detected during message processing. More...

Public Member Functions

 Issue (OperationOutcome.IssueSeverity? severity, OperationOutcome.IssueType? type, string description)
 Construct a new Issue More...
 

Public Attributes

readonly OperationOutcome.? IssueSeverity Severity
 Severity of the issue
 
readonly OperationOutcome.? IssueType Type
 Type of the issue
 
readonly string Description
 Human readable description of the issue
 

Detailed Description

Class representing an issue detected during message processing.

Constructor & Destructor Documentation

◆ Issue()

VRDR.Issue.Issue ( OperationOutcome.IssueSeverity?  severity,
OperationOutcome.IssueType?  type,
string  description 
)
inline

Construct a new Issue

Parameters
severitythe severity of the issue
typethe type of issue
descriptiona human readable description of the issue

The documentation for this class was generated from the following file: