Class HsAssessmentRecommendedCourseOfActionType
A data type for an action.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsAssessmentRecommendedCourseOfActionType : NcActivityType, IEquatable<NcActivityType>, IEquatable<HsAssessmentRecommendedCourseOfActionType>
Properties
CategoryCode
A kind of course of action. NIEM reference is hs:AssessmentRecommendedCourseOfActionCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<HsAssessmentRecommendedCourseOfActionCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsAssessmentRecommendedCourseOfActionCategoryCodeType> | A kind of course of action. NIEM reference is hs:AssessmentRecommendedCourseOfActionCategoryCode |
Context
hsAssessmentRecommendedCourseOfActionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsAssessmentRecommendedCourseOfActionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsAssessmentRecommendedCourseOfActionType.ContextEnum> | hsAssessmentRecommendedCourseOfActionType JSON-LD context |
IsAssessmentCourseOfActionWillBeTaken
True if defined course of action will be taken; false otherwise. NIEM reference is hs:AssessmentCourseOfActionWillBeTakenIndicator
Declaration
[DataMember(Name = "isAssessmentCourseOfActionWillBeTaken")]
public List<NiemXsboolean> IsAssessmentCourseOfActionWillBeTaken { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if defined course of action will be taken; false otherwise. NIEM reference is hs:AssessmentCourseOfActionWillBeTakenIndicator |
Methods
Equals(HsAssessmentRecommendedCourseOfActionType)
Returns true if HsAssessmentRecommendedCourseOfActionType instances are equal
Declaration
public bool Equals(HsAssessmentRecommendedCourseOfActionType other)
Parameters
Type | Name | Description |
---|---|---|
HsAssessmentRecommendedCourseOfActionType | other | Instance of HsAssessmentRecommendedCourseOfActionType 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(HsAssessmentRecommendedCourseOfActionType, HsAssessmentRecommendedCourseOfActionType)
Declaration
public static bool operator ==(HsAssessmentRecommendedCourseOfActionType left, HsAssessmentRecommendedCourseOfActionType right)
Parameters
Type | Name | Description |
---|---|---|
HsAssessmentRecommendedCourseOfActionType | left | |
HsAssessmentRecommendedCourseOfActionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsAssessmentRecommendedCourseOfActionType, HsAssessmentRecommendedCourseOfActionType)
Declaration
public static bool operator !=(HsAssessmentRecommendedCourseOfActionType left, HsAssessmentRecommendedCourseOfActionType right)
Parameters
Type | Name | Description |
---|---|---|
HsAssessmentRecommendedCourseOfActionType | left | |
HsAssessmentRecommendedCourseOfActionType | right |
Returns
Type | Description |
---|---|
System.Boolean |