Class JAcademicAssessmentType
A data type for an institution or agency assessment process for determining academic needs of a subject.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JAcademicAssessmentType : NcAssessmentType, IEquatable<NcActivityType>, IEquatable<NcAssessmentType>, IEquatable<JAcademicAssessmentType>
Properties
AcademicRecord
A record of academic achievement for a subject. NIEM reference is j:AcademicRecord
Declaration
[DataMember(Name = "academicRecord")]
public List<JAcademicRecordType> AcademicRecord { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JAcademicRecordType> | A record of academic achievement for a subject. NIEM reference is j:AcademicRecord |
AcademicSubjectMatter
A specific course content related to core education and academic assessments and programs. NIEM reference is j:AcademicSubjectMatter
Declaration
[DataMember(Name = "academicSubjectMatter")]
public List<JAcademicSubjectMatterType> AcademicSubjectMatter { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JAcademicSubjectMatterType> | A specific course content related to core education and academic assessments and programs. NIEM reference is j:AcademicSubjectMatter |
AcademicTest
An examination of a course of study. NIEM reference is j:AcademicTestText
Declaration
[DataMember(Name = "academicTest")]
public List<NcTextType> AcademicTest { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An examination of a course of study. NIEM reference is j:AcademicTestText |
Context
jAcademicAssessmentType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JAcademicAssessmentType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JAcademicAssessmentType.ContextEnum> | jAcademicAssessmentType JSON-LD context |
Education
An assessment history of education and academic achievement of a subject. NIEM reference is j:AcademicAssessmentEducation
Declaration
[DataMember(Name = "education")]
public List<HsEducationType> Education { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsEducationType> | An assessment history of education and academic achievement of a subject. NIEM reference is j:AcademicAssessmentEducation |
GradePointLevelNumeric
A number for the grade point score awarded to a subject for a completed academic course. NIEM reference is j:AcademicAssessmentGradePointLevelNumeric
Declaration
[DataMember(Name = "gradePointLevelNumeric")]
public List<NcNumericType> GradePointLevelNumeric { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcNumericType> | A number for the grade point score awarded to a subject for a completed academic course. NIEM reference is j:AcademicAssessmentGradePointLevelNumeric |
Methods
Equals(JAcademicAssessmentType)
Returns true if JAcademicAssessmentType instances are equal
Declaration
public bool Equals(JAcademicAssessmentType other)
Parameters
Type | Name | Description |
---|---|---|
JAcademicAssessmentType | other | Instance of JAcademicAssessmentType 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(JAcademicAssessmentType, JAcademicAssessmentType)
Declaration
public static bool operator ==(JAcademicAssessmentType left, JAcademicAssessmentType right)
Parameters
Type | Name | Description |
---|---|---|
JAcademicAssessmentType | left | |
JAcademicAssessmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JAcademicAssessmentType, JAcademicAssessmentType)
Declaration
public static bool operator !=(JAcademicAssessmentType left, JAcademicAssessmentType right)
Parameters
Type | Name | Description |
---|---|---|
JAcademicAssessmentType | left | |
JAcademicAssessmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |