Class tel
Specifies the telephone number for telephony communication with the object the vCard represents. See Section 6.4.1 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class tel
Constructors
| Edit this page View Sourcetel()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public tel()
tel(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public tel(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View SourceItem
Contains the telephone number. This can be either a simple numeric text string or a tel, or a sip URI. The ItemElementName field determines the type of contents.
Declaration
public string Item
Field Value
Type | Description |
---|---|
string |
ItemElementName
Specifies the content type for the Item field.
Declaration
public TelItemChoiceEnum ItemElementName
Field Value
Type | Description |
---|---|
TelItemChoiceEnum |
parameters
TEL parameters
Declaration
public telParameters parameters
Field Value
Type | Description |
---|---|
telParameters |