Table of Contents

Class NationalIdentity

Namespace
Textkernel.Tx.Models.Resume
Assembly
Textkernel.Tx.SDK.dll

A national identity found on a resume

public class NationalIdentity
Inheritance
NationalIdentity
Inherited Members

Properties

Number

The national identity number

public string Number { get; set; }

Property Value

string

Phrase

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

public string Phrase { get; set; }

Property Value

string