Class JHearingInvestigatorType
A data type for a name of a staff member assigned as an investigator to a hearing.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JHearingInvestigatorType : IEquatable<JHearingInvestigatorType>
Properties
Context
jHearingInvestigatorType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JHearingInvestigatorType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JHearingInvestigatorType.ContextEnum> | jHearingInvestigatorType JSON-LD context |
EmployeeAssignedDate
A date an employee was assigned responsibility of a hearing investigator. NIEM reference is j:HearingInvestigatorEmployeeAssignedDate
Declaration
[DataMember(Name = "employeeAssignedDate")]
public List<NcDateType> EmployeeAssignedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date an employee was assigned responsibility of a hearing investigator. NIEM reference is j:HearingInvestigatorEmployeeAssignedDate |
EmployeeRequestDeniedReason
A reason given for why an employee request was denied. NIEM reference is j:HearingInvestigatorEmployeeRequestDeniedReasonText
Declaration
[DataMember(Name = "employeeRequestDeniedReason")]
public List<NcTextType> EmployeeRequestDeniedReason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason given for why an employee request was denied. NIEM reference is j:HearingInvestigatorEmployeeRequestDeniedReasonText |
RoleOfPerson
A person of whom the role object is a function. NIEM reference is nc:RoleOfPerson
Declaration
[DataMember(Name = "roleOfPerson")]
public List<NcPersonType> RoleOfPerson { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person of whom the role object is a function. NIEM reference is nc:RoleOfPerson |
Methods
Equals(JHearingInvestigatorType)
Returns true if JHearingInvestigatorType instances are equal
Declaration
public bool Equals(JHearingInvestigatorType other)
Parameters
Type | Name | Description |
---|---|---|
JHearingInvestigatorType | other | Instance of JHearingInvestigatorType 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(JHearingInvestigatorType, JHearingInvestigatorType)
Declaration
public static bool operator ==(JHearingInvestigatorType left, JHearingInvestigatorType right)
Parameters
Type | Name | Description |
---|---|---|
JHearingInvestigatorType | left | |
JHearingInvestigatorType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JHearingInvestigatorType, JHearingInvestigatorType)
Declaration
public static bool operator !=(JHearingInvestigatorType left, JHearingInvestigatorType right)
Parameters
Type | Name | Description |
---|---|---|
JHearingInvestigatorType | left | |
JHearingInvestigatorType | right |
Returns
Type | Description |
---|---|
System.Boolean |