FolkerKinzel.VCards.Models.Properties Namespace
Contains the abstract VCardProperty class and derived classes.
| AccessProperty | Encapsulates the data of the vCard property CLASS, which defines
the level of confidentiality of the vCard in vCard 3.0. |
| AddressProperty | Encapsulates the data of the vCard property ADR that contains
information about the postal address. |
| AppIDProperty | Encapsulates information that is used to identify a vCard client globally,
and locally inside the VCard |
| ContactIDProperty | Represents the vCard property UID, which stores a unique identifier
for the vCard subject. |
| DataProperty | Encapsulates the information of vCard properties that provides
external data. |
| DateAndOrTimeProperty | Encapsulates the information of vCard properties that provides
information about a date and/or a time. |
| GenderProperty | Represents the vCard property GENDER, introduced in vCard 4.0,
which stores information to specify the components of gender and gender identity
of the object the VCard represents.
|
| GeoProperty | Represents the vCard property GEO, which encapsulates a geographic
position. |
| GramProperty | Represents the GRAMGENDER property, introduced in RFC 9554, which
defines which grammatical gender to use in salutations and other grammatical constructs. |
| KindProperty | Represents the KIND property, introduced in vCard 4.0, which
describes the type of object represented by the vCard. |
| NameProperty | Represents the vCard property N, which stores the name of the
vCard subject. |
| NonStandardProperty | Represents a vCard property that is not defined by the official
standards. |
| OrgProperty | Represents the vCard property ORG, which stores information
about the organization to which the VCard object is associated. |
| ProfileProperty | Represents the vCard 3.0 property PROFILE, which specifies that
the vCard is a vCard. |
| RelationProperty | Encapsulates data from vCard properties that describe relationships
with other people. |
| StringCollectionProperty | Represents vCard properties that store a collection of Strings . |
| TextProperty | Represents vCard properties whose content consists of text. |
| TimeStampProperty | Encapsulates the vCard property REV, which represents
the timestamp of the last update of the VCard. |
| TimeZoneProperty | Represents the vCard property TZ, which encapsulates the time zone
of the vCard. |
| VCardProperty | Abstract base class of all classes that represent vCard properties. |