VCalendarParserCustomObjectParser Method
This is implemented to handle properties related to custom entries that are wrapped in a BEGIN/END
sequence.
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected virtual void CustomObjectParser(
string propertyName,
StringCollection parameters,
string propertyValue
)
Protected Overridable Sub CustomObjectParser (
propertyName As String,
parameters As StringCollection,
propertyValue As String
)
protected:
virtual void CustomObjectParser(
String^ propertyName,
StringCollection^ parameters,
String^ propertyValue
)
abstract CustomObjectParser :
propertyName : string *
parameters : StringCollection *
propertyValue : string -> unit
override CustomObjectParser :
propertyName : string *
parameters : StringCollection *
propertyValue : string -> unit
Parameters
- propertyName String
- The name of the property.
- parameters StringCollection
- A string collection containing the parameters and their values. If empty,
there are no parameters.
- propertyValue String
- The value of the property.
All unknown objects are stuck in the custom properties collection of the item being
processed.