Class | Description | |
---|---|---|
Date |
Represents date and time with a set of flags that mark which date and time parts are specified.
| |
ExtendibleEnum |
Represents extendable enum. Base class for telephone type, address type, etc.
| |
Formatter | ||
hFormatter |
Serializes and deserializes business card and calendar objects to/from hCard/hCalendar format.
| |
InvalidLicenseException |
Exception that indicates that the license is invalid.
| |
jFormatter |
Serializes and deserializes business card objects and calendars to/from jCard/jCalendar (JSON) format.
| |
LicenseValidator |
Validates license file.
| |
Parameter |
Represents business card or calendar property parameter.
| |
ParameterList |
Represents a list of property parameters.
| |
ValuesAttribute |
Represents attribute to be applied to static ExtendibleEnum
properties to specify enam string and int values.
| |
vFormatter |
Serializes and deserializes business card objects to/from vCard and calendars to/from iCalendar format.
| |
xFormatter |
Serializes and deserializes business card objects and calendars to/from xCard/xCalendar (XML) format.
|
Interface | Description | |
---|---|---|
ICalendarScale |
Represents calendar system in which a date or date-time value is expressed.
| |
ICollabObject |
Represents business card or calendar object.
| |
IComponent |
Represents calendar component as well as this is a base class for business card and calendar.
| |
IDate |
Represents date and time with a set of flags that mark which date and time parts are specified.
| |
ILanguage |
Represents property language.
| |
IMedia |
Represents photo, logo and sound in case of a business card or attchment in case or a calendar.
| |
IMediaType |
Represents media type.
| |
IProperty |
Represents business card or calendar property.
| |
IPropertyListT |
Represents list of properties with the same name.
| |
IRawProperty |
Provides raw access to business card or calendar property.
| |
ITextProperty |
Represents calendar or business card property which value is interpreted as text.
| |
ITextPropertyListT |
List of properties that can be represented as a text, such as COMMENT.
| |
IUriProperty |
Represents business card or calendar property that can store URI.
|
Enumeration | Description | |
---|---|---|
DateComponents |
Represents components of DateTime class. Used to test if any date or time component is present.
|