|
|
PersonName Class |
[This is preliminary documentation and is subject to change.]
Namespace: SnapMD.VirtualCare.ApiModels
The PersonName type exposes the following members.
| Name | Description | |
|---|---|---|
| PersonName | Initializes a new instance of the PersonName class |
| Name | Description | |
|---|---|---|
| Family |
Family name (often called 'Surname', or 'last name' in many cultures). Hyphenated or comma-separated values
accepted.
| |
| Given |
Given names (not always 'first'). Includes middle names. Comma-separated values accepted.
| |
| Prefix |
Parts that come before the name. Comma-separated values accepted.
| |
| Suffix |
Parts that come after the name. Comma-separated values accepted.
| |
| Text |
Gets or sets the Full Name. This should be input instead of calculated. For example, some cultures put Family
Name and Given Name in a different order.
Conversion utilities may coalesce a name based on fields already in record, but it might not the desired results.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |