Class HsCourtOrderAugmentationType
A data type for additional information about a court order.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsCourtOrderAugmentationType : IEquatable<HsCourtOrderAugmentationType>
Properties
CaseDocketId
An identifier used to reference a case docket. NIEM reference is nc:CaseDocketID
Declaration
[DataMember(Name = "caseDocketId")]
public List<NiemXsstring> CaseDocketId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | An identifier used to reference a case docket. NIEM reference is nc:CaseDocketID |
Context
hsCourtOrderAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsCourtOrderAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsCourtOrderAugmentationType.ContextEnum> | hsCourtOrderAugmentationType JSON-LD context |
CourtOrderRenderedDate
A date the judge verbally issued the order. NIEM reference is hs:CourtOrderRenderedDate
Declaration
[DataMember(Name = "courtOrderRenderedDate")]
public List<NcDateType> CourtOrderRenderedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the judge verbally issued the order. NIEM reference is hs:CourtOrderRenderedDate |
OrganizationCaseId
An identifier assigned by an organization to a case. NIEM reference is hs:OrganizationCaseID
Declaration
[DataMember(Name = "organizationCaseId")]
public List<NiemXsstring> OrganizationCaseId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | An identifier assigned by an organization to a case. NIEM reference is hs:OrganizationCaseID |
Methods
Equals(HsCourtOrderAugmentationType)
Returns true if HsCourtOrderAugmentationType instances are equal
Declaration
public bool Equals(HsCourtOrderAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
HsCourtOrderAugmentationType | other | Instance of HsCourtOrderAugmentationType 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(HsCourtOrderAugmentationType, HsCourtOrderAugmentationType)
Declaration
public static bool operator ==(HsCourtOrderAugmentationType left, HsCourtOrderAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsCourtOrderAugmentationType | left | |
HsCourtOrderAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsCourtOrderAugmentationType, HsCourtOrderAugmentationType)
Declaration
public static bool operator !=(HsCourtOrderAugmentationType left, HsCourtOrderAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsCourtOrderAugmentationType | left | |
HsCourtOrderAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |