Group
Show / Hide Table of Contents

Class NationalIdentity

A national identity found on a resume

Inheritance
System.Object
NationalIdentity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Resume
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class NationalIdentity

Properties

| Improve this Doc View Source

Number

The national identity number

Declaration
public string Number { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Phrase

The type of identity/number this is (for example, SSN)

Declaration
public string Phrase { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾