Class JCaseAugmentationType
A data type for additional information about a case.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JCaseAugmentationType : IEquatable<JCaseAugmentationType>
Properties
BailBondAmount
A monetary amount approved for bond. NIEM reference is j:BailBondAmount
Declaration
[DataMember(Name = "bailBondAmount")]
public List<NcAmountType> BailBondAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAmountType> | A monetary amount approved for bond. NIEM reference is j:BailBondAmount |
BailSetAmount
A monetary amount approved for bail. NIEM reference is j:BailSetAmount
Declaration
[DataMember(Name = "bailSetAmount")]
public List<NcAmountType> BailSetAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAmountType> | A monetary amount approved for bail. NIEM reference is j:BailSetAmount |
CaseActivity
An action and events related to a case. NIEM reference is j:CaseActivity
Declaration
[DataMember(Name = "caseActivity")]
public List<NcActivityType> CaseActivity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityType> | An action and events related to a case. NIEM reference is j:CaseActivity |
CaseAmendedCharge
A charge different than the original charge a person is being tried for in a court of law. NIEM reference is j:CaseAmendedCharge
Declaration
[DataMember(Name = "caseAmendedCharge")]
public List<JChargeType> CaseAmendedCharge { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JChargeType> | A charge different than the original charge a person is being tried for in a court of law. NIEM reference is j:CaseAmendedCharge |
CaseCapiasDate
A date where subject proceeds directly to court, without being able to post bond. Similar to a Failure to Appear NIEM reference is j:CaseCapiasDate
Declaration
[DataMember(Name = "caseCapiasDate")]
public List<NcDateType> CaseCapiasDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date where subject proceeds directly to court, without being able to post bond. Similar to a Failure to Appear NIEM reference is j:CaseCapiasDate |
CaseCharge
A charge or accusation a person is being tried for in a court of law. NIEM reference is j:CaseCharge
Declaration
[DataMember(Name = "caseCharge")]
public List<JChargeType> CaseCharge { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JChargeType> | A charge or accusation a person is being tried for in a court of law. NIEM reference is j:CaseCharge |
CaseConference
A pre-trial hearing on a case. NIEM reference is j:CaseConference
Declaration
[DataMember(Name = "caseConference")]
public List<NcActivityType> CaseConference { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityType> | A pre-trial hearing on a case. NIEM reference is j:CaseConference |
CaseContinuanceDate
A date a court case is set to resume after being postponed. NIEM reference is j:CaseContinuanceDate
Declaration
[DataMember(Name = "caseContinuanceDate")]
public List<NcDateType> CaseContinuanceDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a court case is set to resume after being postponed. NIEM reference is j:CaseContinuanceDate |
CaseConvictionReportingRequirements
A set of requirements placed on a person convicted in a case to report to a supervising agency. NIEM reference is j:CaseConvictionReportingRequirements
Declaration
[DataMember(Name = "caseConvictionReportingRequirements")]
public List<JCaseConvictionReportingRequirementsType> CaseConvictionReportingRequirements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCaseConvictionReportingRequirementsType> | A set of requirements placed on a person convicted in a case to report to a supervising agency. NIEM reference is j:CaseConvictionReportingRequirements |
CaseCourt
A court of law in which the case is being tried. NIEM reference is j:CaseCourt
Declaration
[DataMember(Name = "caseCourt")]
public List<JCourtType> CaseCourt { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCourtType> | A court of law in which the case is being tried. NIEM reference is j:CaseCourt |
CaseCourtEvent
A court occurrence related to a case. NIEM reference is j:CaseCourtEvent
Declaration
[DataMember(Name = "caseCourtEvent")]
public List<JCourtEventType> CaseCourtEvent { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCourtEventType> | A court occurrence related to a case. NIEM reference is j:CaseCourtEvent |
CaseDefendantParty
An entity being charged or sued in a court of law. NIEM reference is j:CaseDefendantParty
Declaration
[DataMember(Name = "caseDefendantParty")]
public List<NcEntityType> CaseDefendantParty { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | An entity being charged or sued in a court of law. NIEM reference is j:CaseDefendantParty |
CaseDefendantQuantity
A number of defendants being tried at once for a case. NIEM reference is j:CaseDefendantQuantityText
Declaration
[DataMember(Name = "caseDefendantQuantity")]
public List<NcTextType> CaseDefendantQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A number of defendants being tried at once for a case. NIEM reference is j:CaseDefendantQuantityText |
CaseDefenseAttorney
An attorney who defends a case. NIEM reference is j:CaseDefenseAttorney
Declaration
[DataMember(Name = "caseDefenseAttorney")]
public List<JCaseOfficialType> CaseDefenseAttorney { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCaseOfficialType> | An attorney who defends a case. NIEM reference is j:CaseDefenseAttorney |
CaseExhibit
An item admitted in court as evidence. NIEM reference is j:CaseExhibit
Declaration
[DataMember(Name = "caseExhibit")]
public List<JExhibitType> CaseExhibit { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JExhibitType> | An item admitted in court as evidence. NIEM reference is j:CaseExhibit |
CaseHearing
An appearance before a judicial official conducted in person, by telephone, or by video. NIEM reference is j:CaseHearing
Declaration
[DataMember(Name = "caseHearing")]
public List<JCourtEventType> CaseHearing { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCourtEventType> | An appearance before a judicial official conducted in person, by telephone, or by video. NIEM reference is j:CaseHearing |
CaseInformationAdmissible
A piece of new trial information that may be admissible in court. NIEM reference is j:CaseInformationAdmissibleText
Declaration
[DataMember(Name = "caseInformationAdmissible")]
public List<NcTextType> CaseInformationAdmissible { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A piece of new trial information that may be admissible in court. NIEM reference is j:CaseInformationAdmissibleText |
CaseInformationInadmissible
A piece of new trial information that is not admissible in court. NIEM reference is j:CaseInformationInadmissibleText
Declaration
[DataMember(Name = "caseInformationInadmissible")]
public List<NcTextType> CaseInformationInadmissible { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A piece of new trial information that is not admissible in court. NIEM reference is j:CaseInformationInadmissibleText |
CaseInitiatingAttorney
An attorney in a court case representing the party that filed a petition for a court order or writ requiring the respondent to take some action, halt an activity or obey a courts direction. Representative of the party seeking action from the court. In s NIEM reference is j:CaseInitiatingAttorney
Declaration
[DataMember(Name = "caseInitiatingAttorney")]
public List<JCaseOfficialType> CaseInitiatingAttorney { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCaseOfficialType> | An attorney in a court case representing the party that filed a petition for a court order or writ requiring the respondent to take some action, halt an activity or obey a courts direction. Representative of the party seeking action from the court. In s NIEM reference is j:CaseInitiatingAttorney |
CaseInitiatingParty
An entity that brings charges or a suit against another in a court of law. Can be either a victim in a criminal case or a plaintiff in a civil case. NIEM reference is j:CaseInitiatingParty
Declaration
[DataMember(Name = "caseInitiatingParty")]
public List<NcEntityType> CaseInitiatingParty { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | An entity that brings charges or a suit against another in a court of law. Can be either a victim in a criminal case or a plaintiff in a civil case. NIEM reference is j:CaseInitiatingParty |
CaseJudge
A judicial official assigned to a case. NIEM reference is j:CaseJudge
Declaration
[DataMember(Name = "caseJudge")]
public List<JCaseOfficialType> CaseJudge { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCaseOfficialType> | A judicial official assigned to a case. NIEM reference is j:CaseJudge |
CaseJuror
An empaneled juror or an alternate juror. NIEM reference is j:CaseJuror
Declaration
[DataMember(Name = "caseJuror")]
public List<JJurorType> CaseJuror { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JJurorType> | An empaneled juror or an alternate juror. NIEM reference is j:CaseJuror |
CaseLineageCase
A description of a case at a previous stage. NIEM reference is j:CaseLineageCase
Declaration
[DataMember(Name = "caseLineageCase")]
public List<NcCaseType> CaseLineageCase { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCaseType> | A description of a case at a previous stage. NIEM reference is j:CaseLineageCase |
CaseOfficial
A justice official's involvement in a court case. NIEM reference is j:CaseOfficial
Declaration
[DataMember(Name = "caseOfficial")]
public List<JCaseOfficialType> CaseOfficial { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCaseOfficialType> | A justice official's involvement in a court case. NIEM reference is j:CaseOfficial |
CaseOriginalCourt
A court that originally heard or tried a case before it was transferred or appealed. NIEM reference is j:CaseOriginalCourt
Declaration
[DataMember(Name = "caseOriginalCourt")]
public List<JCourtType> CaseOriginalCourt { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCourtType> | A court that originally heard or tried a case before it was transferred or appealed. NIEM reference is j:CaseOriginalCourt |
CaseOtherEntity
A miscellaneous entity involved in a court case. NIEM reference is j:CaseOtherEntity
Declaration
[DataMember(Name = "caseOtherEntity")]
public List<NcEntityType> CaseOtherEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | A miscellaneous entity involved in a court case. NIEM reference is j:CaseOtherEntity |
CaseOtherIdentification
A miscellaneous identification for a case. NIEM reference is j:CaseOtherIdentification
Declaration
[DataMember(Name = "caseOtherIdentification")]
public List<NcIdentificationType> CaseOtherIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A miscellaneous identification for a case. NIEM reference is j:CaseOtherIdentification |
CaseOtherOfficial
A miscellaneous person or organization involved in a court case. NIEM reference is j:CaseOtherOfficial
Declaration
[DataMember(Name = "caseOtherOfficial")]
public List<JCaseOfficialType> CaseOtherOfficial { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCaseOfficialType> | A miscellaneous person or organization involved in a court case. NIEM reference is j:CaseOtherOfficial |
CasePendingCourtEvent
A court event or activity that is postponed or pending. NIEM reference is j:CasePendingCourtEvent
Declaration
[DataMember(Name = "casePendingCourtEvent")]
public List<JCourtEventType> CasePendingCourtEvent { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCourtEventType> | A court event or activity that is postponed or pending. NIEM reference is j:CasePendingCourtEvent |
CasePlan
A determined strategy for a subject's case. NIEM reference is j:CasePlan
Declaration
[DataMember(Name = "casePlan")]
public List<JPlanType> CasePlan { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JPlanType> | A determined strategy for a subject's case. NIEM reference is j:CasePlan |
CaseProceedingCategory
A kind of case proceeding. NIEM reference is j:CaseProceedingCategoryText
Declaration
[DataMember(Name = "caseProceedingCategory")]
public List<NcTextType> CaseProceedingCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of case proceeding. NIEM reference is j:CaseProceedingCategoryText |
CaseProsecutionAttorney
An attorney who prosecutes a case. NIEM reference is j:CaseProsecutionAttorney
Declaration
[DataMember(Name = "caseProsecutionAttorney")]
public List<JCaseOfficialType> CaseProsecutionAttorney { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCaseOfficialType> | An attorney who prosecutes a case. NIEM reference is j:CaseProsecutionAttorney |
CaseRespondentAttorney
An attorney in a court case representing the party that is required to answer a petition for a court order or writ requiring the respondent to take some action, halt an activity or obey a courts direction. NIEM reference is j:CaseRespondentAttorney
Declaration
[DataMember(Name = "caseRespondentAttorney")]
public List<JCaseOfficialType> CaseRespondentAttorney { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCaseOfficialType> | An attorney in a court case representing the party that is required to answer a petition for a court order or writ requiring the respondent to take some action, halt an activity or obey a courts direction. NIEM reference is j:CaseRespondentAttorney |
CaseRespondentParty
An entity in a court case that is required to answer a petition for a court order or writ requiring the respondent to take some action, halt an activity or obey a courts direction. In such matters the moving party (the one filing the petition) is usually called the petitioner. Thus, the respondent is equivalent to a defendant in a lawsuit. On an appeal, the party who must respond to an appeal by the losing party in the trial court (called appellant) in the appeals court. The accused in a domestic violence case or civil action; a person responding to a Request or Petition for Protection filed by a petitioner. NIEM reference is j:CaseRespondentParty
Declaration
[DataMember(Name = "caseRespondentParty")]
public List<NcEntityType> CaseRespondentParty { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | An entity in a court case that is required to answer a petition for a court order or writ requiring the respondent to take some action, halt an activity or obey a courts direction. In such matters the moving party (the one filing the petition) is usually called the petitioner. Thus, the respondent is equivalent to a defendant in a lawsuit. On an appeal, the party who must respond to an appeal by the losing party in the trial court (called appellant) in the appeals court. The accused in a domestic violence case or civil action; a person responding to a Request or Petition for Protection filed by a petitioner. NIEM reference is j:CaseRespondentParty |
CaseRestriction
A restriction imposed upon a party. NIEM reference is j:CaseRestrictionText
Declaration
[DataMember(Name = "caseRestriction")]
public List<NcTextType> CaseRestriction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A restriction imposed upon a party. NIEM reference is j:CaseRestrictionText |
CaseRestrictionDate
A date a restriction is placed on a person by a court order. NIEM reference is j:CaseRestrictionDate
Declaration
[DataMember(Name = "caseRestrictionDate")]
public List<NcDateType> CaseRestrictionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a restriction is placed on a person by a court order. NIEM reference is j:CaseRestrictionDate |
CaseReviewDueDate
An expected date of review of the case. NIEM reference is j:CaseReviewDueDate
Declaration
[DataMember(Name = "caseReviewDueDate")]
public List<NcDateType> CaseReviewDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | An expected date of review of the case. NIEM reference is j:CaseReviewDueDate |
CaseSecurity
A level of case security required from low to high NIEM reference is j:CaseSecurityText
Declaration
[DataMember(Name = "caseSecurity")]
public List<NcTextType> CaseSecurity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A level of case security required from low to high NIEM reference is j:CaseSecurityText |
CaseSeverity
A severity of a case. NIEM reference is j:CaseSeverityText
Declaration
[DataMember(Name = "caseSeverity")]
public List<NcTextType> CaseSeverity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A severity of a case. NIEM reference is j:CaseSeverityText |
CaseTerminationCategory
A kind of termination for a case. NIEM reference is j:CaseTerminationCategoryText
Declaration
[DataMember(Name = "caseTerminationCategory")]
public List<NcTextType> CaseTerminationCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of termination for a case. NIEM reference is j:CaseTerminationCategoryText |
CaseTerminationStage
A stage of termination for a case. NIEM reference is j:CaseTerminationStageText
Declaration
[DataMember(Name = "caseTerminationStage")]
public List<NcTextType> CaseTerminationStage { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A stage of termination for a case. NIEM reference is j:CaseTerminationStageText |
CaseTrial
A kind of hearing during which the final disposition of a case is determined. NIEM reference is j:CaseTrial
Declaration
[DataMember(Name = "caseTrial")]
public List<JCourtEventType> CaseTrial { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCourtEventType> | A kind of hearing during which the final disposition of a case is determined. NIEM reference is j:CaseTrial |
CaseWitness
A person/entity who has information relating to the activity or who testifies in court. NIEM reference is j:CaseWitness
Declaration
[DataMember(Name = "caseWitness")]
public List<JWitnessType> CaseWitness { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JWitnessType> | A person/entity who has information relating to the activity or who testifies in court. NIEM reference is j:CaseWitness |
CommitDate
A date when a person is received by the subject committed authority. NIEM reference is j:CommitDate
Declaration
[DataMember(Name = "commitDate")]
public List<NcDateType> CommitDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date when a person is received by the subject committed authority. NIEM reference is j:CommitDate |
CommittedToAuthority
An authority to which a person is remanded into custody as a part of a judgment. NIEM reference is j:CommittedToAuthorityText
Declaration
[DataMember(Name = "committedToAuthority")]
public List<NcTextType> CommittedToAuthority { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An authority to which a person is remanded into custody as a part of a judgment. NIEM reference is j:CommittedToAuthorityText |
Context
jCaseAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JCaseAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JCaseAugmentationType.ContextEnum> | jCaseAugmentationType JSON-LD context |
IsCaseDefendantSelfRepresentation
True if a defendant waived the right to have a defense attorney and is representing him or her self; false otherwise. NIEM reference is j:CaseDefendantSelfRepresentationIndicator
Declaration
[DataMember(Name = "isCaseDefendantSelfRepresentation")]
public List<NiemXsboolean> IsCaseDefendantSelfRepresentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a defendant waived the right to have a defense attorney and is representing him or her self; false otherwise. NIEM reference is j:CaseDefendantSelfRepresentationIndicator |
IsCaseDefenseAttorneyCourtAppointed
True if the counsel for the defendant was appointed by the court; false otherwise. NIEM reference is j:CaseDefenseAttorneyCourtAppointedIndicator
Declaration
[DataMember(Name = "isCaseDefenseAttorneyCourtAppointed")]
public List<NiemXsboolean> IsCaseDefenseAttorneyCourtAppointed { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the counsel for the defendant was appointed by the court; false otherwise. NIEM reference is j:CaseDefenseAttorneyCourtAppointedIndicator |
IsCaseDomesticViolence
True if the case involves domestic violence; false otherwise. NIEM reference is j:CaseDomesticViolenceIndicator
Declaration
[DataMember(Name = "isCaseDomesticViolence")]
public List<NiemXsboolean> IsCaseDomesticViolence { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the case involves domestic violence; false otherwise. NIEM reference is j:CaseDomesticViolenceIndicator |
IsCaseDrivingImpaired
True if the case involves a person who was driving with the presence of illegal or unprescribed prescription drugs in his or her system; false otherwise. NIEM reference is j:CaseDrivingImpairedIndicator
Declaration
[DataMember(Name = "isCaseDrivingImpaired")]
public List<NiemXsboolean> IsCaseDrivingImpaired { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the case involves a person who was driving with the presence of illegal or unprescribed prescription drugs in his or her system; false otherwise. NIEM reference is j:CaseDrivingImpairedIndicator |
IsCaseDrivingIntoxicated
True if a case involves a person who was driving with blood alcohol level that is higher than the law allows; false otherwise. NIEM reference is j:CaseDrivingIntoxicatedIndicator
Declaration
[DataMember(Name = "isCaseDrivingIntoxicated")]
public List<NiemXsboolean> IsCaseDrivingIntoxicated { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a case involves a person who was driving with blood alcohol level that is higher than the law allows; false otherwise. NIEM reference is j:CaseDrivingIntoxicatedIndicator |
IsCaseInformationAdmissible
True if new trial information may be entered from an appellate ruling/decision; false otherwise. NIEM reference is j:CaseInformationAdmissibleIndicator
Declaration
[DataMember(Name = "isCaseInformationAdmissible")]
public List<NiemXsboolean> IsCaseInformationAdmissible { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if new trial information may be entered from an appellate ruling/decision; false otherwise. NIEM reference is j:CaseInformationAdmissibleIndicator |
IsCaseProtectionOrder
True if a Domestic Violence Protection Order or Anti-Harassment Order is filed with the Judgment and Sentence; false otherwise. NIEM reference is j:CaseProtectionOrderIndicator
Declaration
[DataMember(Name = "isCaseProtectionOrder")]
public List<NiemXsboolean> IsCaseProtectionOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a Domestic Violence Protection Order or Anti-Harassment Order is filed with the Judgment and Sentence; false otherwise. NIEM reference is j:CaseProtectionOrderIndicator |
IsCaseVerdictGiven
True if a verdict is given by judge or jury; false otherwise. NIEM reference is j:CaseVerdictGivenIndicator
Declaration
[DataMember(Name = "isCaseVerdictGiven")]
public List<NiemXsboolean> IsCaseVerdictGiven { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a verdict is given by judge or jury; false otherwise. NIEM reference is j:CaseVerdictGivenIndicator |
IsCaseVictimNotProsecuting
True if a victim is not or was not willing to prosecute; false otherwise. NIEM reference is j:CaseVictimNotProsecutingIndicator
Declaration
[DataMember(Name = "isCaseVictimNotProsecuting")]
public List<NiemXsboolean> IsCaseVictimNotProsecuting { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a victim is not or was not willing to prosecute; false otherwise. NIEM reference is j:CaseVictimNotProsecutingIndicator |
SentenceDate
A date a person was sentenced. NIEM reference is j:SentenceDate
Declaration
[DataMember(Name = "sentenceDate")]
public List<NcDateType> SentenceDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a person was sentenced. NIEM reference is j:SentenceDate |
Methods
Equals(JCaseAugmentationType)
Returns true if JCaseAugmentationType instances are equal
Declaration
public bool Equals(JCaseAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JCaseAugmentationType | other | Instance of JCaseAugmentationType 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(JCaseAugmentationType, JCaseAugmentationType)
Declaration
public static bool operator ==(JCaseAugmentationType left, JCaseAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JCaseAugmentationType | left | |
JCaseAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JCaseAugmentationType, JCaseAugmentationType)
Declaration
public static bool operator !=(JCaseAugmentationType left, JCaseAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JCaseAugmentationType | left | |
JCaseAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |