[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public Action( string code, Nullable<DateTime> startDate, Nullable<DateTime> endDate, Nullable<decimal> duration, YesNo zeroTolerance, YesNo fullYearExpulsion, YesNo shortenedExpulsion, YesNo policeNotification, ArrestStatus arrest, YesNo alternativeEducation )
Public Sub New ( _ code As String, _ startDate As Nullable(Of DateTime), _ endDate As Nullable(Of DateTime), _ duration As Nullable(Of Decimal), _ zeroTolerance As YesNo, _ fullYearExpulsion As YesNo, _ shortenedExpulsion As YesNo, _ policeNotification As YesNo, _ arrest As ArrestStatus, _ alternativeEducation As YesNo _ )
- code (String)
- A Code
- startDate (Nullable<(Of <DateTime>)>)
- The date on which the disciplinary action begins.
- endDate (Nullable<(Of <DateTime>)>)
- The date through which the disciplinary action is in effect, inclusive.
- duration (Nullable<(Of <Decimal>)>)
- Identifies the length, in school days, of the disciplinary action. Note: decimal places may be used for fractions of school days.
- zeroTolerance (YesNo)
- Identifies whether or not this action taken against a student was imposed as a consequence of state or local zero tolerance policies.
- fullYearExpulsion (YesNo)
- Identifies whether or not the action involved an expulsion with or without services for a period of one full year (i.e., 365 days).
- shortenedExpulsion (YesNo)
- Identifies whether or not the action involved an expulsion with or without services that is shortened to a term of less than one year by the superintendent or chief administrator of a school district.
- policeNotification (YesNo)
- Identifies whether or not the offender's action included notification of local law enforcement, regardless of whether official action was taken.
- arrest (ArrestStatus)
- Identifies whether or not the offender was arrested.
- alternativeEducation (YesNo)
- Identifies whether or not the offender was assigned to an Alternative Education facility.