Class HsAssessmentRecommendationType
A data type for the recommendation of an assessment.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsAssessmentRecommendationType : NcActivityType, IEquatable<NcActivityType>, IEquatable<HsAssessmentRecommendationType>
Properties
AssessmentRecommendedCourseOfAction
A recommended course of action arising from an assessment. NIEM reference is hs:AssessmentRecommendedCourseOfAction
Declaration
[DataMember(Name = "assessmentRecommendedCourseOfAction")]
public List<HsAssessmentRecommendedCourseOfActionType> AssessmentRecommendedCourseOfAction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsAssessmentRecommendedCourseOfActionType> | A recommended course of action arising from an assessment. NIEM reference is hs:AssessmentRecommendedCourseOfAction |
Context
hsAssessmentRecommendationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsAssessmentRecommendationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsAssessmentRecommendationType.ContextEnum> | hsAssessmentRecommendationType JSON-LD context |
Methods
Equals(HsAssessmentRecommendationType)
Returns true if HsAssessmentRecommendationType instances are equal
Declaration
public bool Equals(HsAssessmentRecommendationType other)
Parameters
Type | Name | Description |
---|---|---|
HsAssessmentRecommendationType | other | Instance of HsAssessmentRecommendationType 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(HsAssessmentRecommendationType, HsAssessmentRecommendationType)
Declaration
public static bool operator ==(HsAssessmentRecommendationType left, HsAssessmentRecommendationType right)
Parameters
Type | Name | Description |
---|---|---|
HsAssessmentRecommendationType | left | |
HsAssessmentRecommendationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsAssessmentRecommendationType, HsAssessmentRecommendationType)
Declaration
public static bool operator !=(HsAssessmentRecommendationType left, HsAssessmentRecommendationType right)
Parameters
Type | Name | Description |
---|---|---|
HsAssessmentRecommendationType | left | |
HsAssessmentRecommendationType | right |
Returns
Type | Description |
---|---|
System.Boolean |