Group
Show / Hide Table of Contents

Class Telephone

A phone number listed on the resume

Inheritance
System.Object
NormalizedString
Telephone
Inherited Members
NormalizedString.Raw
NormalizedString.Normalized
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.ContactInfo
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class Telephone : NormalizedString

Properties

| Improve this Doc View Source

AreaCityCode

The area code part of the phone number

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

InternationalCountryCode

The international country code part of the phone number

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

SubscriberNumber

The subscriber number part of the phone number

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