Class n
Specifies the components of the name of the object the vCard represents. See Section 6.2.2 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class n
Constructors
| Edit this page View Sourcen()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public n()
n(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public n(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceadditional
Additional (s) or middle name (s)
Declaration
public string[] additional
Field Value
Type | Description |
---|---|
string[] |
See Also
| Edit this page View Sourcegiven
Given or first name (s)
Declaration
public string[] given
Field Value
Type | Description |
---|---|
string[] |
See Also
| Edit this page View Sourceparameters
Parameters for the name
Declaration
public nParameters parameters
Field Value
Type | Description |
---|---|
nParameters |
prefix
Prefix (s) for the name
Declaration
public string[] prefix
Field Value
Type | Description |
---|---|
string[] |
See Also
| Edit this page View Sourcesuffix
Suffix (s) for the name.
Declaration
public string[] suffix
Field Value
Type | Description |
---|---|
string[] |
See Also
| Edit this page View Sourcesurname
Surname (s) or last name component of the name.
Declaration
public string[] surname
Field Value
Type | Description |
---|---|
string[] |
See Also
Properties
| Edit this page View SourceFirstName
Gets or sets the first FirstName (given name) field.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
LastName
Gets or sets the first LastName (surname) field.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
string |
MiddleName
Gets or sets the first MiddleName (additional) field.
Declaration
public string MiddleName { get; set; }
Property Value
Type | Description |
---|---|
string |
Prefix
Gets or sets the first prefix field.
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
string |
Suffix
Gets or sets the first suffix field.
Declaration
public string Suffix { get; set; }
Property Value
Type | Description |
---|---|
string |