Class JJurorType
A data type for a person who serves on a jury and listens to a case to determine the guilt or innocence of a person accused of a crime.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JJurorType : IEquatable<JJurorType>
Properties
Context
jJurorType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JJurorType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JJurorType.ContextEnum> | jJurorType JSON-LD context |
DismissedDate
A date a juror was dismissed from jury service. NIEM reference is j:JurorDismissedDate
Declaration
[DataMember(Name = "dismissedDate")]
public List<NcDateType> DismissedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a juror was dismissed from jury service. NIEM reference is j:JurorDismissedDate |
DismissedReason
A reason why a juror was dismissed or excused. NIEM reference is j:JurorDismissedReasonText
Declaration
[DataMember(Name = "dismissedReason")]
public List<NcTextType> DismissedReason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason why a juror was dismissed or excused. NIEM reference is j:JurorDismissedReasonText |
Identification
A juror identification number that identifies a juror within a panel on which he or she is serving NIEM reference is j:JurorIdentification
Declaration
[DataMember(Name = "identification")]
public List<NcIdentificationType> Identification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A juror identification number that identifies a juror within a panel on which he or she is serving NIEM reference is j:JurorIdentification |
IsDismissed
True if a juror has been dismissed; false otherwise. NIEM reference is j:JurorDismissedIndicator
Declaration
[DataMember(Name = "isDismissed")]
public List<NiemXsboolean> IsDismissed { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a juror has been dismissed; false otherwise. NIEM reference is j:JurorDismissedIndicator |
IsForeman
True if a juror has been appointed as juror leader; false otherwise. NIEM reference is j:JurorForemanIndicator
Declaration
[DataMember(Name = "isForeman")]
public List<NiemXsboolean> IsForeman { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a juror has been appointed as juror leader; false otherwise. NIEM reference is j:JurorForemanIndicator |
IsPrimary
True if a person is a primary indicator; false if a person in an alternate juror. NIEM reference is j:JurorPrimaryIndicator
Declaration
[DataMember(Name = "isPrimary")]
public List<NiemXsboolean> IsPrimary { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a person is a primary indicator; false if a person in an alternate juror. NIEM reference is j:JurorPrimaryIndicator |
PanelIdentification
A panel identification number identifying the panel on which a juror is serving. NIEM reference is j:JurorPanelIdentification
Declaration
[DataMember(Name = "panelIdentification")]
public List<NcIdentificationType> PanelIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A panel identification number identifying the panel on which a juror is serving. NIEM reference is j:JurorPanelIdentification |
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(JJurorType)
Returns true if JJurorType instances are equal
Declaration
public bool Equals(JJurorType other)
Parameters
Type | Name | Description |
---|---|---|
JJurorType | other | Instance of JJurorType 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(JJurorType, JJurorType)
Declaration
public static bool operator ==(JJurorType left, JJurorType right)
Parameters
Type | Name | Description |
---|---|---|
JJurorType | left | |
JJurorType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JJurorType, JJurorType)
Declaration
public static bool operator !=(JJurorType left, JJurorType right)
Parameters
Type | Name | Description |
---|---|---|
JJurorType | left | |
JJurorType | right |
Returns
Type | Description |
---|---|
System.Boolean |