[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public Offender( ReporterDescriptionType type, InjuryType injury )
Public Sub New ( _ type As ReporterDescriptionType, _ injury As InjuryType _ )
public: Offender ( ReporterDescriptionType^ type, InjuryType^ injury )
- type (ReporterDescriptionType)
- Identifies the type of offender involved in the incident.
- injury (InjuryType)
- Identifies whether or not this specific offender was physically injured, and if so, identifies whether the injury was major or minor.