Class JChargeDispositionType
A data type for the results or processing of a charge.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JChargeDispositionType : NcDispositionType, IEquatable<NcDispositionType>, IEquatable<JChargeDispositionType>
Properties
Condition
A requirement which, when met, represents compliance with a pre-disposition condition. NIEM reference is j:ChargeDispositionCondition
Declaration
[DataMember(Name = "condition")]
public List<NcConditionType> Condition { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcConditionType> | A requirement which, when met, represents compliance with a pre-disposition condition. NIEM reference is j:ChargeDispositionCondition |
Context
jChargeDispositionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JChargeDispositionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JChargeDispositionType.ContextEnum> | jChargeDispositionType JSON-LD context |
Other
An additional set of information beyond or separate from the outcome of a charge, such as the processing of a charge. NIEM reference is j:ChargeDispositionOtherText
Declaration
[DataMember(Name = "other")]
public List<NcTextType> Other { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An additional set of information beyond or separate from the outcome of a charge, such as the processing of a charge. NIEM reference is j:ChargeDispositionOtherText |
Sanction
A penalty ordered for a subject by a judge or a supervising agency as a result of a disposition of a charge. NIEM reference is j:ChargeDispositionSanction
Declaration
[DataMember(Name = "sanction")]
public List<JSanctionType> Sanction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JSanctionType> | A penalty ordered for a subject by a judge or a supervising agency as a result of a disposition of a charge. NIEM reference is j:ChargeDispositionSanction |
Methods
Equals(JChargeDispositionType)
Returns true if JChargeDispositionType instances are equal
Declaration
public bool Equals(JChargeDispositionType other)
Parameters
Type | Name | Description |
---|---|---|
JChargeDispositionType | other | Instance of JChargeDispositionType 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(JChargeDispositionType, JChargeDispositionType)
Declaration
public static bool operator ==(JChargeDispositionType left, JChargeDispositionType right)
Parameters
Type | Name | Description |
---|---|---|
JChargeDispositionType | left | |
JChargeDispositionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JChargeDispositionType, JChargeDispositionType)
Declaration
public static bool operator !=(JChargeDispositionType left, JChargeDispositionType right)
Parameters
Type | Name | Description |
---|---|---|
JChargeDispositionType | left | |
JChargeDispositionType | right |
Returns
Type | Description |
---|---|
System.Boolean |