PCl Enumeration

Named constants to classify the scope of a vCard property. The constants can be combined.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
[FlagsAttribute]
public enum PCl

Remarks

  Tip

When working with the enum use the extension methods from the PClExtension class.

Members

Home1HOME: Implies that the property is related to an individual's personal life.
Work2WORK: Implies that the property is related to an individual's work place.

Extension Methods

IsSetChecks whether all flags set in flags are also set in value.
(Defined by PClExtension)
SetSets all the flags set in flags in value.
(Defined by PClExtension)
UnsetUnsets all flags set in flags in value.
(Defined by PClExtension)

See Also