Class IntelPersonEducationDetailsType
A data type for a relationship between a person and an organization in which the organization is providing a service as an educational institution.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class IntelPersonEducationDetailsType : IEquatable<IntelPersonEducationDetailsType>
Properties
Context
intelPersonEducationDetailsType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public IntelPersonEducationDetailsType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IntelPersonEducationDetailsType.ContextEnum> | intelPersonEducationDetailsType JSON-LD context |
PersonEducationDegreeCode
A document awarded by an educational institution conferring a degree on a person or certifying his satisfactory completion of a course of study. NIEM reference is intel:PersonEducationDegreeCodeText
Declaration
[DataMember(Name = "personEducationDegreeCode")]
public List<NcTextType> PersonEducationDegreeCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A document awarded by an educational institution conferring a degree on a person or certifying his satisfactory completion of a course of study. NIEM reference is intel:PersonEducationDegreeCodeText |
PersonEducationLevel
A highest level of education a person has obtained. NIEM reference is nc:PersonEducationLevelText
Declaration
[DataMember(Name = "personEducationLevel")]
public List<NcTextType> PersonEducationLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A highest level of education a person has obtained. NIEM reference is nc:PersonEducationLevelText |
Methods
Equals(IntelPersonEducationDetailsType)
Returns true if IntelPersonEducationDetailsType instances are equal
Declaration
public bool Equals(IntelPersonEducationDetailsType other)
Parameters
Type | Name | Description |
---|---|---|
IntelPersonEducationDetailsType | other | Instance of IntelPersonEducationDetailsType 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(IntelPersonEducationDetailsType, IntelPersonEducationDetailsType)
Declaration
public static bool operator ==(IntelPersonEducationDetailsType left, IntelPersonEducationDetailsType right)
Parameters
Type | Name | Description |
---|---|---|
IntelPersonEducationDetailsType | left | |
IntelPersonEducationDetailsType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(IntelPersonEducationDetailsType, IntelPersonEducationDetailsType)
Declaration
public static bool operator !=(IntelPersonEducationDetailsType left, IntelPersonEducationDetailsType right)
Parameters
Type | Name | Description |
---|---|---|
IntelPersonEducationDetailsType | left | |
IntelPersonEducationDetailsType | right |
Returns
Type | Description |
---|---|
System.Boolean |