FolkerKinzel.VCards.Models Namespace
Contains the model classes used in a VCard instance.
Address | Encapsulates information about a postal delivery address. |
AppID |
Identifies a vCard client globally, and locally inside the VCard.
|
ContactID |
A union that encapsulates a globally unique identifier corresponding to the entity associated
with the vCard. The value of this identifier can be either a Guid,
a Uri, or a String.
|
DateAndOrTime |
A union that encapsulates data that describes a date and/or a time.
The encapsulated data can be either a DateOnly value, a
DateTimeOffset value, a TimeOnly
value, or a String.
|
Gender | Encapsulates information to specify the components of the gender and
gender identity of the object the VCard represents. |
GeoCoordinate | Encapsulates information about the geographical position. |
Name | Encapsulates information about the name of the person the
VCard represents. |
Organization | Encapsulates information about the organization (or company) of the
object the VCard represents. |
PropertyID | Encapsulates information that is used to identify an instance
of a VCardProperty. |
RawData |
A union that encapsulates raw data in a VCard.
This can be either an array of Bytes,
an absolute Uri, or a String.
|
Relation |
A union that encapsulates the data that describes a person or organization
with whom a relationship exists.
This can be either a
VCard, or a ContactID.
|
TimeZoneID | Represents the standardized name of a time zone. |