VCalendar ParserCustom Object Parser Method
This is implemented to handle properties related to custom entries that are wrapped in a BEGIN/END
sequence.
Definition
Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected virtual void CustomObjectParser(
string propertyName,
StringCollection parameters,
string propertyValue
)VB
Protected Overridable Sub CustomObjectParser (
propertyName As String,
parameters As StringCollection,
propertyValue As String
)C++
protected:
virtual void CustomObjectParser(
String^ propertyName,
StringCollection^ parameters,
String^ propertyValue
)F#
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.
Remarks
All unknown objects are stuck in the custom properties collection of the item being
processed.