SIFWorks ADK 2.0
Offender Constructor (type, injury)
NamespacesEdustructures.SifWorks.StudentOffenderOffenderOffenderNew(ReporterDescriptionType, InjuryType)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public Offender(
	ReporterDescriptionType type,
	InjuryType injury
)
Public Sub New ( _
	type As ReporterDescriptionType, _
	injury As InjuryType _
)
public:
Offender (
	ReporterDescriptionType^ type, 
	InjuryType^ injury
)
Parameters
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.

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10