Class related
Specifies a relationship between another entity and the entity represented by this vCard. See Section 6.6.6 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class related
  Constructors
| Edit this page View Sourcerelated()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public related()
  related(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public related(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View SourceItem
The ItemElementName field specifies the type of data contained in this field. If the ItemElementName is RelatedParametersItemChoiceEnum.uri then this field contain a URI that points to another vCard. If the ItemElementName is equal to RelatedParametersItemChoiceEnum.text then this field can contain a single text value.The text value can be used to specify textual information. Note: The type parameter of the relatedParameters class is used to specify multiple relationships.
Declaration
public string Item
  Field Value
| Type | Description | 
|---|---|
| string | 
ItemElementName
Specifies the type of data contained in the Item field.
Declaration
public RelatedParametersItemChoiceEnum ItemElementName
  Field Value
| Type | Description | 
|---|---|
| RelatedParametersItemChoiceEnum | 
parameters
Related parameters
Declaration
public relatedParameters parameters
  Field Value
| Type | Description | 
|---|---|
| relatedParameters |