Class gender
Specifies the components of the sex and gender identity of the object the vCard represents. See Section 6.2.7 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class gender
Constructors
| Edit this page View Sourcegender()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public gender()
gender(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public gender(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceidentity
Free form text that indicates which sex the person identifies with.
Declaration
public string identity
Field Value
Type | Description |
---|---|
string |
sex
Specifies the sex (male, female, etc...)
Declaration
public sex sex
Field Value
Type | Description |
---|---|
sex |