Class HsChargeAugmentationType
A data type for additional information about a charge.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsChargeAugmentationType : IEquatable<HsChargeAugmentationType>
Properties
BailBond
An agreement between a bondsman and a subject in which a bondsman pays the subject's bail or portion of the bail in exchange for certain conditions, including the payment of a certain amount of money and the reappearance of the subject NIEM reference is j:BailBond
Declaration
[DataMember(Name = "bailBond")]
public List<JBailBondType> BailBond { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JBailBondType> | An agreement between a bondsman and a subject in which a bondsman pays the subject's bail or portion of the bail in exchange for certain conditions, including the payment of a certain amount of money and the reappearance of the subject NIEM reference is j:BailBond |
ChargeAdjudication
An adjudication result of a juvenile. NIEM reference is hs:ChargeAdjudication
Declaration
[DataMember(Name = "chargeAdjudication")]
public List<JSentenceType> ChargeAdjudication { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JSentenceType> | An adjudication result of a juvenile. NIEM reference is hs:ChargeAdjudication |
ChargeAllegationCategory
A kind of allegation of abuse or neglect. NIEM reference is hs:ChargeAllegationCategoryText
Declaration
[DataMember(Name = "chargeAllegationCategory")]
public List<NcTextType> ChargeAllegationCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of allegation of abuse or neglect. NIEM reference is hs:ChargeAllegationCategoryText |
ChargeAllegationCategoryCode
A code indicating NCANDS (National Child Abuse and Neglect Data System) allegation categories. NIEM reference is hs:ChargeAllegationCategoryCode
Declaration
[DataMember(Name = "chargeAllegationCategoryCode")]
public List<HsChargeAllegationCategoryCodeType> ChargeAllegationCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsChargeAllegationCategoryCodeType> | A code indicating NCANDS (National Child Abuse and Neglect Data System) allegation categories. NIEM reference is hs:ChargeAllegationCategoryCode |
ChargeAllegationLocalDescription
A description of a state or local definition of an allegation. NIEM reference is hs:ChargeAllegationLocalDescriptionText
Declaration
[DataMember(Name = "chargeAllegationLocalDescription")]
public List<NiemXsstring> ChargeAllegationLocalDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A description of a state or local definition of an allegation. NIEM reference is hs:ChargeAllegationLocalDescriptionText |
ChargeAllegationReportedDate
A date the allegation was reported. NIEM reference is hs:ChargeAllegationReportedDate
Declaration
[DataMember(Name = "chargeAllegationReportedDate")]
public List<NcDateType> ChargeAllegationReportedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the allegation was reported. NIEM reference is hs:ChargeAllegationReportedDate |
Context
hsChargeAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsChargeAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsChargeAugmentationType.ContextEnum> | hsChargeAugmentationType JSON-LD context |
Methods
Equals(HsChargeAugmentationType)
Returns true if HsChargeAugmentationType instances are equal
Declaration
public bool Equals(HsChargeAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
HsChargeAugmentationType | other | Instance of HsChargeAugmentationType 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(HsChargeAugmentationType, HsChargeAugmentationType)
Declaration
public static bool operator ==(HsChargeAugmentationType left, HsChargeAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsChargeAugmentationType | left | |
HsChargeAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsChargeAugmentationType, HsChargeAugmentationType)
Declaration
public static bool operator !=(HsChargeAugmentationType left, HsChargeAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsChargeAugmentationType | left | |
HsChargeAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |