Class JDestabilizingFactorType
A data type for a risk the may heighten testability in a subject.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JDestabilizingFactorType : IEquatable<JDestabilizingFactorType>
Properties
Category
A kind of risk the may heighten testability in a subject. NIEM reference is j:DestabilizingFactorCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of risk the may heighten testability in a subject. NIEM reference is j:DestabilizingFactorCategoryText |
Comment
A comment regarding additional information regarding destabilizing factors. NIEM reference is j:DestabilizingFactorComment
Declaration
[DataMember(Name = "comment")]
public List<NcCommentType> Comment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCommentType> | A comment regarding additional information regarding destabilizing factors. NIEM reference is j:DestabilizingFactorComment |
Context
jDestabilizingFactorType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JDestabilizingFactorType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JDestabilizingFactorType.ContextEnum> | jDestabilizingFactorType JSON-LD context |
OtherFactorDetails
A detail description about an other factor that tends to heighten offender risk. NIEM reference is j:DestabilizingFactorOtherFactorDetailsText
Declaration
[DataMember(Name = "otherFactorDetails")]
public List<NcTextType> OtherFactorDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A detail description about an other factor that tends to heighten offender risk. NIEM reference is j:DestabilizingFactorOtherFactorDetailsText |
Methods
Equals(JDestabilizingFactorType)
Returns true if JDestabilizingFactorType instances are equal
Declaration
public bool Equals(JDestabilizingFactorType other)
Parameters
Type | Name | Description |
---|---|---|
JDestabilizingFactorType | other | Instance of JDestabilizingFactorType 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(JDestabilizingFactorType, JDestabilizingFactorType)
Declaration
public static bool operator ==(JDestabilizingFactorType left, JDestabilizingFactorType right)
Parameters
Type | Name | Description |
---|---|---|
JDestabilizingFactorType | left | |
JDestabilizingFactorType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JDestabilizingFactorType, JDestabilizingFactorType)
Declaration
public static bool operator !=(JDestabilizingFactorType left, JDestabilizingFactorType right)
Parameters
Type | Name | Description |
---|---|---|
JDestabilizingFactorType | left | |
JDestabilizingFactorType | right |
Returns
Type | Description |
---|---|
System.Boolean |