Class JAcademicSubjectMatterType
A data type for a specific course content related to core education and academic assessments and programs.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JAcademicSubjectMatterType : IEquatable<JAcademicSubjectMatterType>
Properties
Context
jAcademicSubjectMatterType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JAcademicSubjectMatterType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JAcademicSubjectMatterType.ContextEnum> | jAcademicSubjectMatterType JSON-LD context |
CreditsNumeric
A number of academic credits associated with a specified subject or course. NIEM reference is j:AcademicSubjectMatterCreditsNumeric
Declaration
[DataMember(Name = "creditsNumeric")]
public List<NcNumericType> CreditsNumeric { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcNumericType> | A number of academic credits associated with a specified subject or course. NIEM reference is j:AcademicSubjectMatterCreditsNumeric |
Name
A name of an academic course or subject. NIEM reference is j:AcademicSubjectMatterName
Declaration
[DataMember(Name = "name")]
public List<NcProperNameTextType> Name { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcProperNameTextType> | A name of an academic course or subject. NIEM reference is j:AcademicSubjectMatterName |
Text
A description of an academic course or subject. NIEM reference is j:AcademicSubjectMatterText
Declaration
[DataMember(Name = "text")]
public List<NcTextType> Text { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of an academic course or subject. NIEM reference is j:AcademicSubjectMatterText |
Methods
Equals(JAcademicSubjectMatterType)
Returns true if JAcademicSubjectMatterType instances are equal
Declaration
public bool Equals(JAcademicSubjectMatterType other)
Parameters
Type | Name | Description |
---|---|---|
JAcademicSubjectMatterType | other | Instance of JAcademicSubjectMatterType 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(JAcademicSubjectMatterType, JAcademicSubjectMatterType)
Declaration
public static bool operator ==(JAcademicSubjectMatterType left, JAcademicSubjectMatterType right)
Parameters
Type | Name | Description |
---|---|---|
JAcademicSubjectMatterType | left | |
JAcademicSubjectMatterType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JAcademicSubjectMatterType, JAcademicSubjectMatterType)
Declaration
public static bool operator !=(JAcademicSubjectMatterType left, JAcademicSubjectMatterType right)
Parameters
Type | Name | Description |
---|---|---|
JAcademicSubjectMatterType | left | |
JAcademicSubjectMatterType | right |
Returns
Type | Description |
---|---|
System.Boolean |