Class ScrChargeAugmentationType
A data type for additional information about a charge.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ScrChargeAugmentationType : IEquatable<ScrChargeAugmentationType>
Properties
ApprehensionChargeIdentification
An identification that represents an Apprehension Charge. NIEM reference is scr:ApprehensionChargeIdentification
Declaration
[DataMember(Name = "apprehensionChargeIdentification")]
public List<NcIdentificationType> ApprehensionChargeIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification that represents an Apprehension Charge. NIEM reference is scr:ApprehensionChargeIdentification |
ChargeCategoryClassificationCode
A kind of charge. NIEM reference is scr:ChargeCategoryClassificationCode
Declaration
[DataMember(Name = "chargeCategoryClassificationCode")]
public List<ScrChargeCategoryCodeType> ChargeCategoryClassificationCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrChargeCategoryCodeType> | A kind of charge. NIEM reference is scr:ChargeCategoryClassificationCode |
ChargeSection
A text that describes the section of law applicable to the CHARGE TYPE. NIEM reference is scr:ChargeSectionText
Declaration
[DataMember(Name = "chargeSection")]
public List<NcTextType> ChargeSection { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A text that describes the section of law applicable to the CHARGE TYPE. NIEM reference is scr:ChargeSectionText |
Context
scrChargeAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ScrChargeAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ScrChargeAugmentationType.ContextEnum> | scrChargeAugmentationType JSON-LD context |
IsForeignAuthorityNotified
True if the foreign authorities have been notified about this CHARGE; false otherwise. NIEM reference is scr:ForeignAuthorityNotifiedIndicator
Declaration
[DataMember(Name = "isForeignAuthorityNotified")]
public List<NiemXsboolean> IsForeignAuthorityNotified { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the foreign authorities have been notified about this CHARGE; false otherwise. NIEM reference is scr:ForeignAuthorityNotifiedIndicator |
Methods
Equals(ScrChargeAugmentationType)
Returns true if ScrChargeAugmentationType instances are equal
Declaration
public bool Equals(ScrChargeAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ScrChargeAugmentationType | other | Instance of ScrChargeAugmentationType 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(ScrChargeAugmentationType, ScrChargeAugmentationType)
Declaration
public static bool operator ==(ScrChargeAugmentationType left, ScrChargeAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrChargeAugmentationType | left | |
ScrChargeAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ScrChargeAugmentationType, ScrChargeAugmentationType)
Declaration
public static bool operator !=(ScrChargeAugmentationType left, ScrChargeAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrChargeAugmentationType | left | |
ScrChargeAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |