Class JChargeEnhancingFactorType
A data type for a factor or reason that makes a charge more serious.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JChargeEnhancingFactorType : IEquatable<JChargeEnhancingFactorType>
Properties
Context
jChargeEnhancingFactorType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JChargeEnhancingFactorType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JChargeEnhancingFactorType.ContextEnum> | jChargeEnhancingFactorType JSON-LD context |
Description
A description of a factor or reason that makes a charge more serious. NIEM reference is j:ChargeEnhancingFactorDescriptionText
Declaration
[DataMember(Name = "description")]
public List<NcTextType> Description { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a factor or reason that makes a charge more serious. NIEM reference is j:ChargeEnhancingFactorDescriptionText |
ReferenceDate
A reference date for an enhancing charge factor or reason. NIEM reference is j:ChargeEnhancingFactorReferenceDate
Declaration
[DataMember(Name = "referenceDate")]
public List<NcDateType> ReferenceDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A reference date for an enhancing charge factor or reason. NIEM reference is j:ChargeEnhancingFactorReferenceDate |
Status
A status of a factor or reason that makes a charge more serious. NIEM reference is j:ChargeEnhancingFactorStatusText
Declaration
[DataMember(Name = "status")]
public List<NcTextType> Status { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A status of a factor or reason that makes a charge more serious. NIEM reference is j:ChargeEnhancingFactorStatusText |
Text
A factor or reason that makes a charge more serious. NIEM reference is j:ChargeEnhancingFactorText
Declaration
[DataMember(Name = "text")]
public List<NcTextType> Text { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A factor or reason that makes a charge more serious. NIEM reference is j:ChargeEnhancingFactorText |
Methods
Equals(JChargeEnhancingFactorType)
Returns true if JChargeEnhancingFactorType instances are equal
Declaration
public bool Equals(JChargeEnhancingFactorType other)
Parameters
Type | Name | Description |
---|---|---|
JChargeEnhancingFactorType | other | Instance of JChargeEnhancingFactorType 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(JChargeEnhancingFactorType, JChargeEnhancingFactorType)
Declaration
public static bool operator ==(JChargeEnhancingFactorType left, JChargeEnhancingFactorType right)
Parameters
Type | Name | Description |
---|---|---|
JChargeEnhancingFactorType | left | |
JChargeEnhancingFactorType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JChargeEnhancingFactorType, JChargeEnhancingFactorType)
Declaration
public static bool operator !=(JChargeEnhancingFactorType left, JChargeEnhancingFactorType right)
Parameters
Type | Name | Description |
---|---|---|
JChargeEnhancingFactorType | left | |
JChargeEnhancingFactorType | right |
Returns
Type | Description |
---|---|
System.Boolean |