Class JSubjectAppealType
A data type for a set of details or events related to a subject's appeal.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JSubjectAppealType : JAppealType, IEquatable<NcActivityType>, IEquatable<JAppealType>, IEquatable<JSubjectAppealType>
Properties
Assignment
An subject appeal assignment. NIEM reference is j:SubjectAppealAssignmentText
Declaration
[DataMember(Name = "assignment")]
public List<NcTextType> Assignment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An subject appeal assignment. NIEM reference is j:SubjectAppealAssignmentText |
Context
jSubjectAppealType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JSubjectAppealType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JSubjectAppealType.ContextEnum> | jSubjectAppealType JSON-LD context |
DecisionReview
An activity of considering and rendering a decision on a subject's appeal. NIEM reference is j:SubjectAppealDecisionReview
Declaration
[DataMember(Name = "decisionReview")]
public List<JSubjectAppealDecisionReviewType> DecisionReview { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JSubjectAppealDecisionReviewType> | An activity of considering and rendering a decision on a subject's appeal. NIEM reference is j:SubjectAppealDecisionReview |
InterviewDate
A date on which the offender interview took place as part of a review. NIEM reference is j:SubjectAppealInterviewDate
Declaration
[DataMember(Name = "interviewDate")]
public List<NcDateType> InterviewDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the offender interview took place as part of a review. NIEM reference is j:SubjectAppealInterviewDate |
LogIdentification
A Log identification associated with a subject's Appeal. NIEM reference is j:SubjectAppealLogIdentification
Declaration
[DataMember(Name = "logIdentification")]
public List<NcIdentificationType> LogIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A Log identification associated with a subject's Appeal. NIEM reference is j:SubjectAppealLogIdentification |
RequestedAction
An action requested through this appeal. NIEM reference is j:SubjectAppealRequestedActionText
Declaration
[DataMember(Name = "requestedAction")]
public List<NcTextType> RequestedAction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An action requested through this appeal. NIEM reference is j:SubjectAppealRequestedActionText |
Review
A review level for the appeal. NIEM reference is j:SubjectAppealReviewText
Declaration
[DataMember(Name = "review")]
public List<NcTextType> Review { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A review level for the appeal. NIEM reference is j:SubjectAppealReviewText |
Methods
Equals(JSubjectAppealType)
Returns true if JSubjectAppealType instances are equal
Declaration
public bool Equals(JSubjectAppealType other)
Parameters
Type | Name | Description |
---|---|---|
JSubjectAppealType | other | Instance of JSubjectAppealType 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(JSubjectAppealType, JSubjectAppealType)
Declaration
public static bool operator ==(JSubjectAppealType left, JSubjectAppealType right)
Parameters
Type | Name | Description |
---|---|---|
JSubjectAppealType | left | |
JSubjectAppealType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JSubjectAppealType, JSubjectAppealType)
Declaration
public static bool operator !=(JSubjectAppealType left, JSubjectAppealType right)
Parameters
Type | Name | Description |
---|---|---|
JSubjectAppealType | left | |
JSubjectAppealType | right |
Returns
Type | Description |
---|---|
System.Boolean |