Class JHearingSubjectMatterType
A data type for a set of details and subject matter central to a hearing process.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JHearingSubjectMatterType : IEquatable<JHearingSubjectMatterType>
Properties
Category
A kind of regarded subject matter for a hearing. NIEM reference is j:HearingSubjectMatterCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of regarded subject matter for a hearing. NIEM reference is j:HearingSubjectMatterCategoryText |
Context
jHearingSubjectMatterType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JHearingSubjectMatterType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JHearingSubjectMatterType.ContextEnum> | jHearingSubjectMatterType JSON-LD context |
HearingSubjectOffMatterNotToExceedTime
A period of time in which another off matter subject can be continued. NIEM reference is j:HearingSubjectOffMatterNotToExceedTimeText
Declaration
[DataMember(Name = "hearingSubjectOffMatterNotToExceedTime")]
public List<NcTextType> HearingSubjectOffMatterNotToExceedTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A period of time in which another off matter subject can be continued. NIEM reference is j:HearingSubjectOffMatterNotToExceedTimeText |
HearingSubjectOffMatterOtherReason
A set of details on the other issue that is keeping this matter off calendar. NIEM reference is j:HearingSubjectOffMatterOtherReasonText
Declaration
[DataMember(Name = "hearingSubjectOffMatterOtherReason")]
public List<NcTextType> HearingSubjectOffMatterOtherReason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A set of details on the other issue that is keeping this matter off calendar. NIEM reference is j:HearingSubjectOffMatterOtherReasonText |
HearingSubjectOffMatterReason
A description of the reason a subject matter is off the calendar. NIEM reference is j:HearingSubjectOffMatterReasonText
Declaration
[DataMember(Name = "hearingSubjectOffMatterReason")]
public List<NcTextType> HearingSubjectOffMatterReason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the reason a subject matter is off the calendar. NIEM reference is j:HearingSubjectOffMatterReasonText |
IsOffCalendar
True if a matter is off calendar; false otherwise. NIEM reference is j:HearingSubjectMatterOffCalendarIndicator
Declaration
[DataMember(Name = "isOffCalendar")]
public List<NiemXsboolean> IsOffCalendar { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a matter is off calendar; false otherwise. NIEM reference is j:HearingSubjectMatterOffCalendarIndicator |
Methods
Equals(JHearingSubjectMatterType)
Returns true if JHearingSubjectMatterType instances are equal
Declaration
public bool Equals(JHearingSubjectMatterType other)
Parameters
Type | Name | Description |
---|---|---|
JHearingSubjectMatterType | other | Instance of JHearingSubjectMatterType 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(JHearingSubjectMatterType, JHearingSubjectMatterType)
Declaration
public static bool operator ==(JHearingSubjectMatterType left, JHearingSubjectMatterType right)
Parameters
Type | Name | Description |
---|---|---|
JHearingSubjectMatterType | left | |
JHearingSubjectMatterType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JHearingSubjectMatterType, JHearingSubjectMatterType)
Declaration
public static bool operator !=(JHearingSubjectMatterType left, JHearingSubjectMatterType right)
Parameters
Type | Name | Description |
---|---|---|
JHearingSubjectMatterType | left | |
JHearingSubjectMatterType | right |
Returns
Type | Description |
---|---|
System.Boolean |