Class JParoleAssessmentType
A data type for a process of determining a subject's suitability for parole.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JParoleAssessmentType : NcAssessmentType, IEquatable<NcActivityType>, IEquatable<NcAssessmentType>, IEquatable<JParoleAssessmentType>
Properties
Comment
A comment on the parole assessment by the parole agent. NIEM reference is j:ParoleAssessmentComment
Declaration
[DataMember(Name = "comment")]
public List<NcCommentType> Comment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCommentType> | A comment on the parole assessment by the parole agent. NIEM reference is j:ParoleAssessmentComment |
Context
jParoleAssessmentType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JParoleAssessmentType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JParoleAssessmentType.ContextEnum> | jParoleAssessmentType JSON-LD context |
CriminalHistorySummary
A review of a subject's criminal history as a factor of suitability for parole. NIEM reference is j:ParoleAssessmentCriminalHistorySummary
Declaration
[DataMember(Name = "criminalHistorySummary")]
public List<JPersonCriminalHistorySummaryType> CriminalHistorySummary { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JPersonCriminalHistorySummaryType> | A review of a subject's criminal history as a factor of suitability for parole. NIEM reference is j:ParoleAssessmentCriminalHistorySummary |
CriminogenicNeedsScoreValue
A score indicating how well a parolee met the objective of participating in referred programming for the parolees top three criminogenic needs. NIEM reference is j:ParoleAssessmentCriminogenicNeedsScoreValue
Declaration
[DataMember(Name = "criminogenicNeedsScoreValue")]
public List<NcNumericType> CriminogenicNeedsScoreValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcNumericType> | A score indicating how well a parolee met the objective of participating in referred programming for the parolees top three criminogenic needs. NIEM reference is j:ParoleAssessmentCriminogenicNeedsScoreValue |
EmploymentObjectiveScoreValue
A score indicating how well a parolee met the objective of structuring the parolees time around pro-social activities geared towards self-reliance. activities is not evident. NIEM reference is j:ParoleAssessmentEmploymentObjectiveScoreValue
Declaration
[DataMember(Name = "employmentObjectiveScoreValue")]
public List<NcNumericType> EmploymentObjectiveScoreValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcNumericType> | A score indicating how well a parolee met the objective of structuring the parolees time around pro-social activities geared towards self-reliance. activities is not evident. NIEM reference is j:ParoleAssessmentEmploymentObjectiveScoreValue |
Need
A kind of need identified for a subject with respect to their suitability for parole. NIEM reference is j:ParoleAssessmentNeed
Declaration
[DataMember(Name = "need")]
public List<JNeedType> Need { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JNeedType> | A kind of need identified for a subject with respect to their suitability for parole. NIEM reference is j:ParoleAssessmentNeed |
ProSocialAffiliationScoreValue
A number representing the subject's parole review score for pro-social affiliation. NIEM reference is j:ParoleAssessmentProSocialAffiliationScoreValue
Declaration
[DataMember(Name = "proSocialAffiliationScoreValue")]
public List<NcNumericType> ProSocialAffiliationScoreValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcNumericType> | A number representing the subject's parole review score for pro-social affiliation. NIEM reference is j:ParoleAssessmentProSocialAffiliationScoreValue |
ResidenceObjectiveScoreValue
A number representing the subject's parole review score for residence stability. NIEM reference is j:ParoleAssessmentResidenceObjectiveScoreValue
Declaration
[DataMember(Name = "residenceObjectiveScoreValue")]
public List<NcNumericType> ResidenceObjectiveScoreValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcNumericType> | A number representing the subject's parole review score for residence stability. NIEM reference is j:ParoleAssessmentResidenceObjectiveScoreValue |
TotalObjectiveScore
A comment or score from the parolee dynamic profile review. NIEM reference is j:ParoleAssessmentTotalObjectiveScoreText
Declaration
[DataMember(Name = "totalObjectiveScore")]
public List<NcTextType> TotalObjectiveScore { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment or score from the parolee dynamic profile review. NIEM reference is j:ParoleAssessmentTotalObjectiveScoreText |
UnitSupervisor
A staff person who serves as a unit supervisor. NIEM reference is j:ParoleAssessmentUnitSupervisor
Declaration
[DataMember(Name = "unitSupervisor")]
public List<NcEntityType> UnitSupervisor { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | A staff person who serves as a unit supervisor. NIEM reference is j:ParoleAssessmentUnitSupervisor |
Methods
Equals(JParoleAssessmentType)
Returns true if JParoleAssessmentType instances are equal
Declaration
public bool Equals(JParoleAssessmentType other)
Parameters
Type | Name | Description |
---|---|---|
JParoleAssessmentType | other | Instance of JParoleAssessmentType 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(JParoleAssessmentType, JParoleAssessmentType)
Declaration
public static bool operator ==(JParoleAssessmentType left, JParoleAssessmentType right)
Parameters
Type | Name | Description |
---|---|---|
JParoleAssessmentType | left | |
JParoleAssessmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JParoleAssessmentType, JParoleAssessmentType)
Declaration
public static bool operator !=(JParoleAssessmentType left, JParoleAssessmentType right)
Parameters
Type | Name | Description |
---|---|---|
JParoleAssessmentType | left | |
JParoleAssessmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |