Class JCourtActivityType
A data type for a court-related action associated with a court case event.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JCourtActivityType : NcActivityType, IEquatable<NcActivityType>, IEquatable<JCourtActivityType>
Properties
Condition
A condition related or attached to a court activity. NIEM reference is j:CourtActivityCondition
Declaration
[DataMember(Name = "condition")]
public List<NcConditionType> Condition { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcConditionType> | A condition related or attached to a court activity. NIEM reference is j:CourtActivityCondition |
Context
jCourtActivityType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JCourtActivityType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JCourtActivityType.ContextEnum> | jCourtActivityType JSON-LD context |
CourtCaseStatus
A piece of non-dispositional descriptive information regarding activity within a court case; example "failure to appear." NIEM reference is j:CourtCaseStatusText
Declaration
[DataMember(Name = "courtCaseStatus")]
public List<NcTextType> CourtCaseStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A piece of non-dispositional descriptive information regarding activity within a court case; example "failure to appear." NIEM reference is j:CourtCaseStatusText |
CourtOrder
A direction of a judge not included in a judgment, which determines some point or directs some step in proceedings. NIEM reference is j:CourtActivityCourtOrder
Declaration
[DataMember(Name = "courtOrder")]
public List<JCourtOrderType> CourtOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCourtOrderType> | A direction of a judge not included in a judgment, which determines some point or directs some step in proceedings. NIEM reference is j:CourtActivityCourtOrder |
ScheduleDay
A schedule on which a court activity is to occur. NIEM reference is j:CourtActivityScheduleDay
Declaration
[DataMember(Name = "scheduleDay")]
public List<NcScheduleDayType> ScheduleDay { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcScheduleDayType> | A schedule on which a court activity is to occur. NIEM reference is j:CourtActivityScheduleDay |
SupervisingAgency
A supervising agency associated with a court activity result, especially for reporting purposes. NIEM reference is j:CourtActivitySupervisingAgency
Declaration
[DataMember(Name = "supervisingAgency")]
public List<NcOrganizationType> SupervisingAgency { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcOrganizationType> | A supervising agency associated with a court activity result, especially for reporting purposes. NIEM reference is j:CourtActivitySupervisingAgency |
Methods
Equals(JCourtActivityType)
Returns true if JCourtActivityType instances are equal
Declaration
public bool Equals(JCourtActivityType other)
Parameters
Type | Name | Description |
---|---|---|
JCourtActivityType | other | Instance of JCourtActivityType 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(JCourtActivityType, JCourtActivityType)
Declaration
public static bool operator ==(JCourtActivityType left, JCourtActivityType right)
Parameters
Type | Name | Description |
---|---|---|
JCourtActivityType | left | |
JCourtActivityType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JCourtActivityType, JCourtActivityType)
Declaration
public static bool operator !=(JCourtActivityType left, JCourtActivityType right)
Parameters
Type | Name | Description |
---|---|---|
JCourtActivityType | left | |
JCourtActivityType | right |
Returns
Type | Description |
---|---|
System.Boolean |