Class JCourtAppearanceType
A data type for an appearance required of a party in a court of law on a certain date.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JCourtAppearanceType : IEquatable<JCourtAppearanceType>
Properties
_Case
A case for which a party must appear in court. NIEM reference is j:CourtAppearanceCase
Declaration
[DataMember(Name = "case")]
public List<NcCaseType> _Case { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCaseType> | A case for which a party must appear in court. NIEM reference is j:CourtAppearanceCase |
Category
A kind of appearance a party is required to make in court. NIEM reference is j:CourtAppearanceCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of appearance a party is required to make in court. NIEM reference is j:CourtAppearanceCategoryText |
Context
jCourtAppearanceType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JCourtAppearanceType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JCourtAppearanceType.ContextEnum> | jCourtAppearanceType JSON-LD context |
Court
A court in which a party is required to appear. NIEM reference is j:CourtAppearanceCourt
Declaration
[DataMember(Name = "court")]
public List<JCourtType> Court { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCourtType> | A court in which a party is required to appear. NIEM reference is j:CourtAppearanceCourt |
Date
A date on which a party must appear in court. NIEM reference is j:CourtAppearanceDate
Declaration
[DataMember(Name = "date")]
public List<NcDateType> Date { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which a party must appear in court. NIEM reference is j:CourtAppearanceDate |
Entity
An entity required to appear in court. NIEM reference is j:CourtAppearanceEntity
Declaration
[DataMember(Name = "entity")]
public List<NcEntityType> Entity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | An entity required to appear in court. NIEM reference is j:CourtAppearanceEntity |
IsDefendantNotPresent
True if the defendant of a case is not present for an appearance; false otherwise. NIEM reference is j:CourtAppearanceDefendantNotPresentIndicator
Declaration
[DataMember(Name = "isDefendantNotPresent")]
public List<NiemXsboolean> IsDefendantNotPresent { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the defendant of a case is not present for an appearance; false otherwise. NIEM reference is j:CourtAppearanceDefendantNotPresentIndicator |
Reason
A reason a party is required to appear in court. NIEM reference is j:CourtAppearanceReasonText
Declaration
[DataMember(Name = "reason")]
public List<NcTextType> Reason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason a party is required to appear in court. NIEM reference is j:CourtAppearanceReasonText |
Methods
Equals(JCourtAppearanceType)
Returns true if JCourtAppearanceType instances are equal
Declaration
public bool Equals(JCourtAppearanceType other)
Parameters
Type | Name | Description |
---|---|---|
JCourtAppearanceType | other | Instance of JCourtAppearanceType 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(JCourtAppearanceType, JCourtAppearanceType)
Declaration
public static bool operator ==(JCourtAppearanceType left, JCourtAppearanceType right)
Parameters
Type | Name | Description |
---|---|---|
JCourtAppearanceType | left | |
JCourtAppearanceType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JCourtAppearanceType, JCourtAppearanceType)
Declaration
public static bool operator !=(JCourtAppearanceType left, JCourtAppearanceType right)
Parameters
Type | Name | Description |
---|---|---|
JCourtAppearanceType | left | |
JCourtAppearanceType | right |
Returns
Type | Description |
---|---|
System.Boolean |