Class JAssessmentAugmentationType
A data type for additional information about an assessment.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JAssessmentAugmentationType : IEquatable<JAssessmentAugmentationType>
Properties
AssessmentRecommendation
A recommendation or result of an assessment. NIEM reference is j:AssessmentRecommendation
Declaration
[DataMember(Name = "assessmentRecommendation")]
public List<NcCommentType> AssessmentRecommendation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCommentType> | A recommendation or result of an assessment. NIEM reference is j:AssessmentRecommendation |
AssessmentToolDescription
A description of the assessment tool. NIEM reference is j:AssessmentToolDescriptionText
Declaration
[DataMember(Name = "assessmentToolDescription")]
public List<NcTextType> AssessmentToolDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the assessment tool. NIEM reference is j:AssessmentToolDescriptionText |
AssessmentToolName
A name of the administered assessment tool. NIEM reference is j:AssessmentToolName
Declaration
[DataMember(Name = "assessmentToolName")]
public List<NcTextType> AssessmentToolName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of the administered assessment tool. NIEM reference is j:AssessmentToolName |
Context
jAssessmentAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JAssessmentAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JAssessmentAugmentationType.ContextEnum> | jAssessmentAugmentationType JSON-LD context |
Methods
Equals(JAssessmentAugmentationType)
Returns true if JAssessmentAugmentationType instances are equal
Declaration
public bool Equals(JAssessmentAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JAssessmentAugmentationType | other | Instance of JAssessmentAugmentationType 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(JAssessmentAugmentationType, JAssessmentAugmentationType)
Declaration
public static bool operator ==(JAssessmentAugmentationType left, JAssessmentAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JAssessmentAugmentationType | left | |
JAssessmentAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JAssessmentAugmentationType, JAssessmentAugmentationType)
Declaration
public static bool operator !=(JAssessmentAugmentationType left, JAssessmentAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JAssessmentAugmentationType | left | |
JAssessmentAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |