Group
Show / Hide Table of Contents

Class PersonName

A name broken into its constituent parts

Inheritance
System.Object
PersonName
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.ContactInfo
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class PersonName

Properties

| Improve this Doc View Source

FamilyName

The family (last) name

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

FormattedName

The full name in a standard format

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

GivenName

The given (first) name

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

MiddleName

The middle name or initial

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

Moniker

The nickname/moniker, this is rarely populated

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

Prefix

A prefix for a name, such as Dr.

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

Suffix

A suffix for a name, such as Jr. or III

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