Class VCard.VCardChildren
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class VCard.VCardChildren
- Inheritance
-
VCard.VCardChildren
- Inherited Members
Properties
Anniversary
The child document of type "Anniversary".
public VCard.Anniversary? Anniversary { get; }
Property Value
Birthday
The child document of type "Birthday".
public VCard.Birthday? Birthday { get; }
Property Value
BusyTimeURL
The child document of type "BusyTimeURL".
public VCard.BusyTimeURL? BusyTimeURL { get; }
Property Value
CalendarURI
The child document of type "CalendarURI".
public VCard.CalendarURI? CalendarURI { get; }
Property Value
CalendarURIForRequests
The child document of type "CalendarURIForRequests".
public VCard.CalendarURIForRequests? CalendarURIForRequests { get; }
Property Value
Categories
The child document of type "Categories".
public VCard.Categories? Categories { get; }
Property Value
ClientPIDMap
The child document of type "ClientPIDMap".
public VCard.ClientPIDMap? ClientPIDMap { get; }
Property Value
Customs
An enumerable of all children of type "Custom".
public IEnumerable<VCard.Custom> Customs { get; }
Property Value
DeliveryAddress
The child document of type "DeliveryAddress".
public VCard.DeliveryAddress? DeliveryAddress { get; }
Property Value
The child document of type "Email".
public VCard.Email? Email { get; }
Property Value
FirstName
The child document of type "FirstName".
public VCard.FirstName? FirstName { get; }
Property Value
Gender
The child document of type "Gender".
public VCard.Gender? Gender { get; }
Property Value
GeoLocation
The child document of type "GeoLocation".
public VCard.GeoLocation? GeoLocation { get; }
Property Value
IMPP
The child document of type "IMPP".
public VCard.IMPP? IMPP { get; }
Property Value
Kind
The child document of type "Kind".
public VCard.Kind? Kind { get; }
Property Value
Languages
The child document of type "Languages".
public VCard.Languages? Languages { get; }
Property Value
Logo
The child document of type "Logo".
public VCard.Logo? Logo { get; }
Property Value
Member
The child document of type "Member".
public VCard.Member? Member { get; }
Property Value
Name
The child document of type "Name".
public VCard.Name? Name { get; }
Property Value
Nickname
The child document of type "Nickname".
public VCard.Nickname? Nickname { get; }
Property Value
Note
The child document of type "Note".
public VCard.Note? Note { get; }
Property Value
Organisation
The child document of type "Organisation".
public VCard.Organisation? Organisation { get; }
Property Value
Photo
The child document of type "Photo".
public VCard.Photo? Photo { get; }
Property Value
ProductId
The child document of type "ProductId".
public VCard.ProductId? ProductId { get; }
Property Value
PublicKey
The child document of type "PublicKey".
public VCard.PublicKey? PublicKey { get; }
Property Value
Related
The child document of type "Related".
public VCard.Related? Related { get; }
Property Value
Revision
The child document of type "Revision".
public VCard.Revision? Revision { get; }
Property Value
Role
The child document of type "Role".
public VCard.Role? Role { get; }
Property Value
Sound
The child document of type "Sound".
public VCard.Sound? Sound { get; }
Property Value
Source
The child document of type "Source".
public VCard.Source? Source { get; }
Property Value
TelephoneNumber
The child document of type "TelephoneNumber".
public VCard.TelephoneNumber? TelephoneNumber { get; }
Property Value
TimeZone
The child document of type "TimeZone".
public VCard.TimeZone? TimeZone { get; }
Property Value
Title
The child document of type "Title".
public VCard.Title? Title { get; }
Property Value
UID
The child document of type "UID".
public VCard.UID? UID { get; }
Property Value
URL
The child document of type "URL".
public VCard.URL? URL { get; }
Property Value
Version
The child document of type "Version".
public VCard.Version Version { get; }
Property Value
XML
The child document of type "XML".
public VCard.XML? XML { get; }