SpecificationVersions Enumeration

This enumerated type defines the various specification versions that can be supported by the objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
[FlagsAttribute]
public enum SpecificationVersions

Members

None0The object has no version-specific behavior
vCard211A vCard 2.1 object
vCard302A vCard 3.0 object
vCalendar104A vCalendar 1.0 object
iCalendar208An iCalendar 2.0 object
CalendarAll12The object is used by all calendar specifications (vCalendar 1.0 and iCalendar 2.0)
IrMC1116An Infrared Mobile Computing (IrMC) 1.1 object
vCard4032A vCard 4.0 object
vCardAll35The object is used by all vCard specifications (2.1, 3.0, and 4.0)
AllButIrMC1147The object is used by all specifications except the IrMC 1.1 specification

See Also