Class JHearingReschedulingType
A data type for a process of rescheduling a hearing, hearing events or of hearing process.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JHearingReschedulingType : IEquatable<JHearingReschedulingType>
Properties
Context
jHearingReschedulingType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JHearingReschedulingType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JHearingReschedulingType.ContextEnum> | jHearingReschedulingType JSON-LD context |
ReasonCategory
A kind of reason that a hearing was rescheduled. NIEM reference is j:HearingReschedulingReasonCategoryText
Declaration
[DataMember(Name = "reasonCategory")]
public List<NcTextType> ReasonCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of reason that a hearing was rescheduled. NIEM reference is j:HearingReschedulingReasonCategoryText |
ReasonOtherDetails
A set of details related to an other reason for rescheduling a hearing. NIEM reference is j:HearingReschedulingReasonOtherDetailsText
Declaration
[DataMember(Name = "reasonOtherDetails")]
public List<NcTextType> ReasonOtherDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A set of details related to an other reason for rescheduling a hearing. NIEM reference is j:HearingReschedulingReasonOtherDetailsText |
Methods
Equals(JHearingReschedulingType)
Returns true if JHearingReschedulingType instances are equal
Declaration
public bool Equals(JHearingReschedulingType other)
Parameters
Type | Name | Description |
---|---|---|
JHearingReschedulingType | other | Instance of JHearingReschedulingType 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(JHearingReschedulingType, JHearingReschedulingType)
Declaration
public static bool operator ==(JHearingReschedulingType left, JHearingReschedulingType right)
Parameters
Type | Name | Description |
---|---|---|
JHearingReschedulingType | left | |
JHearingReschedulingType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JHearingReschedulingType, JHearingReschedulingType)
Declaration
public static bool operator !=(JHearingReschedulingType left, JHearingReschedulingType right)
Parameters
Type | Name | Description |
---|---|---|
JHearingReschedulingType | left | |
JHearingReschedulingType | right |
Returns
Type | Description |
---|---|
System.Boolean |