Class JCaseConvictionReportingRequirementsType
A data type for information to alert a court when additional reporting requirements exist.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JCaseConvictionReportingRequirementsType : IEquatable<JCaseConvictionReportingRequirementsType>
Properties
Context
jCaseConvictionReportingRequirementsType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JCaseConvictionReportingRequirementsType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JCaseConvictionReportingRequirementsType.ContextEnum> | jCaseConvictionReportingRequirementsType JSON-LD context |
ConvictionReportingProfessionName
A name of the profession or occupation of an arrested professional. NIEM reference is j:ConvictionReportingProfessionName
Declaration
[DataMember(Name = "convictionReportingProfessionName")]
public List<NcTextType> ConvictionReportingProfessionName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of the profession or occupation of an arrested professional. NIEM reference is j:ConvictionReportingProfessionName |
ConvictionReportingRequirement
A description of when the court is required to file a special report. NIEM reference is j:ConvictionReportingRequirementText
Declaration
[DataMember(Name = "convictionReportingRequirement")]
public List<NcTextType> ConvictionReportingRequirement { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of when the court is required to file a special report. NIEM reference is j:ConvictionReportingRequirementText |
PersonLicenseIdentification
An identification that references a license certification or registration of a person for some purpose. NIEM reference is nc:PersonLicenseIdentification
Declaration
[DataMember(Name = "personLicenseIdentification")]
public List<NcIdentificationType> PersonLicenseIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification that references a license certification or registration of a person for some purpose. NIEM reference is nc:PersonLicenseIdentification |
Methods
Equals(JCaseConvictionReportingRequirementsType)
Returns true if JCaseConvictionReportingRequirementsType instances are equal
Declaration
public bool Equals(JCaseConvictionReportingRequirementsType other)
Parameters
Type | Name | Description |
---|---|---|
JCaseConvictionReportingRequirementsType | other | Instance of JCaseConvictionReportingRequirementsType 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(JCaseConvictionReportingRequirementsType, JCaseConvictionReportingRequirementsType)
Declaration
public static bool operator ==(JCaseConvictionReportingRequirementsType left, JCaseConvictionReportingRequirementsType right)
Parameters
Type | Name | Description |
---|---|---|
JCaseConvictionReportingRequirementsType | left | |
JCaseConvictionReportingRequirementsType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JCaseConvictionReportingRequirementsType, JCaseConvictionReportingRequirementsType)
Declaration
public static bool operator !=(JCaseConvictionReportingRequirementsType left, JCaseConvictionReportingRequirementsType right)
Parameters
Type | Name | Description |
---|---|---|
JCaseConvictionReportingRequirementsType | left | |
JCaseConvictionReportingRequirementsType | right |
Returns
Type | Description |
---|---|
System.Boolean |