Class HsEducationType
A data type for describing the educational issues related to the court report and service plan of any participant in the case.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsEducationType : IEquatable<HsEducationType>
Properties
AlGoal
A kind of educational level the child and or court wishes to achieve. NIEM reference is hs:EducationalGoalText
Declaration
[DataMember(Name = "alGoal")]
public List<NcTextType> AlGoal { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of educational level the child and or court wishes to achieve. NIEM reference is hs:EducationalGoalText |
AlNeed
A specific educational need that the child may have. NIEM reference is hs:EducationalNeedText
Declaration
[DataMember(Name = "alNeed")]
public List<NcTextType> AlNeed { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A specific educational need that the child may have. NIEM reference is hs:EducationalNeedText |
Augmentation
Additional information about an education. NIEM reference is j:EducationAugmentation
Declaration
[DataMember(Name = "augmentation")]
public List<JEducationAugmentationType> Augmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JEducationAugmentationType> | Additional information about an education. NIEM reference is j:EducationAugmentation |
Context
hsEducationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsEducationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsEducationType.ContextEnum> | hsEducationType JSON-LD context |
Methods
Equals(HsEducationType)
Returns true if HsEducationType instances are equal
Declaration
public bool Equals(HsEducationType other)
Parameters
Type | Name | Description |
---|---|---|
HsEducationType | other | Instance of HsEducationType 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(HsEducationType, HsEducationType)
Declaration
public static bool operator ==(HsEducationType left, HsEducationType right)
Parameters
Type | Name | Description |
---|---|---|
HsEducationType | left | |
HsEducationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsEducationType, HsEducationType)
Declaration
public static bool operator !=(HsEducationType left, HsEducationType right)
Parameters
Type | Name | Description |
---|---|---|
HsEducationType | left | |
HsEducationType | right |
Returns
Type | Description |
---|---|
System.Boolean |