Click or drag to resize
VDataSection Methods

The VDataSection type exposes the following members.

Methods
  NameDescription
Public methodAddSection
Creates a section within a parentsection (eg: vevent within a vcalendar section)
Public methodAddValue(String, VDataValue)
Adds a property within a section (eg: vevent/vcard)
Public methodAddValue(String, String)
Adds a property within a section (eg: vevent/vcard). It parses the label to extract any attributes
Public methodAddValue(String, VCardNameProperty, String)
Adds a VCardNameProperty property within a section (eg: vevent/vcard)
Public methodAddValue(String, String, String)
Adds a property within a section (eg: vevent/vcard)
Public methodAppendToLastValue
Appends the wrapped data to a value property within a section (eg: vevent/vcard)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetStringValue
Returns a string representation of a property
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns a property within a section (eg: vevent/vcard) as a VDataValue
Public methodLoad
Loads a contact/vcard from text
Public methodLoadSection
Loads a contact/vcard section into child sections and property list
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveValue
Removes a property within a section (eg: vevent/vcard)
Public methodSerialise
Converts the internal representation of a VCALENDAR/VCARD Section to text
Public methodSetValue(String, VDataValue, ValueMatchType)
Sets a complex value (VDataValue) within a VDataSection
Public methodSetValue(String, String, String)
Sets a property within a section (eg: vevent/vcard)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also