Tip
Use NameBuilder to create an instance.
public sealed class Name : IReadOnlyList<IReadOnlyList<string>>,
IEnumerable<IReadOnlyList<string>>, IEnumerable, IReadOnlyCollection<IReadOnlyList<string>>
Public NotInheritable Class Name
Implements IReadOnlyList(Of IReadOnlyList(Of String)),
IEnumerable(Of IReadOnlyList(Of String)), IEnumerable, IReadOnlyCollection(Of IReadOnlyList(Of String))
public ref class Name sealed : IReadOnlyList<IReadOnlyList<String^>^>,
IEnumerable<IReadOnlyList<String^>^>, IEnumerable, IReadOnlyCollection<IReadOnlyList<String^>^>
[<SealedAttribute>]
type Name =
class
interface IReadOnlyList<IReadOnlyList<string>>
interface IEnumerable<IReadOnlyList<string>>
interface IEnumerable
interface IReadOnlyCollection<IReadOnlyList<string>>
end
Generations | Generation markers or qualifiers, e.g., "Jr." or "III". (4 - RFC 9554) |
Given | Given Name(s) (first name(s)). (2,3,4) |
Given2 | Additional Name(s) (middle name(s)). (2,3,4) |
IsEmpty | Returns true, if the Name object does not contain any usable data, otherwise false. |
Prefixes | Honorific Prefix(es). (2,3,4) |
Suffixes | Honorific Suffix(es). (2,3,4) |
Surnames | Surname(s) (also known as "family name(s)"). (2,3,4) |
Surnames2 | Secondary surnames (used in some cultures), also known as "maternal surnames". (4 - RFC 9554) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |
IEnumerableIReadOnlyListStringGetEnumerator | Returns an enumerator that iterates through the collection. |
IReadOnlyCollectionIReadOnlyListStringCount | Gets the number of elements in the collection. |
IReadOnlyListIReadOnlyListStringItem | Gets the element at the specified index in the read-only list. |