FolkerKinzel.VCards.Models.Properties Namespace

Contains the abstract VCardProperty class and derived classes.

Classes

AccessPropertyEncapsulates the data of the vCard property CLASS, which defines the level of confidentiality of the vCard in vCard 3.0.
AddressPropertyEncapsulates the data of the vCard property ADR that contains information about the postal address.
AppIDPropertyEncapsulates information that is used to identify a vCard client globally, and locally inside the VCard
ContactIDPropertyRepresents the vCard property UID, which stores a unique identifier for the vCard subject.
DataPropertyEncapsulates the information of vCard properties that provides external data.
DateAndOrTimePropertyEncapsulates the information of vCard properties that provides information about a date and/or a time.
GenderPropertyRepresents 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.
GeoPropertyRepresents the vCard property GEO, which encapsulates a geographic position.
GramPropertyRepresents the GRAMGENDER property, introduced in RFC 9554, which defines which grammatical gender to use in salutations and other grammatical constructs.
KindPropertyRepresents the KIND property, introduced in vCard 4.0, which describes the type of object represented by the vCard.
NamePropertyRepresents the vCard property N, which stores the name of the vCard subject.
NonStandardPropertyRepresents a vCard property that is not defined by the official standards.
OrgPropertyRepresents the vCard property ORG, which stores information about the organization to which the VCard object is associated.
ProfilePropertyRepresents the vCard 3.0 property PROFILE, which specifies that the vCard is a vCard.
RelationPropertyEncapsulates data from vCard properties that describe relationships with other people.
StringCollectionPropertyRepresents vCard properties that store a collection of Strings .
TextPropertyRepresents vCard properties whose content consists of text.
TimeStampPropertyEncapsulates the vCard property REV, which represents the timestamp of the last update of the VCard.
TimeZonePropertyRepresents the vCard property TZ, which encapsulates the time zone of the vCard.
VCardPropertyAbstract base class of all classes that represent vCard properties.