Class JSupervisionViolationType
A data type for a set of details about a subject's supervision violation.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JSupervisionViolationType : JOffenseType, IEquatable<NcActivityType>, IEquatable<JOffenseType>, IEquatable<JSupervisionViolationType>
Properties
Circumstances
A description of the circumstances surrounding the rule violation. NIEM reference is j:SupervisionViolationCircumstancesText
Declaration
[DataMember(Name = "circumstances")]
public List<NcTextType> Circumstances { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the circumstances surrounding the rule violation. NIEM reference is j:SupervisionViolationCircumstancesText |
Context
jSupervisionViolationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JSupervisionViolationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JSupervisionViolationType.ContextEnum> | jSupervisionViolationType JSON-LD context |
InvestigativeReport
A documented testimony of interviewed subject, reporting employee, and any others who have significant information concerning the incident that resulted in a Rules Violation Report. NIEM reference is j:SupervisionViolationInvestigativeReportText
Declaration
[DataMember(Name = "investigativeReport")]
public List<NcTextType> InvestigativeReport { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A documented testimony of interviewed subject, reporting employee, and any others who have significant information concerning the incident that resulted in a Rules Violation Report. NIEM reference is j:SupervisionViolationInvestigativeReportText |
IsDaAcceptedCase
True if the District Attorney accepted the rule violation case; false otherwise. NIEM reference is j:SupervisionViolationDAAcceptedCaseIndicator
Declaration
[DataMember(Name = "isDaAcceptedCase")]
public List<NiemXsboolean> IsDaAcceptedCase { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the District Attorney accepted the rule violation case; false otherwise. NIEM reference is j:SupervisionViolationDAAcceptedCaseIndicator |
IssuedDate
A date the initial supervision violation was issued. NIEM reference is j:SupervisionViolationIssuedDate
Declaration
[DataMember(Name = "issuedDate")]
public List<NcDateType> IssuedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the initial supervision violation was issued. NIEM reference is j:SupervisionViolationIssuedDate |
IsSupplemental
True if the CDC 115-C report is a supplemental report; false otherwise. NIEM reference is j:SupervisionViolationSupplementalIndicator
Declaration
[DataMember(Name = "isSupplemental")]
public List<NiemXsboolean> IsSupplemental { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the CDC 115-C report is a supplemental report; false otherwise. NIEM reference is j:SupervisionViolationSupplementalIndicator |
OtherDetails
A detailed description of other details about a supervision violation. NIEM reference is j:SupervisionViolationOtherDetailsText
Declaration
[DataMember(Name = "otherDetails")]
public List<NcTextType> OtherDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A detailed description of other details about a supervision violation. NIEM reference is j:SupervisionViolationOtherDetailsText |
Quantity
A count of rules violations. NIEM reference is j:SupervisionViolationQuantity
Declaration
[DataMember(Name = "quantity")]
public List<NcQuantityType> Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcQuantityType> | A count of rules violations. NIEM reference is j:SupervisionViolationQuantity |
ReferredToDaDate
A date on which the case was referred to the DA. NIEM reference is j:SupervisionViolationReferredToDADate
Declaration
[DataMember(Name = "referredToDaDate")]
public List<NcDateType> ReferredToDaDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the case was referred to the DA. NIEM reference is j:SupervisionViolationReferredToDADate |
ReportedDateTime
A date and time the rule violation report was signed by the staff. NIEM reference is j:SupervisionViolationReportedDateTime
Declaration
[DataMember(Name = "reportedDateTime")]
public List<NiemXsdateTime> ReportedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdateTime> | A date and time the rule violation report was signed by the staff. NIEM reference is j:SupervisionViolationReportedDateTime |
ReportingStaffMember
A staff member who reported the violation. NIEM reference is j:SupervisionViolationReportingStaffMember
Declaration
[DataMember(Name = "reportingStaffMember")]
public List<JStaffMemberType> ReportingStaffMember { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JStaffMemberType> | A staff member who reported the violation. NIEM reference is j:SupervisionViolationReportingStaffMember |
SpecificAct
A comment specifying the details of the act of the violation. NIEM reference is j:SupervisionViolationSpecificActText
Declaration
[DataMember(Name = "specificAct")]
public List<NcTextType> SpecificAct { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment specifying the details of the act of the violation. NIEM reference is j:SupervisionViolationSpecificActText |
StaffMember
A set of details about a staff member involved in a rules violation incident. NIEM reference is j:SupervisionViolationStaffMember
Declaration
[DataMember(Name = "staffMember")]
public List<JStaffMemberType> StaffMember { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JStaffMemberType> | A set of details about a staff member involved in a rules violation incident. NIEM reference is j:SupervisionViolationStaffMember |
Methods
Equals(JSupervisionViolationType)
Returns true if JSupervisionViolationType instances are equal
Declaration
public bool Equals(JSupervisionViolationType other)
Parameters
Type | Name | Description |
---|---|---|
JSupervisionViolationType | other | Instance of JSupervisionViolationType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(JSupervisionViolationType, JSupervisionViolationType)
Declaration
public static bool operator ==(JSupervisionViolationType left, JSupervisionViolationType right)
Parameters
Type | Name | Description |
---|---|---|
JSupervisionViolationType | left | |
JSupervisionViolationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JSupervisionViolationType, JSupervisionViolationType)
Declaration
public static bool operator !=(JSupervisionViolationType left, JSupervisionViolationType right)
Parameters
Type | Name | Description |
---|---|---|
JSupervisionViolationType | left | |
JSupervisionViolationType | right |
Returns
Type | Description |
---|---|
System.Boolean |