Class JEducationAugmentationType
A data type for additional information about an education.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JEducationAugmentationType : IEquatable<JEducationAugmentationType>
Properties
Context
jEducationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JEducationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JEducationAugmentationType.ContextEnum> | jEducationAugmentationType JSON-LD context |
EducationalActivity
An event or activity in the process of an education course and programs. NIEM reference is j:EducationalActivity
Declaration
[DataMember(Name = "educationalActivity")]
public List<NcActivityType> EducationalActivity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityType> | An event or activity in the process of an education course and programs. NIEM reference is j:EducationalActivity |
EducationCourse
A specific subject course offered thru and educational program or institution. NIEM reference is j:EducationCourse
Declaration
[DataMember(Name = "educationCourse")]
public List<JEducationCourseType> EducationCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JEducationCourseType> | A specific subject course offered thru and educational program or institution. NIEM reference is j:EducationCourse |
EducationDegreeYearDate
A year in which a subject received an educational degree. NIEM reference is j:EducationDegreeYearDate
Declaration
[DataMember(Name = "educationDegreeYearDate")]
public List<NiemXsgYear> EducationDegreeYearDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsgYear> | A year in which a subject received an educational degree. NIEM reference is j:EducationDegreeYearDate |
EducationStatus
A description of the current status of a subject's educational goals. NIEM reference is j:EducationStatus
Declaration
[DataMember(Name = "educationStatus")]
public List<NcStatusType> EducationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcStatusType> | A description of the current status of a subject's educational goals. NIEM reference is j:EducationStatus |
Methods
Equals(JEducationAugmentationType)
Returns true if JEducationAugmentationType instances are equal
Declaration
public bool Equals(JEducationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JEducationAugmentationType | other | Instance of JEducationAugmentationType 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(JEducationAugmentationType, JEducationAugmentationType)
Declaration
public static bool operator ==(JEducationAugmentationType left, JEducationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JEducationAugmentationType | left | |
JEducationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JEducationAugmentationType, JEducationAugmentationType)
Declaration
public static bool operator !=(JEducationAugmentationType left, JEducationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JEducationAugmentationType | left | |
JEducationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |