Name Name Name Class
Definition
Represents a person's name.
public class Name : Microsoft.Health.ItemTypes.HealthRecordItemData
type Name = class
inherit HealthRecordItemData
Public Class Name
Inherits HealthRecordItemData
- Inheritance
Constructors
Name() Name() Name() |
Creates a new instance of the Name class with default values. |
Name(String) Name(String) Name(String) |
Creates a new instance of the Name class with the specified full name. |
Name(String, String, String, String) Name(String, String, String, String) Name(String, String, String, String) |
Creates a new instance of the Name class with the specified first, middle, and last name. |
Name(String, String, String, String, CodableValue) Name(String, String, String, String, CodableValue) Name(String, String, String, String, CodableValue) |
Creates a new instance of the Name class with the specified first, middle, and last name and suffix. |
Properties
First First First |
Gets or sets the person's first name. |
Full Full Full |
Gets or sets the full name. |
Last Last Last |
Gets or sets the person's last name. |
Middle Middle Middle |
Gets or sets the person's middle name. |
Suffix Suffix Suffix |
Gets or sets the person's suffix. |
Title Title Title |
Gets or sets the person's title. |
Methods
ParseXml(XPathNavigator) ParseXml(XPathNavigator) ParseXml(XPathNavigator) |
Populates the data from the specified XML. |
ToString() ToString() ToString() |
Gets a string representation of the name. |
WriteXml(String, XmlWriter) WriteXml(String, XmlWriter) WriteXml(String, XmlWriter) |
Writes the XML representation of the name into the specified XML writer. |