Class NcAssessmentType
A data type for an evaluation, appraisal, or assessment of something or someone.
Inheritance
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcAssessmentType : NcActivityType, IEquatable<NcActivityType>, IEquatable<NcAssessmentType>
Properties
Assessor
A person who performs an assessment. NIEM reference is nc:AssessmentAssessor
Declaration
[DataMember(Name = "assessor")]
public List<NcEntityType> Assessor { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | A person who performs an assessment. NIEM reference is nc:AssessmentAssessor |
Augmentation
Additional information about an assessment. NIEM reference is j:AssessmentAugmentation
Declaration
[DataMember(Name = "augmentation")]
public List<JAssessmentAugmentationType> Augmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JAssessmentAugmentationType> | Additional information about an assessment. NIEM reference is j:AssessmentAugmentation |
Context
ncAssessmentType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcAssessmentType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcAssessmentType.ContextEnum> | ncAssessmentType JSON-LD context |
Fee
An amount of money charged to perform an assessment. NIEM reference is nc:AssessmentFee
Declaration
[DataMember(Name = "fee")]
public List<NcObligationType> Fee { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcObligationType> | An amount of money charged to perform an assessment. NIEM reference is nc:AssessmentFee |
Person
A person who undergoes an assessment. NIEM reference is nc:AssessmentPerson
Declaration
[DataMember(Name = "person")]
public List<NcPersonType> Person { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person who undergoes an assessment. NIEM reference is nc:AssessmentPerson |
Program
A program a person attends or undergoes in which an assessment is made. NIEM reference is nc:AssessmentProgram
Declaration
[DataMember(Name = "program")]
public List<NcProgramType> Program { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcProgramType> | A program a person attends or undergoes in which an assessment is made. NIEM reference is nc:AssessmentProgram |
Referral
An order or direction for an assessment to be performed. NIEM reference is nc:AssessmentReferral
Declaration
[DataMember(Name = "referral")]
public List<NcReferralType> Referral { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcReferralType> | An order or direction for an assessment to be performed. NIEM reference is nc:AssessmentReferral |
Score
An evaluation score of an assessment. NIEM reference is nc:AssessmentScoreText
Declaration
[DataMember(Name = "score")]
public List<NcTextType> Score { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An evaluation score of an assessment. NIEM reference is nc:AssessmentScoreText |
Methods
Equals(NcAssessmentType)
Returns true if NcAssessmentType instances are equal
Declaration
public bool Equals(NcAssessmentType other)
Parameters
Type | Name | Description |
---|---|---|
NcAssessmentType | other | Instance of NcAssessmentType 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(NcAssessmentType, NcAssessmentType)
Declaration
public static bool operator ==(NcAssessmentType left, NcAssessmentType right)
Parameters
Type | Name | Description |
---|---|---|
NcAssessmentType | left | |
NcAssessmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcAssessmentType, NcAssessmentType)
Declaration
public static bool operator !=(NcAssessmentType left, NcAssessmentType right)
Parameters
Type | Name | Description |
---|---|---|
NcAssessmentType | left | |
NcAssessmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |