VCalendar ParserVEvent Parser Method
This is implemented to handle properties related to VEvent items
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 VEventParser(
string propertyName,
StringCollection parameters,
string propertyValue
)VB
Protected Overridable Sub VEventParser (
propertyName As String,
parameters As StringCollection,
propertyValue As String
)C++
protected:
virtual void VEventParser(
String^ propertyName,
StringCollection^ parameters,
String^ propertyValue
)F#
abstract VEventParser :
propertyName : string *
parameters : StringCollection *
propertyValue : string -> unit
override VEventParser :
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.