Class PersonNameComponents
- Namespace
- Uralstech.UMoth.AppleIdSignIn
The components of the user's name.
public record PersonNameComponents- Inheritance
- 
      objectPersonNameComponents
Constructors
PersonNameComponents(string?, string?, string?, string?, string?, string?, PersonNameComponents?)
protected PersonNameComponents(string? namePrefix, string? givenName, string? middleName, string? familyName, string? nameSuffix, string? nickname, PersonNameComponents? phoneticRepresentation)Parameters
- namePrefixstring
- givenNamestring
- middleNamestring
- familyNamestring
- nameSuffixstring
- nicknamestring
- phoneticRepresentationPersonNameComponents
Fields
FamilyName
The user's family name, or its phonetic representation if this object is from PhoneticRepresentation.
public readonly string? FamilyNameField Value
- string
GivenName
The user's given name, or its phonetic representation if this object is from PhoneticRepresentation.
public readonly string? GivenNameField Value
- string
MiddleName
The user's middle name, or its phonetic representation if this object is from PhoneticRepresentation.
public readonly string? MiddleNameField Value
- string
NamePrefix
Prefix to the user's name, or its phonetic representation if this object is from PhoneticRepresentation.
public readonly string? NamePrefixField Value
- string
NameSuffix
Suffix to the user's name, or its phonetic representation if this object is from PhoneticRepresentation.
public readonly string? NameSuffixField Value
- string
Nickname
The user's nickname, or its phonetic representation if this object is from PhoneticRepresentation.
public readonly string? NicknameField Value
- string
PhoneticRepresentation
Phonetic representation of this object's values.
public readonly PersonNameComponents? PhoneticRepresentation