Class JExhibitType
A data type for an item introduced as evidence in a trial.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JExhibitType : IEquatable<JExhibitType>
Properties
AcceptingAgency
An agency that accepts evidence into the judicial process. NIEM reference is j:ExhibitAcceptingAgency
Declaration
[DataMember(Name = "acceptingAgency")]
public List<NcOrganizationType> AcceptingAgency { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcOrganizationType> | An agency that accepts evidence into the judicial process. NIEM reference is j:ExhibitAcceptingAgency |
Context
jExhibitType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JExhibitType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JExhibitType.ContextEnum> | jExhibitType JSON-LD context |
Evidence
An exhibit item. NIEM reference is j:ExhibitEvidence
Declaration
[DataMember(Name = "evidence")]
public List<JEvidenceType> Evidence { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JEvidenceType> | An exhibit item. NIEM reference is j:ExhibitEvidence |
Identification
An identification number of an exhibit. NIEM reference is j:ExhibitIdentification
Declaration
[DataMember(Name = "identification")]
public List<NcIdentificationType> Identification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification number of an exhibit. NIEM reference is j:ExhibitIdentification |
IsAdmitted
True if an exhibit was admitted in trial; false otherwise. NIEM reference is j:ExhibitAdmittedIndicator
Declaration
[DataMember(Name = "isAdmitted")]
public List<NiemXsboolean> IsAdmitted { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if an exhibit was admitted in trial; false otherwise. NIEM reference is j:ExhibitAdmittedIndicator |
IsRemainingProof
True if an exhibit that has not been admitted as evidence will remain with the court as an offer of proof in the event of an appeal; false otherwise. NIEM reference is j:ExhibitRemainingProofIndicator
Declaration
[DataMember(Name = "isRemainingProof")]
public List<NiemXsboolean> IsRemainingProof { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if an exhibit that has not been admitted as evidence will remain with the court as an offer of proof in the event of an appeal; false otherwise. NIEM reference is j:ExhibitRemainingProofIndicator |
Status
A description of the status of an exhibit. NIEM reference is j:ExhibitStatusText
Declaration
[DataMember(Name = "status")]
public List<NcTextType> Status { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the status of an exhibit. NIEM reference is j:ExhibitStatusText |
Methods
Equals(JExhibitType)
Returns true if JExhibitType instances are equal
Declaration
public bool Equals(JExhibitType other)
Parameters
Type | Name | Description |
---|---|---|
JExhibitType | other | Instance of JExhibitType 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(JExhibitType, JExhibitType)
Declaration
public static bool operator ==(JExhibitType left, JExhibitType right)
Parameters
Type | Name | Description |
---|---|---|
JExhibitType | left | |
JExhibitType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JExhibitType, JExhibitType)
Declaration
public static bool operator !=(JExhibitType left, JExhibitType right)
Parameters
Type | Name | Description |
---|---|---|
JExhibitType | left | |
JExhibitType | right |
Returns
Type | Description |
---|---|
System.Boolean |