Class JSupervisedReleaseType
A data type for an activity relating to the supervision of a subject based on specific conditions placed upon a subject as imposed by a court or supervising agency.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JSupervisedReleaseType : NcSupervisionType, IEquatable<NcActivityType>, IEquatable<NcSupervisionType>, IEquatable<JSupervisedReleaseType>
Properties
Category
A kind of supervised release. NIEM reference is j:SupervisedReleaseCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of supervised release. NIEM reference is j:SupervisedReleaseCategoryText |
CategoryCode
A kind of supervised release. NIEM reference is j:SupervisedReleaseCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<NdexSupervisedReleaseCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexSupervisedReleaseCategoryCodeType> | A kind of supervised release. NIEM reference is j:SupervisedReleaseCategoryCode |
Context
jSupervisedReleaseType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JSupervisedReleaseType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JSupervisedReleaseType.ContextEnum> | jSupervisedReleaseType JSON-LD context |
IsElectronicMonitoring
True if electronic monitoring is being used on a subject; false otherwise. NIEM reference is j:SupervisedReleaseElectronicMonitoringIndicator
Declaration
[DataMember(Name = "isElectronicMonitoring")]
public List<NiemXsboolean> IsElectronicMonitoring { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if electronic monitoring is being used on a subject; false otherwise. NIEM reference is j:SupervisedReleaseElectronicMonitoringIndicator |
IsMultipleJurisdiction
True if a subject is presently being supervised by agencies in addition to agency providing the report; false otherwise. NIEM reference is j:SupervisedReleaseMultipleJurisdictionIndicator
Declaration
[DataMember(Name = "isMultipleJurisdiction")]
public List<NiemXsboolean> IsMultipleJurisdiction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a subject is presently being supervised by agencies in addition to agency providing the report; false otherwise. NIEM reference is j:SupervisedReleaseMultipleJurisdictionIndicator |
ParoleUnit
A Parole Unit that will supervise the subject on release. NIEM reference is j:SupervisedReleaseParoleUnitText
Declaration
[DataMember(Name = "paroleUnit")]
public List<NcTextType> ParoleUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A Parole Unit that will supervise the subject on release. NIEM reference is j:SupervisedReleaseParoleUnitText |
ProjectedEndDate
A date on which supervised release is projected to end. NIEM reference is j:SupervisedReleaseProjectedEndDate
Declaration
[DataMember(Name = "projectedEndDate")]
public List<NcDateType> ProjectedEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which supervised release is projected to end. NIEM reference is j:SupervisedReleaseProjectedEndDate |
RevocationDate
A date that the supervised release was revoked. NIEM reference is j:SupervisedReleaseRevocationDate
Declaration
[DataMember(Name = "revocationDate")]
public List<NcDateType> RevocationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date that the supervised release was revoked. NIEM reference is j:SupervisedReleaseRevocationDate |
RevocationReason
A reason for which supervised release was revoked. NIEM reference is j:SupervisedReleaseRevocationReasonText
Declaration
[DataMember(Name = "revocationReason")]
public List<NcTextType> RevocationReason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason for which supervised release was revoked. NIEM reference is j:SupervisedReleaseRevocationReasonText |
SupervisingOfficialNarrative
A comment or narrative provided by the supervising official. NIEM reference is j:SupervisedReleaseSupervisingOfficialNarrative
Declaration
[DataMember(Name = "supervisingOfficialNarrative")]
public List<NcCommentType> SupervisingOfficialNarrative { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCommentType> | A comment or narrative provided by the supervising official. NIEM reference is j:SupervisedReleaseSupervisingOfficialNarrative |
Methods
Equals(JSupervisedReleaseType)
Returns true if JSupervisedReleaseType instances are equal
Declaration
public bool Equals(JSupervisedReleaseType other)
Parameters
Type | Name | Description |
---|---|---|
JSupervisedReleaseType | other | Instance of JSupervisedReleaseType 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(JSupervisedReleaseType, JSupervisedReleaseType)
Declaration
public static bool operator ==(JSupervisedReleaseType left, JSupervisedReleaseType right)
Parameters
Type | Name | Description |
---|---|---|
JSupervisedReleaseType | left | |
JSupervisedReleaseType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JSupervisedReleaseType, JSupervisedReleaseType)
Declaration
public static bool operator !=(JSupervisedReleaseType left, JSupervisedReleaseType right)
Parameters
Type | Name | Description |
---|---|---|
JSupervisedReleaseType | left | |
JSupervisedReleaseType | right |
Returns
Type | Description |
---|---|
System.Boolean |