Class JSeverityLevelType
A data type for a sentencing guideline severity level assigned to a charge by a judge or supervising agency.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JSeverityLevelType : IEquatable<JSeverityLevelType>
Properties
AssignedDate
A date on which the severity level was assigned. NIEM reference is j:SeverityLevelAssignedDate
Declaration
[DataMember(Name = "assignedDate")]
public List<NcDateType> AssignedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the severity level was assigned. NIEM reference is j:SeverityLevelAssignedDate |
AssignedJudge
A higher court judge assigned the severity level to the referenced charge. NIEM reference is j:SeverityLevelAssignedJudge
Declaration
[DataMember(Name = "assignedJudge")]
public List<JJudicialOfficialType> AssignedJudge { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JJudicialOfficialType> | A higher court judge assigned the severity level to the referenced charge. NIEM reference is j:SeverityLevelAssignedJudge |
Context
jSeverityLevelType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JSeverityLevelType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JSeverityLevelType.ContextEnum> | jSeverityLevelType JSON-LD context |
CriminalHistoryScore
A criminal history score that is assigned. NIEM reference is j:SeverityLevelCriminalHistoryScoreText
Declaration
[DataMember(Name = "criminalHistoryScore")]
public List<NcTextType> CriminalHistoryScore { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A criminal history score that is assigned. NIEM reference is j:SeverityLevelCriminalHistoryScoreText |
Description
A narrative description of a severity level assigned to a charge. NIEM reference is j:SeverityLevelDescriptionText
Declaration
[DataMember(Name = "description")]
public List<NcTextType> Description { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A narrative description of a severity level assigned to a charge. NIEM reference is j:SeverityLevelDescriptionText |
Identification
A unique identification of a Severity Level. NIEM reference is j:SeverityLevelIdentification
Declaration
[DataMember(Name = "identification")]
public List<NcIdentificationType> Identification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A unique identification of a Severity Level. NIEM reference is j:SeverityLevelIdentification |
IssuingAgency
A supervising agency that assigned a severity level to a referenced charge. NIEM reference is j:SeverityLevelIssuingAgency
Declaration
[DataMember(Name = "issuingAgency")]
public List<NcOrganizationType> IssuingAgency { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcOrganizationType> | A supervising agency that assigned a severity level to a referenced charge. NIEM reference is j:SeverityLevelIssuingAgency |
Methods
Equals(JSeverityLevelType)
Returns true if JSeverityLevelType instances are equal
Declaration
public bool Equals(JSeverityLevelType other)
Parameters
Type | Name | Description |
---|---|---|
JSeverityLevelType | other | Instance of JSeverityLevelType 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(JSeverityLevelType, JSeverityLevelType)
Declaration
public static bool operator ==(JSeverityLevelType left, JSeverityLevelType right)
Parameters
Type | Name | Description |
---|---|---|
JSeverityLevelType | left | |
JSeverityLevelType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JSeverityLevelType, JSeverityLevelType)
Declaration
public static bool operator !=(JSeverityLevelType left, JSeverityLevelType right)
Parameters
Type | Name | Description |
---|---|---|
JSeverityLevelType | left | |
JSeverityLevelType | right |
Returns
Type | Description |
---|---|
System.Boolean |