VCardProperty Class

Abstract base class of all classes that represent vCard properties.

Definition

Constructors

VCardProperty(VCardProperty)Copy constructor.
VCardProperty(ParameterSection, String)Constructor called by derived classes.

Properties

GroupCorresponds to the group identifier of a vCard property, or is null if the VCardProperty does not belong to any group.
IsEmptyReturns true, if the VCardProperty object does not contain any usable data, otherwise false.
ParametersGets the data of the parameter section of a vCard property.
ValueThe data provided by the VCardProperty.

Methods

CloneCreates a new object that is a copy of the current instance.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetVCardPropertyValueAbstract access method to get the data from VCardProperty.
IsNullOrEmpty Returns a value that indicates whether prop is null or does not contain any usable data.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also