Class HsDispositionAugmentationType
A data type for additional information about a disposition.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsDispositionAugmentationType : IEquatable<HsDispositionAugmentationType>
Properties
Context
hsDispositionAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsDispositionAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsDispositionAugmentationType.ContextEnum> | hsDispositionAugmentationType JSON-LD context |
InformalDispositionCategoryCode
A kind of informal disposition. NIEM reference is hs:InformalDispositionCategoryCode
Declaration
[DataMember(Name = "informalDispositionCategoryCode")]
public List<HsInformalDispositionCategoryCodeType> InformalDispositionCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsInformalDispositionCategoryCodeType> | A kind of informal disposition. NIEM reference is hs:InformalDispositionCategoryCode |
IsJuvenileInformalAdjustment
True if the juvenile (with parental consent) admits the facts of the alleged delinquent act, and the tribunal approves the conditions of the juvenile's supervision for a period of time without being adjudicated; false otherwise. NIEM reference is hs:JuvenileInformalAdjustmentIndicator
Declaration
[DataMember(Name = "isJuvenileInformalAdjustment")]
public List<NiemXsboolean> IsJuvenileInformalAdjustment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the juvenile (with parental consent) admits the facts of the alleged delinquent act, and the tribunal approves the conditions of the juvenile's supervision for a period of time without being adjudicated; false otherwise. NIEM reference is hs:JuvenileInformalAdjustmentIndicator |
Methods
Equals(HsDispositionAugmentationType)
Returns true if HsDispositionAugmentationType instances are equal
Declaration
public bool Equals(HsDispositionAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
HsDispositionAugmentationType | other | Instance of HsDispositionAugmentationType 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(HsDispositionAugmentationType, HsDispositionAugmentationType)
Declaration
public static bool operator ==(HsDispositionAugmentationType left, HsDispositionAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsDispositionAugmentationType | left | |
HsDispositionAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsDispositionAugmentationType, HsDispositionAugmentationType)
Declaration
public static bool operator !=(HsDispositionAugmentationType left, HsDispositionAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsDispositionAugmentationType | left | |
HsDispositionAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |