Table of Contents

Class Telephone

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

A phone number listed on the resume

public class Telephone : NormalizedString
Inheritance
Telephone
Inherited Members

Properties

AreaCityCode

The area code part of the phone number

public string AreaCityCode { get; set; }

Property Value

string

InternationalCountryCode

The international country code part of the phone number

public string InternationalCountryCode { get; set; }

Property Value

string

SubscriberNumber

The subscriber number part of the phone number

public string SubscriberNumber { get; set; }

Property Value

string