Class JCertificationType
A data type for an official process of distinguishing the credentials of person or entity.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JCertificationType : NcActivityType, IEquatable<NcActivityType>, IEquatable<JCertificationType>
Properties
Context
jCertificationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JCertificationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JCertificationType.ContextEnum> | jCertificationType JSON-LD context |
ExpirationDate
A date the certification expires. NIEM reference is j:CertificationExpirationDate
Declaration
[DataMember(Name = "expirationDate")]
public List<NcDateType> ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the certification expires. NIEM reference is j:CertificationExpirationDate |
ExpirationReason
A reason for certification expiration, if/when the certification has expired. NIEM reference is j:CertificationExpirationReasonText
Declaration
[DataMember(Name = "expirationReason")]
public List<NcTextType> ExpirationReason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason for certification expiration, if/when the certification has expired. NIEM reference is j:CertificationExpirationReasonText |
Identification
An identification for a person or entity certification. NIEM reference is j:CertificationIdentification
Declaration
[DataMember(Name = "identification")]
public List<NcIdentificationType> Identification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification for a person or entity certification. NIEM reference is j:CertificationIdentification |
IssuingAuthority
A name of a certifying authority who issued the certification. NIEM reference is j:CertificationIssuingAuthority
Declaration
[DataMember(Name = "issuingAuthority")]
public List<NcEntityType> IssuingAuthority { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | A name of a certifying authority who issued the certification. NIEM reference is j:CertificationIssuingAuthority |
Name
A name of the certifying authority. NIEM reference is j:CertificationName
Declaration
[DataMember(Name = "name")]
public List<NcProperNameTextType> Name { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcProperNameTextType> | A name of the certifying authority. NIEM reference is j:CertificationName |
ReviewDate
A date on which the certification review took place. NIEM reference is j:CertificationReviewDate
Declaration
[DataMember(Name = "reviewDate")]
public List<NcDateType> ReviewDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the certification review took place. NIEM reference is j:CertificationReviewDate |
Methods
Equals(JCertificationType)
Returns true if JCertificationType instances are equal
Declaration
public bool Equals(JCertificationType other)
Parameters
Type | Name | Description |
---|---|---|
JCertificationType | other | Instance of JCertificationType 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(JCertificationType, JCertificationType)
Declaration
public static bool operator ==(JCertificationType left, JCertificationType right)
Parameters
Type | Name | Description |
---|---|---|
JCertificationType | left | |
JCertificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JCertificationType, JCertificationType)
Declaration
public static bool operator !=(JCertificationType left, JCertificationType right)
Parameters
Type | Name | Description |
---|---|---|
JCertificationType | left | |
JCertificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |