VDataSection Class |
Namespace: ARPDev.DAVLIB
The VDataSection type exposes the following members.
Name | Description | |
---|---|---|
![]() | VDataSection |
Name | Description | |
---|---|---|
![]() | AddSection |
Creates a section within a parentsection (eg: vevent within a vcalendar section)
|
![]() | AddValue(String, VDataValue) |
Adds a property within a section (eg: vevent/vcard)
|
![]() | AddValue(String, String) |
Adds a property within a section (eg: vevent/vcard). It parses the label to extract any attributes
|
![]() | AddValue(String, VCardNameProperty, String) |
Adds a VCardNameProperty property within a section (eg: vevent/vcard)
|
![]() | AddValue(String, String, String) |
Adds a property within a section (eg: vevent/vcard)
|
![]() | AppendToLastValue |
Appends the wrapped data to a value property within a section (eg: vevent/vcard)
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetStringValue |
Returns a string representation of a property
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetValue |
Returns a property within a section (eg: vevent/vcard) as a VDataValue
|
![]() | Load |
Loads a contact/vcard from text
|
![]() | LoadSection |
Loads a contact/vcard section into child sections and property list
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | RemoveValue |
Removes a property within a section (eg: vevent/vcard)
|
![]() | Serialise |
Converts the internal representation of a VCALENDAR/VCARD Section to text
|
![]() | SetValue(String, VDataValue, ValueMatchType) |
Sets a complex value (VDataValue) within a VDataSection
|
![]() | SetValue(String, String, String) |
Sets a property within a section (eg: vevent/vcard)
|
![]() | ToString | (Inherited from Object.) |