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