SIFWorks ADK 2.0
DisciplineIncident Constructor (refId, schoolYear, agencyReporting, incidentNumber, incidentDate, incidentTime, incidentLocation, incidentCategory, offenderList, victimList)
NamespacesEdustructures.SifWorks.StudentDisciplineIncidentDisciplineIncidentDisciplineIncidentNew(String, Nullable<(Of <Int32>)>, AgencyReporting, String, Nullable<(Of <DateTime>)>, IncidentTime, IncidentLocation, IncidentCategory, OffenderList, VictimList)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public DisciplineIncident(
	string refId,
	Nullable<int> schoolYear,
	AgencyReporting agencyReporting,
	string incidentNumber,
	Nullable<DateTime> incidentDate,
	IncidentTime incidentTime,
	IncidentLocation incidentLocation,
	IncidentCategory incidentCategory,
	OffenderList offenderList,
	VictimList victimList
)
Public Sub New ( _
	refId As String, _
	schoolYear As Nullable(Of Integer), _
	agencyReporting As AgencyReporting, _
	incidentNumber As String, _
	incidentDate As Nullable(Of DateTime), _
	incidentTime As IncidentTime, _
	incidentLocation As IncidentLocation, _
	incidentCategory As IncidentCategory, _
	offenderList As OffenderList, _
	victimList As VictimList _
)
public:
DisciplineIncident (
	String^ refId, 
	Nullable<int> schoolYear, 
	AgencyReporting^ agencyReporting, 
	String^ incidentNumber, 
	Nullable<DateTime> incidentDate, 
	IncidentTime^ incidentTime, 
	IncidentLocation^ incidentLocation, 
	IncidentCategory^ incidentCategory, 
	OffenderList^ offenderList, 
	VictimList^ victimList
)
Parameters
refId (String)
The unique identifier (GUID) of this discipline incident.
schoolYear (Nullable<(Of <Int32>)>)
School year in which the incident occurred, and for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2007" for the 2006-07 school year).
agencyReporting (AgencyReporting)
An AgencyReporting
incidentNumber (String)
The locally-defined unique identifier (within the school or school district) to identify this specific incident or occurrence.
incidentDate (Nullable<(Of <DateTime>)>)
The date when the incident occurred.
incidentTime (IncidentTime)
The time when the incident occurred.
incidentLocation (IncidentLocation)
The locally-defined identifier or description of the location where the incident occurred.
incidentCategory (IncidentCategory)
An IncidentCategory
offenderList (OffenderList)
An OffenderList
victimList (VictimList)
A VictimList

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