diff --git a/api/VisualCard.CardTools.html b/api/VisualCard.CardTools.html index 51ae829..b874bb9 100644 --- a/api/VisualCard.CardTools.html +++ b/api/VisualCard.CardTools.html @@ -228,7 +228,8 @@
Parameters
string cardText - +

Contacts text

+ diff --git a/api/VisualCard.Exceptions.VCardParseException.html b/api/VisualCard.Exceptions.VCardParseException.html index 7200547..98a9514 100644 --- a/api/VisualCard.Exceptions.VCardParseException.html +++ b/api/VisualCard.Exceptions.VCardParseException.html @@ -83,7 +83,8 @@

Class VCardParseException

-
+

Exception of VCard parsing

+
Inheritance
@@ -104,7 +105,7 @@

Constructors Edit this page - View Source + View Source

VCardParseException()

@@ -119,11 +120,12 @@
Declaration
Edit this page - View Source + View Source

VCardParseException(string, string, int, Exception)

-
+

Indicates that there was something wrong with parsing

+
Declaration
@@ -142,22 +144,26 @@
Parameters
string message - +

The message to clarify the reasoning for the error

+ string line - +

Line in which it caused the error

+ int linenumber - +

Line number in which it caused the error

+ Exception innerException - +

Inner exception (if any)

+ @@ -173,7 +179,7 @@
Parameters
Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Exceptions.html b/api/VisualCard.Exceptions.html index a71f272..dc6ecca 100644 --- a/api/VisualCard.Exceptions.html +++ b/api/VisualCard.Exceptions.html @@ -88,7 +88,8 @@

    Classes

    VCardParseException

    -
    +

    Exception of VCard parsing

    +
    diff --git a/api/VisualCard.Parsers.BaseVcardParser.html b/api/VisualCard.Parsers.BaseVcardParser.html index 7959661..c782f86 100644 --- a/api/VisualCard.Parsers.BaseVcardParser.html +++ b/api/VisualCard.Parsers.BaseVcardParser.html @@ -83,7 +83,8 @@

    Class BaseVcardParser

    -
    +

    The base VCard parser

    +
    Inheritance
    @@ -110,11 +111,11 @@

    Properties Edit this page - View Source + View Source

    CardContent

    -

    Contents of the VCard

    +

    VCard card content

    Declaration
    @@ -141,11 +142,11 @@
    Property Value
    Edit this page - View Source + View Source

    CardVersion

    -

    The version of the card

    +

    VCard card version

    Declaration
    @@ -174,11 +175,11 @@

    Methods Edit this page - View Source + View Source

    Parse()

    -

    Parses the VCard file

    +

    Parses a VCard contact

    Declaration
    @@ -196,7 +197,8 @@
    Returns
    Card - +

    A strongly-typed Card instance holding information about the card

    + @@ -216,7 +218,7 @@

    Implements

    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parsers.Four.VcardFour.html b/api/VisualCard.Parsers.Four.VcardFour.html index 5cc7d2f..347aec3 100644 --- a/api/VisualCard.Parsers.Four.VcardFour.html +++ b/api/VisualCard.Parsers.Four.VcardFour.html @@ -109,11 +109,11 @@

    Properties Edit this page - View Source + View Source

    CardContent

    -

    Contents of the VCard

    +

    VCard card content

    Declaration
    @@ -142,11 +142,11 @@
    Overrides
    Edit this page - View Source + View Source

    CardVersion

    -

    The version of the card

    +

    VCard card version

    Declaration
    @@ -177,11 +177,11 @@

    Methods Edit this page - View Source + View Source

    Parse()

    -

    Parses the VCard file

    +

    Parses a VCard contact

    Declaration
    @@ -199,7 +199,8 @@
    Returns
    Card - +

    A strongly-typed Card instance holding information about the card

    + diff --git a/api/VisualCard.Parsers.Three.VcardThree.html b/api/VisualCard.Parsers.Three.VcardThree.html index 18b7c3d..ebbd1e7 100644 --- a/api/VisualCard.Parsers.Three.VcardThree.html +++ b/api/VisualCard.Parsers.Three.VcardThree.html @@ -109,11 +109,11 @@

    Properties Edit this page - View Source + View Source

    CardContent

    -

    Contents of the VCard

    +

    VCard card content

    Declaration
    @@ -142,11 +142,11 @@
    Overrides
    Edit this page - View Source + View Source

    CardVersion

    -

    The version of the card

    +

    VCard card version

    Declaration
    @@ -177,11 +177,11 @@

    Methods Edit this page - View Source + View Source

    Parse()

    -

    Parses the VCard file

    +

    Parses a VCard contact

    Declaration
    @@ -199,7 +199,8 @@
    Returns
    Card - +

    A strongly-typed Card instance holding information about the card

    + diff --git a/api/VisualCard.Parsers.Two.VcardTwo.html b/api/VisualCard.Parsers.Two.VcardTwo.html index 0ef3843..6c33174 100644 --- a/api/VisualCard.Parsers.Two.VcardTwo.html +++ b/api/VisualCard.Parsers.Two.VcardTwo.html @@ -109,11 +109,11 @@

    Properties Edit this page - View Source + View Source

    CardContent

    -

    Contents of the VCard

    +

    VCard card content

    Declaration
    @@ -142,11 +142,11 @@
    Overrides
    Edit this page - View Source + View Source

    CardVersion

    -

    The version of the card

    +

    VCard card version

    Declaration
    @@ -177,11 +177,11 @@

    Methods Edit this page - View Source + View Source

    Parse()

    -

    Parses the VCard file

    +

    Parses a VCard contact

    Declaration
    @@ -199,7 +199,8 @@
    Returns
    Card - +

    A strongly-typed Card instance holding information about the card

    + diff --git a/api/VisualCard.Parsers.html b/api/VisualCard.Parsers.html index d217195..d3a6b37 100644 --- a/api/VisualCard.Parsers.html +++ b/api/VisualCard.Parsers.html @@ -88,7 +88,8 @@

    Classes

    BaseVcardParser

    -
    +

    The base VCard parser

    +

    Interfaces

    diff --git a/api/VisualCard.Parts.AddressInfo.html b/api/VisualCard.Parts.AddressInfo.html index 87b8980..8468a08 100644 --- a/api/VisualCard.Parts.AddressInfo.html +++ b/api/VisualCard.Parts.AddressInfo.html @@ -83,7 +83,8 @@

    Class AddressInfo

    -
    +

    Contact address information

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AddressTypes

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltArguments

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    Country

    @@ -227,7 +228,7 @@
    Property Value
    Edit this page - View Source + View Source

    ExtendedAddress

    @@ -258,7 +259,7 @@
    Property Value
    Edit this page - View Source + View Source

    Locality

    @@ -289,7 +290,7 @@
    Property Value
    Edit this page - View Source + View Source

    PostOfficeBox

    @@ -320,7 +321,7 @@
    Property Value
    Edit this page - View Source + View Source

    PostalCode

    @@ -351,7 +352,7 @@
    Property Value
    Edit this page - View Source + View Source

    Region

    @@ -382,7 +383,7 @@
    Property Value
    Edit this page - View Source + View Source

    StreetAddress

    @@ -415,7 +416,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -464,7 +465,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(AddressInfo)

    @@ -514,7 +515,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(AddressInfo, AddressInfo)

    @@ -570,7 +571,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -609,7 +610,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.Card.html b/api/VisualCard.Parts.Card.html index 78422b2..fe355e5 100644 --- a/api/VisualCard.Parts.Card.html +++ b/api/VisualCard.Parts.Card.html @@ -83,7 +83,8 @@

    Class Card

    -
    +

    A VCard card

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    CardKind

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    CardRevision

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    CardVersion

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactAddresses

    @@ -227,7 +228,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactBirthdate

    @@ -258,7 +259,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactCalendarSchedulingRequestUrl

    @@ -289,7 +290,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactCalendarUrl

    @@ -320,7 +321,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactCategories

    @@ -351,7 +352,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactFreeBusyUrl

    @@ -382,7 +383,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactFullName

    @@ -413,7 +414,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactGeo

    @@ -444,7 +445,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactImpps

    @@ -475,7 +476,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactLogos

    @@ -506,7 +507,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactMailer

    @@ -537,7 +538,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactMails

    @@ -568,7 +569,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactNames

    @@ -599,7 +600,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactNicknames

    @@ -630,7 +631,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactNotes

    @@ -661,7 +662,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactOrganizations

    @@ -692,7 +693,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactPhotos

    @@ -723,7 +724,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactProdId

    @@ -754,7 +755,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactRoles

    @@ -785,7 +786,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactSortString

    @@ -816,7 +817,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactSounds

    @@ -847,7 +848,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactSource

    @@ -878,7 +879,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactTelephones

    @@ -909,7 +910,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactTimeZone

    @@ -940,7 +941,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactTitles

    @@ -971,7 +972,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactURL

    @@ -1002,7 +1003,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactXNames

    @@ -1033,7 +1034,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactXml

    @@ -1066,7 +1067,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -1115,7 +1116,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(Card)

    @@ -1165,7 +1166,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(Card, Card)

    @@ -1221,7 +1222,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -1253,7 +1254,7 @@
    Overrides
    Edit this page - View Source + View Source

    SaveTo(string)

    @@ -1287,7 +1288,7 @@
    Parameters
    Edit this page - View Source + View Source

    SaveToString()

    @@ -1320,7 +1321,7 @@

    Operators Edit this page - View Source + View Source

    operator ==(Card, Card)

    @@ -1372,7 +1373,7 @@
    Returns
    Edit this page - View Source + View Source

    operator !=(Card, Card)

    @@ -1431,7 +1432,7 @@
    Returns
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.EmailInfo.html b/api/VisualCard.Parts.EmailInfo.html index 9472767..d02b6cf 100644 --- a/api/VisualCard.Parts.EmailInfo.html +++ b/api/VisualCard.Parts.EmailInfo.html @@ -83,7 +83,8 @@

    Class EmailInfo

    -
    +

    Contact e-mail information

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactEmailAddress

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactEmailTypes

    @@ -229,7 +230,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -278,7 +279,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(EmailInfo)

    @@ -328,7 +329,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(EmailInfo, EmailInfo)

    @@ -384,7 +385,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -423,7 +424,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.GeoInfo.html b/api/VisualCard.Parts.GeoInfo.html index 605f333..1a63746 100644 --- a/api/VisualCard.Parts.GeoInfo.html +++ b/api/VisualCard.Parts.GeoInfo.html @@ -83,7 +83,8 @@

    Class GeoInfo

    -
    +

    Contact geographical information

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    Geo

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    GeoTypes

    @@ -229,7 +230,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -278,7 +279,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(GeoInfo)

    @@ -328,7 +329,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(GeoInfo, GeoInfo)

    @@ -384,7 +385,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -423,7 +424,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.ImppInfo.html b/api/VisualCard.Parts.ImppInfo.html index 9c36d30..ee8936f 100644 --- a/api/VisualCard.Parts.ImppInfo.html +++ b/api/VisualCard.Parts.ImppInfo.html @@ -83,7 +83,8 @@

    Class ImppInfo

    -
    +

    Contact IMPP info

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactIMPP

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    ImppTypes

    @@ -229,7 +230,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -278,7 +279,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(ImppInfo)

    @@ -328,7 +329,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(ImppInfo, ImppInfo)

    @@ -384,7 +385,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -423,7 +424,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.LogoInfo.html b/api/VisualCard.Parts.LogoInfo.html index b349392..54c5ce1 100644 --- a/api/VisualCard.Parts.LogoInfo.html +++ b/api/VisualCard.Parts.LogoInfo.html @@ -83,7 +83,8 @@

    Class LogoInfo

    -
    +

    Contact logo info

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    Encoding

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    LogoEncoded

    @@ -227,7 +228,7 @@
    Property Value
    Edit this page - View Source + View Source

    LogoType

    @@ -258,7 +259,7 @@
    Property Value
    Edit this page - View Source + View Source

    ValueType

    @@ -291,7 +292,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -340,7 +341,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(LogoInfo)

    @@ -390,7 +391,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(LogoInfo, LogoInfo)

    @@ -446,7 +447,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -485,7 +486,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.NameInfo.html b/api/VisualCard.Parts.NameInfo.html index a211a11..c6c8dd7 100644 --- a/api/VisualCard.Parts.NameInfo.html +++ b/api/VisualCard.Parts.NameInfo.html @@ -83,7 +83,8 @@

    Class NameInfo

    -
    +

    Name information

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltNames

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactFirstName

    @@ -227,7 +228,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactLastName

    @@ -258,7 +259,7 @@
    Property Value
    Edit this page - View Source + View Source

    Prefixes

    @@ -289,7 +290,7 @@
    Property Value
    Edit this page - View Source + View Source

    Suffixes

    @@ -322,7 +323,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -371,7 +372,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(NameInfo)

    @@ -421,7 +422,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(NameInfo, NameInfo)

    @@ -477,7 +478,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -516,7 +517,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.NicknameInfo.html b/api/VisualCard.Parts.NicknameInfo.html index 2c8e3ca..d1e60dc 100644 --- a/api/VisualCard.Parts.NicknameInfo.html +++ b/api/VisualCard.Parts.NicknameInfo.html @@ -83,7 +83,8 @@

    Class NicknameInfo

    -
    +

    Contact nickname info

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactNickname

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    NicknameTypes

    @@ -229,7 +230,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -278,7 +279,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(NicknameInfo)

    @@ -328,7 +329,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(NicknameInfo, NicknameInfo)

    @@ -384,7 +385,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -423,7 +424,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.OrganizationInfo.html b/api/VisualCard.Parts.OrganizationInfo.html index e28fd81..8abbad5 100644 --- a/api/VisualCard.Parts.OrganizationInfo.html +++ b/api/VisualCard.Parts.OrganizationInfo.html @@ -83,7 +83,8 @@

    Class OrganizationInfo

    -
    +

    Contact organization info

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    Name

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    OrgTypes

    @@ -227,7 +228,7 @@
    Property Value
    Edit this page - View Source + View Source

    Role

    @@ -258,7 +259,7 @@
    Property Value
    Edit this page - View Source + View Source

    Unit

    @@ -291,7 +292,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -340,7 +341,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(OrganizationInfo)

    @@ -390,7 +391,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(OrganizationInfo, OrganizationInfo)

    @@ -446,7 +447,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -485,7 +486,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.PhotoInfo.html b/api/VisualCard.Parts.PhotoInfo.html index 213cebf..94be77c 100644 --- a/api/VisualCard.Parts.PhotoInfo.html +++ b/api/VisualCard.Parts.PhotoInfo.html @@ -83,7 +83,8 @@

    Class PhotoInfo

    -
    +

    Contact photo info

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    Encoding

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    PhotoEncoded

    @@ -227,7 +228,7 @@
    Property Value
    Edit this page - View Source + View Source

    PhotoType

    @@ -258,7 +259,7 @@
    Property Value
    Edit this page - View Source + View Source

    ValueType

    @@ -291,7 +292,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -340,7 +341,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(PhotoInfo)

    @@ -390,7 +391,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(PhotoInfo, PhotoInfo)

    @@ -446,7 +447,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -485,7 +486,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.RoleInfo.html b/api/VisualCard.Parts.RoleInfo.html index c813a55..a613b8c 100644 --- a/api/VisualCard.Parts.RoleInfo.html +++ b/api/VisualCard.Parts.RoleInfo.html @@ -83,7 +83,8 @@

    Class RoleInfo

    -
    +

    Contact role info

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactRole

    @@ -198,7 +199,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -247,7 +248,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(RoleInfo)

    @@ -297,7 +298,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(RoleInfo, RoleInfo)

    @@ -353,7 +354,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -392,7 +393,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.SoundInfo.html b/api/VisualCard.Parts.SoundInfo.html index 0a696e9..e1a827b 100644 --- a/api/VisualCard.Parts.SoundInfo.html +++ b/api/VisualCard.Parts.SoundInfo.html @@ -83,7 +83,8 @@

    Class SoundInfo

    -
    +

    Contact sound info

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    Encoding

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    SoundEncoded

    @@ -227,7 +228,7 @@
    Property Value
    Edit this page - View Source + View Source

    SoundType

    @@ -258,7 +259,7 @@
    Property Value
    Edit this page - View Source + View Source

    ValueType

    @@ -291,7 +292,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -340,7 +341,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(SoundInfo)

    @@ -390,7 +391,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(SoundInfo, SoundInfo)

    @@ -446,7 +447,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -485,7 +486,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.TelephoneInfo.html b/api/VisualCard.Parts.TelephoneInfo.html index d39ee78..04bab8d 100644 --- a/api/VisualCard.Parts.TelephoneInfo.html +++ b/api/VisualCard.Parts.TelephoneInfo.html @@ -83,7 +83,8 @@

    Class TelephoneInfo

    -
    +

    Contact telephone number information

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactPhoneNumber

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactPhoneTypes

    @@ -229,7 +230,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -278,7 +279,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(TelephoneInfo)

    @@ -328,7 +329,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(TelephoneInfo, TelephoneInfo)

    @@ -384,7 +385,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -423,7 +424,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.TimeZoneInfo.html b/api/VisualCard.Parts.TimeZoneInfo.html index a3aa1f9..2fd6156 100644 --- a/api/VisualCard.Parts.TimeZoneInfo.html +++ b/api/VisualCard.Parts.TimeZoneInfo.html @@ -83,7 +83,8 @@

    Class TimeZoneInfo

    -
    +

    Contact time zone info

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    TimeZone

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    TimeZoneTypes

    @@ -229,7 +230,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -278,7 +279,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(TimeZoneInfo)

    @@ -328,7 +329,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(TimeZoneInfo, TimeZoneInfo)

    @@ -384,7 +385,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -423,7 +424,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.TitleInfo.html b/api/VisualCard.Parts.TitleInfo.html index 3d0a01a..06874ca 100644 --- a/api/VisualCard.Parts.TitleInfo.html +++ b/api/VisualCard.Parts.TitleInfo.html @@ -83,7 +83,8 @@

    Class TitleInfo

    -
    +

    Contact job title info

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContactTitle

    @@ -198,7 +199,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -247,7 +248,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(TitleInfo)

    @@ -297,7 +298,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(TitleInfo, TitleInfo)

    @@ -353,7 +354,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -392,7 +393,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.XNameInfo.html b/api/VisualCard.Parts.XNameInfo.html index b026b45..ea7c305 100644 --- a/api/VisualCard.Parts.XNameInfo.html +++ b/api/VisualCard.Parts.XNameInfo.html @@ -83,7 +83,8 @@

    Class XNameInfo

    -
    +

    Contact non-standard field entry information

    +
    Inheritance
    @@ -103,7 +104,7 @@

    Properties Edit this page - View Source + View Source

    AltArguments

    @@ -134,7 +135,7 @@
    Property Value
    Edit this page - View Source + View Source

    AltId

    @@ -165,7 +166,7 @@
    Property Value
    Edit this page - View Source + View Source

    XKeyName

    @@ -196,7 +197,7 @@
    Property Value
    Edit this page - View Source + View Source

    XKeyTypes

    @@ -227,7 +228,7 @@
    Property Value
    Edit this page - View Source + View Source

    XValues

    @@ -260,7 +261,7 @@

    Methods Edit this page - View Source + View Source

    Equals(object)

    @@ -309,7 +310,7 @@
    Overrides
    Edit this page - View Source + View Source

    Equals(XNameInfo)

    @@ -359,7 +360,7 @@
    Returns
    Edit this page - View Source + View Source

    Equals(XNameInfo, XNameInfo)

    @@ -415,7 +416,7 @@
    Returns
    Edit this page - View Source + View Source

    GetHashCode()

    @@ -454,7 +455,7 @@
    Overrides
    Edit this page
  • - View Source + View Source
  • diff --git a/api/VisualCard.Parts.html b/api/VisualCard.Parts.html index 505edaa..af2b909 100644 --- a/api/VisualCard.Parts.html +++ b/api/VisualCard.Parts.html @@ -88,37 +88,53 @@

    Classes

    AddressInfo

    -
    +

    Contact address information

    +

    Card

    -
    +

    A VCard card

    +

    EmailInfo

    -
    +

    Contact e-mail information

    +

    GeoInfo

    -
    +

    Contact geographical information

    +

    ImppInfo

    -
    +

    Contact IMPP info

    +

    LogoInfo

    -
    +

    Contact logo info

    +

    NameInfo

    -
    +

    Name information

    +

    NicknameInfo

    -
    +

    Contact nickname info

    +

    OrganizationInfo

    -
    +

    Contact organization info

    +

    PhotoInfo

    -
    +

    Contact photo info

    +

    RoleInfo

    -
    +

    Contact role info

    +

    SoundInfo

    -
    +

    Contact sound info

    +

    TelephoneInfo

    -
    +

    Contact telephone number information

    +

    TimeZoneInfo

    -
    +

    Contact time zone info

    +

    TitleInfo

    -
    +

    Contact job title info

    +

    XNameInfo

    -
    +

    Contact non-standard field entry information

    +
    diff --git a/index.json b/index.json index 2c24a9d..ae8879a 100644 --- a/index.json +++ b/index.json @@ -2,7 +2,7 @@ "api/VisualCard.CardTools.html": { "href": "api/VisualCard.CardTools.html", "title": "Class CardTools | VisualCard API - Eofla Internals", - "keywords": "Class CardTools Module for VCard management Inheritance object CardTools Namespace: VisualCard Assembly: VisualCard.dll Syntax public static class CardTools Methods | Edit this page View Source GetCardParsers(StreamReader) Gets the list of parsers for single/multiple contacts from the stream Declaration public static List GetCardParsers(StreamReader stream) Parameters Type Name Description StreamReader stream Stream containing the contacts Returns Type Description List List of contact parsers for single or multiple contacts | Edit this page View Source GetCardParsers(string) Gets the list of parsers for single/multiple contacts from the path Declaration public static List GetCardParsers(string Path) Parameters Type Name Description string Path Path to the contacts file Returns Type Description List List of contact parsers for single or multiple contacts | Edit this page View Source GetCardParsersFromString(string) Gets the list of parsers for single/multiple contacts from the string Declaration public static List GetCardParsersFromString(string cardText) Parameters Type Name Description string cardText Returns Type Description List List of contact parsers for single or multiple contacts" + "keywords": "Class CardTools Module for VCard management Inheritance object CardTools Namespace: VisualCard Assembly: VisualCard.dll Syntax public static class CardTools Methods | Edit this page View Source GetCardParsers(StreamReader) Gets the list of parsers for single/multiple contacts from the stream Declaration public static List GetCardParsers(StreamReader stream) Parameters Type Name Description StreamReader stream Stream containing the contacts Returns Type Description List List of contact parsers for single or multiple contacts | Edit this page View Source GetCardParsers(string) Gets the list of parsers for single/multiple contacts from the path Declaration public static List GetCardParsers(string Path) Parameters Type Name Description string Path Path to the contacts file Returns Type Description List List of contact parsers for single or multiple contacts | Edit this page View Source GetCardParsersFromString(string) Gets the list of parsers for single/multiple contacts from the string Declaration public static List GetCardParsersFromString(string cardText) Parameters Type Name Description string cardText Contacts text Returns Type Description List List of contact parsers for single or multiple contacts" }, "api/VisualCard.Converters.AndroidContactsDb.html": { "href": "api/VisualCard.Converters.AndroidContactsDb.html", @@ -22,22 +22,22 @@ "api/VisualCard.Exceptions.VCardParseException.html": { "href": "api/VisualCard.Exceptions.VCardParseException.html", "title": "Class VCardParseException | VisualCard API - Eofla Internals", - "keywords": "Class VCardParseException Inheritance object Exception VCardParseException Namespace: VisualCard.Exceptions Assembly: VisualCard.dll Syntax public class VCardParseException : Exception Constructors | Edit this page View Source VCardParseException() Declaration public VCardParseException() | Edit this page View Source VCardParseException(string, string, int, Exception) Declaration public VCardParseException(string message, string line, int linenumber, Exception innerException) Parameters Type Name Description string message string line int linenumber Exception innerException" + "keywords": "Class VCardParseException Exception of VCard parsing Inheritance object Exception VCardParseException Namespace: VisualCard.Exceptions Assembly: VisualCard.dll Syntax public class VCardParseException : Exception Constructors | Edit this page View Source VCardParseException() Declaration public VCardParseException() | Edit this page View Source VCardParseException(string, string, int, Exception) Indicates that there was something wrong with parsing Declaration public VCardParseException(string message, string line, int linenumber, Exception innerException) Parameters Type Name Description string message The message to clarify the reasoning for the error string line Line in which it caused the error int linenumber Line number in which it caused the error Exception innerException Inner exception (if any)" }, "api/VisualCard.Exceptions.html": { "href": "api/VisualCard.Exceptions.html", "title": "Namespace VisualCard.Exceptions | VisualCard API - Eofla Internals", - "keywords": "Namespace VisualCard.Exceptions Classes VCardParseException" + "keywords": "Namespace VisualCard.Exceptions Classes VCardParseException Exception of VCard parsing" }, "api/VisualCard.Parsers.BaseVcardParser.html": { "href": "api/VisualCard.Parsers.BaseVcardParser.html", "title": "Class BaseVcardParser | VisualCard API - Eofla Internals", - "keywords": "Class BaseVcardParser Inheritance object BaseVcardParser VcardFour VcardThree VcardTwo Implements IVcardParser Namespace: VisualCard.Parsers Assembly: VisualCard.dll Syntax public abstract class BaseVcardParser : IVcardParser Properties | Edit this page View Source CardContent Contents of the VCard Declaration public virtual string CardContent { get; } Property Value Type Description string | Edit this page View Source CardVersion The version of the card Declaration public virtual string CardVersion { get; } Property Value Type Description string Methods | Edit this page View Source Parse() Parses the VCard file Declaration public abstract Card Parse() Returns Type Description Card Implements IVcardParser" + "keywords": "Class BaseVcardParser The base VCard parser Inheritance object BaseVcardParser VcardFour VcardThree VcardTwo Implements IVcardParser Namespace: VisualCard.Parsers Assembly: VisualCard.dll Syntax public abstract class BaseVcardParser : IVcardParser Properties | Edit this page View Source CardContent VCard card content Declaration public virtual string CardContent { get; } Property Value Type Description string | Edit this page View Source CardVersion VCard card version Declaration public virtual string CardVersion { get; } Property Value Type Description string Methods | Edit this page View Source Parse() Parses a VCard contact Declaration public abstract Card Parse() Returns Type Description Card A strongly-typed Card instance holding information about the card Implements IVcardParser" }, "api/VisualCard.Parsers.Four.VcardFour.html": { "href": "api/VisualCard.Parsers.Four.VcardFour.html", "title": "Class VcardFour | VisualCard API - Eofla Internals", - "keywords": "Class VcardFour Parser for VCard version 4.0. Consult the vcard-40-rfc6350.txt file in source for the specification. Inheritance object BaseVcardParser VcardFour Implements IVcardParser Namespace: VisualCard.Parsers.Four Assembly: VisualCard.dll Syntax public class VcardFour : BaseVcardParser, IVcardParser Properties | Edit this page View Source CardContent Contents of the VCard Declaration public override string CardContent { get; } Property Value Type Description string Overrides BaseVcardParser.CardContent | Edit this page View Source CardVersion The version of the card Declaration public override string CardVersion { get; } Property Value Type Description string Overrides BaseVcardParser.CardVersion Methods | Edit this page View Source Parse() Parses the VCard file Declaration public override Card Parse() Returns Type Description Card Overrides BaseVcardParser.Parse() Implements IVcardParser" + "keywords": "Class VcardFour Parser for VCard version 4.0. Consult the vcard-40-rfc6350.txt file in source for the specification. Inheritance object BaseVcardParser VcardFour Implements IVcardParser Namespace: VisualCard.Parsers.Four Assembly: VisualCard.dll Syntax public class VcardFour : BaseVcardParser, IVcardParser Properties | Edit this page View Source CardContent VCard card content Declaration public override string CardContent { get; } Property Value Type Description string Overrides BaseVcardParser.CardContent | Edit this page View Source CardVersion VCard card version Declaration public override string CardVersion { get; } Property Value Type Description string Overrides BaseVcardParser.CardVersion Methods | Edit this page View Source Parse() Parses a VCard contact Declaration public override Card Parse() Returns Type Description Card A strongly-typed Card instance holding information about the card Overrides BaseVcardParser.Parse() Implements IVcardParser" }, "api/VisualCard.Parsers.Four.html": { "href": "api/VisualCard.Parsers.Four.html", @@ -52,7 +52,7 @@ "api/VisualCard.Parsers.Three.VcardThree.html": { "href": "api/VisualCard.Parsers.Three.VcardThree.html", "title": "Class VcardThree | VisualCard API - Eofla Internals", - "keywords": "Class VcardThree Parser for VCard version 3.0. Consult the vcard-30-rfc2426.txt file in source for the specification. Inheritance object BaseVcardParser VcardThree Implements IVcardParser Namespace: VisualCard.Parsers.Three Assembly: VisualCard.dll Syntax public class VcardThree : BaseVcardParser, IVcardParser Properties | Edit this page View Source CardContent Contents of the VCard Declaration public override string CardContent { get; } Property Value Type Description string Overrides BaseVcardParser.CardContent | Edit this page View Source CardVersion The version of the card Declaration public override string CardVersion { get; } Property Value Type Description string Overrides BaseVcardParser.CardVersion Methods | Edit this page View Source Parse() Parses the VCard file Declaration public override Card Parse() Returns Type Description Card Overrides BaseVcardParser.Parse() Implements IVcardParser" + "keywords": "Class VcardThree Parser for VCard version 3.0. Consult the vcard-30-rfc2426.txt file in source for the specification. Inheritance object BaseVcardParser VcardThree Implements IVcardParser Namespace: VisualCard.Parsers.Three Assembly: VisualCard.dll Syntax public class VcardThree : BaseVcardParser, IVcardParser Properties | Edit this page View Source CardContent VCard card content Declaration public override string CardContent { get; } Property Value Type Description string Overrides BaseVcardParser.CardContent | Edit this page View Source CardVersion VCard card version Declaration public override string CardVersion { get; } Property Value Type Description string Overrides BaseVcardParser.CardVersion Methods | Edit this page View Source Parse() Parses a VCard contact Declaration public override Card Parse() Returns Type Description Card A strongly-typed Card instance holding information about the card Overrides BaseVcardParser.Parse() Implements IVcardParser" }, "api/VisualCard.Parsers.Three.html": { "href": "api/VisualCard.Parsers.Three.html", @@ -62,7 +62,7 @@ "api/VisualCard.Parsers.Two.VcardTwo.html": { "href": "api/VisualCard.Parsers.Two.VcardTwo.html", "title": "Class VcardTwo | VisualCard API - Eofla Internals", - "keywords": "Class VcardTwo Parser for VCard version 2.1. Consult the vcard-21.txt file in source for the specification. Inheritance object BaseVcardParser VcardTwo Implements IVcardParser Namespace: VisualCard.Parsers.Two Assembly: VisualCard.dll Syntax public class VcardTwo : BaseVcardParser, IVcardParser Properties | Edit this page View Source CardContent Contents of the VCard Declaration public override string CardContent { get; } Property Value Type Description string Overrides BaseVcardParser.CardContent | Edit this page View Source CardVersion The version of the card Declaration public override string CardVersion { get; } Property Value Type Description string Overrides BaseVcardParser.CardVersion Methods | Edit this page View Source Parse() Parses the VCard file Declaration public override Card Parse() Returns Type Description Card Overrides BaseVcardParser.Parse() Implements IVcardParser" + "keywords": "Class VcardTwo Parser for VCard version 2.1. Consult the vcard-21.txt file in source for the specification. Inheritance object BaseVcardParser VcardTwo Implements IVcardParser Namespace: VisualCard.Parsers.Two Assembly: VisualCard.dll Syntax public class VcardTwo : BaseVcardParser, IVcardParser Properties | Edit this page View Source CardContent VCard card content Declaration public override string CardContent { get; } Property Value Type Description string Overrides BaseVcardParser.CardContent | Edit this page View Source CardVersion VCard card version Declaration public override string CardVersion { get; } Property Value Type Description string Overrides BaseVcardParser.CardVersion Methods | Edit this page View Source Parse() Parses a VCard contact Declaration public override Card Parse() Returns Type Description Card A strongly-typed Card instance holding information about the card Overrides BaseVcardParser.Parse() Implements IVcardParser" }, "api/VisualCard.Parsers.Two.html": { "href": "api/VisualCard.Parsers.Two.html", @@ -72,92 +72,92 @@ "api/VisualCard.Parsers.html": { "href": "api/VisualCard.Parsers.html", "title": "Namespace VisualCard.Parsers | VisualCard API - Eofla Internals", - "keywords": "Namespace VisualCard.Parsers Classes BaseVcardParser Interfaces IVcardParser VCard parser interface" + "keywords": "Namespace VisualCard.Parsers Classes BaseVcardParser The base VCard parser Interfaces IVcardParser VCard parser interface" }, "api/VisualCard.Parts.AddressInfo.html": { "href": "api/VisualCard.Parts.AddressInfo.html", "title": "Class AddressInfo | VisualCard API - Eofla Internals", - "keywords": "Class AddressInfo Inheritance object AddressInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class AddressInfo Properties | Edit this page View Source AddressTypes The contact's address types Declaration public string[] AddressTypes { get; } Property Value Type Description string[] | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Country The contact's country Declaration public string Country { get; } Property Value Type Description string | Edit this page View Source ExtendedAddress The contact's extended address Declaration public string ExtendedAddress { get; } Property Value Type Description string | Edit this page View Source Locality The contact's locality Declaration public string Locality { get; } Property Value Type Description string | Edit this page View Source PostOfficeBox The contact's post office box Declaration public string PostOfficeBox { get; } Property Value Type Description string | Edit this page View Source PostalCode The contact's postal code Declaration public string PostalCode { get; } Property Value Type Description string | Edit this page View Source Region The contact's region Declaration public string Region { get; } Property Value Type Description string | Edit this page View Source StreetAddress The contact's street address Declaration public string StreetAddress { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(AddressInfo) Checks to see if both the parts are equal Declaration public bool Equals(AddressInfo other) Parameters Type Name Description AddressInfo other The target AddressInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(AddressInfo, AddressInfo) Checks to see if both the parts are equal Declaration public bool Equals(AddressInfo source, AddressInfo target) Parameters Type Name Description AddressInfo source The source AddressInfo instance to check to see if they equal AddressInfo target The target AddressInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class AddressInfo Contact address information Inheritance object AddressInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class AddressInfo Properties | Edit this page View Source AddressTypes The contact's address types Declaration public string[] AddressTypes { get; } Property Value Type Description string[] | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Country The contact's country Declaration public string Country { get; } Property Value Type Description string | Edit this page View Source ExtendedAddress The contact's extended address Declaration public string ExtendedAddress { get; } Property Value Type Description string | Edit this page View Source Locality The contact's locality Declaration public string Locality { get; } Property Value Type Description string | Edit this page View Source PostOfficeBox The contact's post office box Declaration public string PostOfficeBox { get; } Property Value Type Description string | Edit this page View Source PostalCode The contact's postal code Declaration public string PostalCode { get; } Property Value Type Description string | Edit this page View Source Region The contact's region Declaration public string Region { get; } Property Value Type Description string | Edit this page View Source StreetAddress The contact's street address Declaration public string StreetAddress { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(AddressInfo) Checks to see if both the parts are equal Declaration public bool Equals(AddressInfo other) Parameters Type Name Description AddressInfo other The target AddressInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(AddressInfo, AddressInfo) Checks to see if both the parts are equal Declaration public bool Equals(AddressInfo source, AddressInfo target) Parameters Type Name Description AddressInfo source The source AddressInfo instance to check to see if they equal AddressInfo target The target AddressInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.Card.html": { "href": "api/VisualCard.Parts.Card.html", "title": "Class Card | VisualCard API - Eofla Internals", - "keywords": "Class Card Inheritance object Card Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class Card Properties | Edit this page View Source CardKind The VCard kind (individual is the default) Declaration public string CardKind { get; } Property Value Type Description string | Edit this page View Source CardRevision The card revision Declaration public DateTime? CardRevision { get; set; } Property Value Type Description DateTime? | Edit this page View Source CardVersion The VCard version Declaration public string CardVersion { get; } Property Value Type Description string | Edit this page View Source ContactAddresses The contact's addresses Declaration public AddressInfo[] ContactAddresses { get; set; } Property Value Type Description AddressInfo[] | Edit this page View Source ContactBirthdate The contact's birthdate Declaration public DateTime? ContactBirthdate { get; set; } Property Value Type Description DateTime? | Edit this page View Source ContactCalendarSchedulingRequestUrl The contact's calendar scheduling request URL Declaration public string ContactCalendarSchedulingRequestUrl { get; set; } Property Value Type Description string | Edit this page View Source ContactCalendarUrl The contact's calendar URL Declaration public string ContactCalendarUrl { get; set; } Property Value Type Description string | Edit this page View Source ContactCategories The contact's categories Declaration public string[] ContactCategories { get; set; } Property Value Type Description string[] | Edit this page View Source ContactFreeBusyUrl The contact's free/busy indicator URL Declaration public string ContactFreeBusyUrl { get; set; } Property Value Type Description string | Edit this page View Source ContactFullName The contact's full name Declaration public string ContactFullName { get; set; } Property Value Type Description string | Edit this page View Source ContactGeo The contact's geographical coordinates in (lat;long) Declaration public GeoInfo[] ContactGeo { get; set; } Property Value Type Description GeoInfo[] | Edit this page View Source ContactImpps The contact's IMPP information Declaration public ImppInfo[] ContactImpps { get; set; } Property Value Type Description ImppInfo[] | Edit this page View Source ContactLogos The contact's logos Declaration public LogoInfo[] ContactLogos { get; set; } Property Value Type Description LogoInfo[] | Edit this page View Source ContactMailer The contact's mailing software Declaration public string ContactMailer { get; set; } Property Value Type Description string | Edit this page View Source ContactMails The contact's e-mails Declaration public EmailInfo[] ContactMails { get; set; } Property Value Type Description EmailInfo[] | Edit this page View Source ContactNames The contact's names Declaration public NameInfo[] ContactNames { get; set; } Property Value Type Description NameInfo[] | Edit this page View Source ContactNicknames The contact's nicknames Declaration public NicknameInfo[] ContactNicknames { get; set; } Property Value Type Description NicknameInfo[] | Edit this page View Source ContactNotes The contact's notes Declaration public string ContactNotes { get; set; } Property Value Type Description string | Edit this page View Source ContactOrganizations The contact's organizations Declaration public OrganizationInfo[] ContactOrganizations { get; set; } Property Value Type Description OrganizationInfo[] | Edit this page View Source ContactPhotos The contact's photos Declaration public PhotoInfo[] ContactPhotos { get; set; } Property Value Type Description PhotoInfo[] | Edit this page View Source ContactProdId The contact's product ID Declaration public string ContactProdId { get; set; } Property Value Type Description string | Edit this page View Source ContactRoles The contact's roles Declaration public RoleInfo[] ContactRoles { get; set; } Property Value Type Description RoleInfo[] | Edit this page View Source ContactSortString The contact's sort string Declaration public string ContactSortString { get; set; } Property Value Type Description string | Edit this page View Source ContactSounds The contact's sounds Declaration public SoundInfo[] ContactSounds { get; set; } Property Value Type Description SoundInfo[] | Edit this page View Source ContactSource The contact's card source Declaration public string ContactSource { get; set; } Property Value Type Description string | Edit this page View Source ContactTelephones The contact's telephones Declaration public TelephoneInfo[] ContactTelephones { get; set; } Property Value Type Description TelephoneInfo[] | Edit this page View Source ContactTimeZone The contact's time zones Declaration public TimeZoneInfo[] ContactTimeZone { get; set; } Property Value Type Description TimeZoneInfo[] | Edit this page View Source ContactTitles The contact's titles Declaration public TitleInfo[] ContactTitles { get; set; } Property Value Type Description TitleInfo[] | Edit this page View Source ContactURL The contact's URL Declaration public string ContactURL { get; set; } Property Value Type Description string | Edit this page View Source ContactXNames The contact's extended options (usually starts with X-SOMETHING:Value1;Value2...) Declaration public XNameInfo[] ContactXNames { get; set; } Property Value Type Description XNameInfo[] | Edit this page View Source ContactXml The contact's XML code Declaration public string ContactXml { get; set; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(Card) Checks to see if both the cards are equal Declaration public bool Equals(Card other) Parameters Type Name Description Card other The target Card instance to check to see if they equal Returns Type Description bool True if all the card elements are equal. Otherwise, false. | Edit this page View Source Equals(Card, Card) Checks to see if both the cards are equal Declaration public bool Equals(Card source, Card target) Parameters Type Name Description Card source The source Card instance to check to see if they equal Card target The target Card instance to check to see if they equal Returns Type Description bool True if all the card elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() | Edit this page View Source SaveTo(string) Saves the contact file to the path Declaration public void SaveTo(string path) Parameters Type Name Description string path Path to the VCard file that is going to be created | Edit this page View Source SaveToString() Saves the contact to the returned string Declaration public string SaveToString() Returns Type Description string Operators | Edit this page View Source operator ==(Card, Card) Declaration public static bool operator ==(Card a, Card b) Parameters Type Name Description Card a Card b Returns Type Description bool | Edit this page View Source operator !=(Card, Card) Declaration public static bool operator !=(Card a, Card b) Parameters Type Name Description Card a Card b Returns Type Description bool" + "keywords": "Class Card A VCard card Inheritance object Card Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class Card Properties | Edit this page View Source CardKind The VCard kind (individual is the default) Declaration public string CardKind { get; } Property Value Type Description string | Edit this page View Source CardRevision The card revision Declaration public DateTime? CardRevision { get; set; } Property Value Type Description DateTime? | Edit this page View Source CardVersion The VCard version Declaration public string CardVersion { get; } Property Value Type Description string | Edit this page View Source ContactAddresses The contact's addresses Declaration public AddressInfo[] ContactAddresses { get; set; } Property Value Type Description AddressInfo[] | Edit this page View Source ContactBirthdate The contact's birthdate Declaration public DateTime? ContactBirthdate { get; set; } Property Value Type Description DateTime? | Edit this page View Source ContactCalendarSchedulingRequestUrl The contact's calendar scheduling request URL Declaration public string ContactCalendarSchedulingRequestUrl { get; set; } Property Value Type Description string | Edit this page View Source ContactCalendarUrl The contact's calendar URL Declaration public string ContactCalendarUrl { get; set; } Property Value Type Description string | Edit this page View Source ContactCategories The contact's categories Declaration public string[] ContactCategories { get; set; } Property Value Type Description string[] | Edit this page View Source ContactFreeBusyUrl The contact's free/busy indicator URL Declaration public string ContactFreeBusyUrl { get; set; } Property Value Type Description string | Edit this page View Source ContactFullName The contact's full name Declaration public string ContactFullName { get; set; } Property Value Type Description string | Edit this page View Source ContactGeo The contact's geographical coordinates in (lat;long) Declaration public GeoInfo[] ContactGeo { get; set; } Property Value Type Description GeoInfo[] | Edit this page View Source ContactImpps The contact's IMPP information Declaration public ImppInfo[] ContactImpps { get; set; } Property Value Type Description ImppInfo[] | Edit this page View Source ContactLogos The contact's logos Declaration public LogoInfo[] ContactLogos { get; set; } Property Value Type Description LogoInfo[] | Edit this page View Source ContactMailer The contact's mailing software Declaration public string ContactMailer { get; set; } Property Value Type Description string | Edit this page View Source ContactMails The contact's e-mails Declaration public EmailInfo[] ContactMails { get; set; } Property Value Type Description EmailInfo[] | Edit this page View Source ContactNames The contact's names Declaration public NameInfo[] ContactNames { get; set; } Property Value Type Description NameInfo[] | Edit this page View Source ContactNicknames The contact's nicknames Declaration public NicknameInfo[] ContactNicknames { get; set; } Property Value Type Description NicknameInfo[] | Edit this page View Source ContactNotes The contact's notes Declaration public string ContactNotes { get; set; } Property Value Type Description string | Edit this page View Source ContactOrganizations The contact's organizations Declaration public OrganizationInfo[] ContactOrganizations { get; set; } Property Value Type Description OrganizationInfo[] | Edit this page View Source ContactPhotos The contact's photos Declaration public PhotoInfo[] ContactPhotos { get; set; } Property Value Type Description PhotoInfo[] | Edit this page View Source ContactProdId The contact's product ID Declaration public string ContactProdId { get; set; } Property Value Type Description string | Edit this page View Source ContactRoles The contact's roles Declaration public RoleInfo[] ContactRoles { get; set; } Property Value Type Description RoleInfo[] | Edit this page View Source ContactSortString The contact's sort string Declaration public string ContactSortString { get; set; } Property Value Type Description string | Edit this page View Source ContactSounds The contact's sounds Declaration public SoundInfo[] ContactSounds { get; set; } Property Value Type Description SoundInfo[] | Edit this page View Source ContactSource The contact's card source Declaration public string ContactSource { get; set; } Property Value Type Description string | Edit this page View Source ContactTelephones The contact's telephones Declaration public TelephoneInfo[] ContactTelephones { get; set; } Property Value Type Description TelephoneInfo[] | Edit this page View Source ContactTimeZone The contact's time zones Declaration public TimeZoneInfo[] ContactTimeZone { get; set; } Property Value Type Description TimeZoneInfo[] | Edit this page View Source ContactTitles The contact's titles Declaration public TitleInfo[] ContactTitles { get; set; } Property Value Type Description TitleInfo[] | Edit this page View Source ContactURL The contact's URL Declaration public string ContactURL { get; set; } Property Value Type Description string | Edit this page View Source ContactXNames The contact's extended options (usually starts with X-SOMETHING:Value1;Value2...) Declaration public XNameInfo[] ContactXNames { get; set; } Property Value Type Description XNameInfo[] | Edit this page View Source ContactXml The contact's XML code Declaration public string ContactXml { get; set; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(Card) Checks to see if both the cards are equal Declaration public bool Equals(Card other) Parameters Type Name Description Card other The target Card instance to check to see if they equal Returns Type Description bool True if all the card elements are equal. Otherwise, false. | Edit this page View Source Equals(Card, Card) Checks to see if both the cards are equal Declaration public bool Equals(Card source, Card target) Parameters Type Name Description Card source The source Card instance to check to see if they equal Card target The target Card instance to check to see if they equal Returns Type Description bool True if all the card elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode() | Edit this page View Source SaveTo(string) Saves the contact file to the path Declaration public void SaveTo(string path) Parameters Type Name Description string path Path to the VCard file that is going to be created | Edit this page View Source SaveToString() Saves the contact to the returned string Declaration public string SaveToString() Returns Type Description string Operators | Edit this page View Source operator ==(Card, Card) Declaration public static bool operator ==(Card a, Card b) Parameters Type Name Description Card a Card b Returns Type Description bool | Edit this page View Source operator !=(Card, Card) Declaration public static bool operator !=(Card a, Card b) Parameters Type Name Description Card a Card b Returns Type Description bool" }, "api/VisualCard.Parts.EmailInfo.html": { "href": "api/VisualCard.Parts.EmailInfo.html", "title": "Class EmailInfo | VisualCard API - Eofla Internals", - "keywords": "Class EmailInfo Inheritance object EmailInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class EmailInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactEmailAddress The contact's email address Declaration public string ContactEmailAddress { get; } Property Value Type Description string | Edit this page View Source ContactEmailTypes The contact's email types Declaration public string[] ContactEmailTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(EmailInfo) Checks to see if both the parts are equal Declaration public bool Equals(EmailInfo other) Parameters Type Name Description EmailInfo other The target EmailInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(EmailInfo, EmailInfo) Checks to see if both the parts are equal Declaration public bool Equals(EmailInfo source, EmailInfo target) Parameters Type Name Description EmailInfo source The source EmailInfo instance to check to see if they equal EmailInfo target The target EmailInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class EmailInfo Contact e-mail information Inheritance object EmailInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class EmailInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactEmailAddress The contact's email address Declaration public string ContactEmailAddress { get; } Property Value Type Description string | Edit this page View Source ContactEmailTypes The contact's email types Declaration public string[] ContactEmailTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(EmailInfo) Checks to see if both the parts are equal Declaration public bool Equals(EmailInfo other) Parameters Type Name Description EmailInfo other The target EmailInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(EmailInfo, EmailInfo) Checks to see if both the parts are equal Declaration public bool Equals(EmailInfo source, EmailInfo target) Parameters Type Name Description EmailInfo source The source EmailInfo instance to check to see if they equal EmailInfo target The target EmailInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.GeoInfo.html": { "href": "api/VisualCard.Parts.GeoInfo.html", "title": "Class GeoInfo | VisualCard API - Eofla Internals", - "keywords": "Class GeoInfo Inheritance object GeoInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class GeoInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Geo The contact's geographical information Declaration public string Geo { get; } Property Value Type Description string | Edit this page View Source GeoTypes The contact's geographical information types Declaration public string[] GeoTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(GeoInfo) Checks to see if both the parts are equal Declaration public bool Equals(GeoInfo other) Parameters Type Name Description GeoInfo other The target GeoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(GeoInfo, GeoInfo) Checks to see if both the parts are equal Declaration public bool Equals(GeoInfo source, GeoInfo target) Parameters Type Name Description GeoInfo source The source GeoInfo instance to check to see if they equal GeoInfo target The target GeoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class GeoInfo Contact geographical information Inheritance object GeoInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class GeoInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Geo The contact's geographical information Declaration public string Geo { get; } Property Value Type Description string | Edit this page View Source GeoTypes The contact's geographical information types Declaration public string[] GeoTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(GeoInfo) Checks to see if both the parts are equal Declaration public bool Equals(GeoInfo other) Parameters Type Name Description GeoInfo other The target GeoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(GeoInfo, GeoInfo) Checks to see if both the parts are equal Declaration public bool Equals(GeoInfo source, GeoInfo target) Parameters Type Name Description GeoInfo source The source GeoInfo instance to check to see if they equal GeoInfo target The target GeoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.ImppInfo.html": { "href": "api/VisualCard.Parts.ImppInfo.html", "title": "Class ImppInfo | VisualCard API - Eofla Internals", - "keywords": "Class ImppInfo Inheritance object ImppInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class ImppInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactIMPP The contact's IMPP information, such as SIP and XMPP Declaration public string ContactIMPP { get; } Property Value Type Description string | Edit this page View Source ImppTypes The contact's IMPP info types Declaration public string[] ImppTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(ImppInfo) Checks to see if both the parts are equal Declaration public bool Equals(ImppInfo other) Parameters Type Name Description ImppInfo other The target ImppInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(ImppInfo, ImppInfo) Checks to see if both the parts are equal Declaration public bool Equals(ImppInfo source, ImppInfo target) Parameters Type Name Description ImppInfo source The source ImppInfo instance to check to see if they equal ImppInfo target The target ImppInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class ImppInfo Contact IMPP info Inheritance object ImppInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class ImppInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactIMPP The contact's IMPP information, such as SIP and XMPP Declaration public string ContactIMPP { get; } Property Value Type Description string | Edit this page View Source ImppTypes The contact's IMPP info types Declaration public string[] ImppTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(ImppInfo) Checks to see if both the parts are equal Declaration public bool Equals(ImppInfo other) Parameters Type Name Description ImppInfo other The target ImppInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(ImppInfo, ImppInfo) Checks to see if both the parts are equal Declaration public bool Equals(ImppInfo source, ImppInfo target) Parameters Type Name Description ImppInfo source The source ImppInfo instance to check to see if they equal ImppInfo target The target ImppInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.LogoInfo.html": { "href": "api/VisualCard.Parts.LogoInfo.html", "title": "Class LogoInfo | VisualCard API - Eofla Internals", - "keywords": "Class LogoInfo Inheritance object LogoInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class LogoInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Encoding Logo encoding type Declaration public string Encoding { get; } Property Value Type Description string | Edit this page View Source LogoEncoded Encoded logo Declaration public string LogoEncoded { get; } Property Value Type Description string | Edit this page View Source LogoType Logo type (JPEG, ...) Declaration public string LogoType { get; } Property Value Type Description string | Edit this page View Source ValueType Value type Declaration public string ValueType { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(LogoInfo) Checks to see if both the parts are equal Declaration public bool Equals(LogoInfo other) Parameters Type Name Description LogoInfo other The target LogoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(LogoInfo, LogoInfo) Checks to see if both the parts are equal Declaration public bool Equals(LogoInfo source, LogoInfo target) Parameters Type Name Description LogoInfo source The source LogoInfo instance to check to see if they equal LogoInfo target The target LogoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class LogoInfo Contact logo info Inheritance object LogoInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class LogoInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Encoding Logo encoding type Declaration public string Encoding { get; } Property Value Type Description string | Edit this page View Source LogoEncoded Encoded logo Declaration public string LogoEncoded { get; } Property Value Type Description string | Edit this page View Source LogoType Logo type (JPEG, ...) Declaration public string LogoType { get; } Property Value Type Description string | Edit this page View Source ValueType Value type Declaration public string ValueType { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(LogoInfo) Checks to see if both the parts are equal Declaration public bool Equals(LogoInfo other) Parameters Type Name Description LogoInfo other The target LogoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(LogoInfo, LogoInfo) Checks to see if both the parts are equal Declaration public bool Equals(LogoInfo source, LogoInfo target) Parameters Type Name Description LogoInfo source The source LogoInfo instance to check to see if they equal LogoInfo target The target LogoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.NameInfo.html": { "href": "api/VisualCard.Parts.NameInfo.html", "title": "Class NameInfo | VisualCard API - Eofla Internals", - "keywords": "Class NameInfo Inheritance object NameInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class NameInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source AltNames The contact's alternative names Declaration public string[] AltNames { get; } Property Value Type Description string[] | Edit this page View Source ContactFirstName The contact's first name Declaration public string ContactFirstName { get; } Property Value Type Description string | Edit this page View Source ContactLastName The contact's last name Declaration public string ContactLastName { get; } Property Value Type Description string | Edit this page View Source Prefixes The contact's prefixes Declaration public string[] Prefixes { get; } Property Value Type Description string[] | Edit this page View Source Suffixes The contact's suffixes Declaration public string[] Suffixes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(NameInfo) Checks to see if both the parts are equal Declaration public bool Equals(NameInfo other) Parameters Type Name Description NameInfo other The target NameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(NameInfo, NameInfo) Checks to see if both the parts are equal Declaration public bool Equals(NameInfo source, NameInfo target) Parameters Type Name Description NameInfo source The source NameInfo instance to check to see if they equal NameInfo target The target NameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class NameInfo Name information Inheritance object NameInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class NameInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source AltNames The contact's alternative names Declaration public string[] AltNames { get; } Property Value Type Description string[] | Edit this page View Source ContactFirstName The contact's first name Declaration public string ContactFirstName { get; } Property Value Type Description string | Edit this page View Source ContactLastName The contact's last name Declaration public string ContactLastName { get; } Property Value Type Description string | Edit this page View Source Prefixes The contact's prefixes Declaration public string[] Prefixes { get; } Property Value Type Description string[] | Edit this page View Source Suffixes The contact's suffixes Declaration public string[] Suffixes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(NameInfo) Checks to see if both the parts are equal Declaration public bool Equals(NameInfo other) Parameters Type Name Description NameInfo other The target NameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(NameInfo, NameInfo) Checks to see if both the parts are equal Declaration public bool Equals(NameInfo source, NameInfo target) Parameters Type Name Description NameInfo source The source NameInfo instance to check to see if they equal NameInfo target The target NameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.NicknameInfo.html": { "href": "api/VisualCard.Parts.NicknameInfo.html", "title": "Class NicknameInfo | VisualCard API - Eofla Internals", - "keywords": "Class NicknameInfo Inheritance object NicknameInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class NicknameInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactNickname The contact's nickname Declaration public string ContactNickname { get; } Property Value Type Description string | Edit this page View Source NicknameTypes The contact's nickname types Declaration public string[] NicknameTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(NicknameInfo) Checks to see if both the parts are equal Declaration public bool Equals(NicknameInfo other) Parameters Type Name Description NicknameInfo other The target NicknameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(NicknameInfo, NicknameInfo) Checks to see if both the parts are equal Declaration public bool Equals(NicknameInfo source, NicknameInfo target) Parameters Type Name Description NicknameInfo source The source NicknameInfo instance to check to see if they equal NicknameInfo target The target NicknameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class NicknameInfo Contact nickname info Inheritance object NicknameInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class NicknameInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactNickname The contact's nickname Declaration public string ContactNickname { get; } Property Value Type Description string | Edit this page View Source NicknameTypes The contact's nickname types Declaration public string[] NicknameTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(NicknameInfo) Checks to see if both the parts are equal Declaration public bool Equals(NicknameInfo other) Parameters Type Name Description NicknameInfo other The target NicknameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(NicknameInfo, NicknameInfo) Checks to see if both the parts are equal Declaration public bool Equals(NicknameInfo source, NicknameInfo target) Parameters Type Name Description NicknameInfo source The source NicknameInfo instance to check to see if they equal NicknameInfo target The target NicknameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.OrganizationInfo.html": { "href": "api/VisualCard.Parts.OrganizationInfo.html", "title": "Class OrganizationInfo | VisualCard API - Eofla Internals", - "keywords": "Class OrganizationInfo Inheritance object OrganizationInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class OrganizationInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Name The contact's organization name Declaration public string Name { get; } Property Value Type Description string | Edit this page View Source OrgTypes The contact's organization types Declaration public string[] OrgTypes { get; } Property Value Type Description string[] | Edit this page View Source Role The contact's organization unit's role Declaration public string Role { get; } Property Value Type Description string | Edit this page View Source Unit The contact's organization unit Declaration public string Unit { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(OrganizationInfo) Checks to see if both the parts are equal Declaration public bool Equals(OrganizationInfo other) Parameters Type Name Description OrganizationInfo other The target OrganizationInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(OrganizationInfo, OrganizationInfo) Checks to see if both the parts are equal Declaration public bool Equals(OrganizationInfo source, OrganizationInfo target) Parameters Type Name Description OrganizationInfo source The source OrganizationInfo instance to check to see if they equal OrganizationInfo target The target OrganizationInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class OrganizationInfo Contact organization info Inheritance object OrganizationInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class OrganizationInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Name The contact's organization name Declaration public string Name { get; } Property Value Type Description string | Edit this page View Source OrgTypes The contact's organization types Declaration public string[] OrgTypes { get; } Property Value Type Description string[] | Edit this page View Source Role The contact's organization unit's role Declaration public string Role { get; } Property Value Type Description string | Edit this page View Source Unit The contact's organization unit Declaration public string Unit { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(OrganizationInfo) Checks to see if both the parts are equal Declaration public bool Equals(OrganizationInfo other) Parameters Type Name Description OrganizationInfo other The target OrganizationInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(OrganizationInfo, OrganizationInfo) Checks to see if both the parts are equal Declaration public bool Equals(OrganizationInfo source, OrganizationInfo target) Parameters Type Name Description OrganizationInfo source The source OrganizationInfo instance to check to see if they equal OrganizationInfo target The target OrganizationInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.PhotoInfo.html": { "href": "api/VisualCard.Parts.PhotoInfo.html", "title": "Class PhotoInfo | VisualCard API - Eofla Internals", - "keywords": "Class PhotoInfo Inheritance object PhotoInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class PhotoInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Encoding Photo encoding type Declaration public string Encoding { get; } Property Value Type Description string | Edit this page View Source PhotoEncoded Encoded photo Declaration public string PhotoEncoded { get; } Property Value Type Description string | Edit this page View Source PhotoType Photo type (JPEG, ...) Declaration public string PhotoType { get; } Property Value Type Description string | Edit this page View Source ValueType Value type Declaration public string ValueType { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(PhotoInfo) Checks to see if both the parts are equal Declaration public bool Equals(PhotoInfo other) Parameters Type Name Description PhotoInfo other The target PhotoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(PhotoInfo, PhotoInfo) Checks to see if both the parts are equal Declaration public bool Equals(PhotoInfo source, PhotoInfo target) Parameters Type Name Description PhotoInfo source The source PhotoInfo instance to check to see if they equal PhotoInfo target The target PhotoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class PhotoInfo Contact photo info Inheritance object PhotoInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class PhotoInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Encoding Photo encoding type Declaration public string Encoding { get; } Property Value Type Description string | Edit this page View Source PhotoEncoded Encoded photo Declaration public string PhotoEncoded { get; } Property Value Type Description string | Edit this page View Source PhotoType Photo type (JPEG, ...) Declaration public string PhotoType { get; } Property Value Type Description string | Edit this page View Source ValueType Value type Declaration public string ValueType { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(PhotoInfo) Checks to see if both the parts are equal Declaration public bool Equals(PhotoInfo other) Parameters Type Name Description PhotoInfo other The target PhotoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(PhotoInfo, PhotoInfo) Checks to see if both the parts are equal Declaration public bool Equals(PhotoInfo source, PhotoInfo target) Parameters Type Name Description PhotoInfo source The source PhotoInfo instance to check to see if they equal PhotoInfo target The target PhotoInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.RoleInfo.html": { "href": "api/VisualCard.Parts.RoleInfo.html", "title": "Class RoleInfo | VisualCard API - Eofla Internals", - "keywords": "Class RoleInfo Inheritance object RoleInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class RoleInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactRole The contact's role Declaration public string ContactRole { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(RoleInfo) Checks to see if both the parts are equal Declaration public bool Equals(RoleInfo other) Parameters Type Name Description RoleInfo other The target RoleInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(RoleInfo, RoleInfo) Checks to see if both the parts are equal Declaration public bool Equals(RoleInfo source, RoleInfo target) Parameters Type Name Description RoleInfo source The source RoleInfo instance to check to see if they equal RoleInfo target The target RoleInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class RoleInfo Contact role info Inheritance object RoleInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class RoleInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactRole The contact's role Declaration public string ContactRole { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(RoleInfo) Checks to see if both the parts are equal Declaration public bool Equals(RoleInfo other) Parameters Type Name Description RoleInfo other The target RoleInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(RoleInfo, RoleInfo) Checks to see if both the parts are equal Declaration public bool Equals(RoleInfo source, RoleInfo target) Parameters Type Name Description RoleInfo source The source RoleInfo instance to check to see if they equal RoleInfo target The target RoleInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.SoundInfo.html": { "href": "api/VisualCard.Parts.SoundInfo.html", "title": "Class SoundInfo | VisualCard API - Eofla Internals", - "keywords": "Class SoundInfo Inheritance object SoundInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class SoundInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Encoding Sound encoding type Declaration public string Encoding { get; } Property Value Type Description string | Edit this page View Source SoundEncoded Encoded sound Declaration public string SoundEncoded { get; } Property Value Type Description string | Edit this page View Source SoundType Sound type (JPEG, ...) Declaration public string SoundType { get; } Property Value Type Description string | Edit this page View Source ValueType Value type Declaration public string ValueType { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(SoundInfo) Checks to see if both the parts are equal Declaration public bool Equals(SoundInfo other) Parameters Type Name Description SoundInfo other The target SoundInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(SoundInfo, SoundInfo) Checks to see if both the parts are equal Declaration public bool Equals(SoundInfo source, SoundInfo target) Parameters Type Name Description SoundInfo source The source SoundInfo instance to check to see if they equal SoundInfo target The target SoundInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class SoundInfo Contact sound info Inheritance object SoundInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class SoundInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source Encoding Sound encoding type Declaration public string Encoding { get; } Property Value Type Description string | Edit this page View Source SoundEncoded Encoded sound Declaration public string SoundEncoded { get; } Property Value Type Description string | Edit this page View Source SoundType Sound type (JPEG, ...) Declaration public string SoundType { get; } Property Value Type Description string | Edit this page View Source ValueType Value type Declaration public string ValueType { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(SoundInfo) Checks to see if both the parts are equal Declaration public bool Equals(SoundInfo other) Parameters Type Name Description SoundInfo other The target SoundInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(SoundInfo, SoundInfo) Checks to see if both the parts are equal Declaration public bool Equals(SoundInfo source, SoundInfo target) Parameters Type Name Description SoundInfo source The source SoundInfo instance to check to see if they equal SoundInfo target The target SoundInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.TelephoneInfo.html": { "href": "api/VisualCard.Parts.TelephoneInfo.html", "title": "Class TelephoneInfo | VisualCard API - Eofla Internals", - "keywords": "Class TelephoneInfo Inheritance object TelephoneInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class TelephoneInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactPhoneNumber The contact's phone number Declaration public string ContactPhoneNumber { get; } Property Value Type Description string | Edit this page View Source ContactPhoneTypes The contact's phone types Declaration public string[] ContactPhoneTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(TelephoneInfo) Checks to see if both the parts are equal Declaration public bool Equals(TelephoneInfo other) Parameters Type Name Description TelephoneInfo other The target TelephoneInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(TelephoneInfo, TelephoneInfo) Checks to see if both the parts are equal Declaration public bool Equals(TelephoneInfo source, TelephoneInfo target) Parameters Type Name Description TelephoneInfo source The source TelephoneInfo instance to check to see if they equal TelephoneInfo target The target TelephoneInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class TelephoneInfo Contact telephone number information Inheritance object TelephoneInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class TelephoneInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactPhoneNumber The contact's phone number Declaration public string ContactPhoneNumber { get; } Property Value Type Description string | Edit this page View Source ContactPhoneTypes The contact's phone types Declaration public string[] ContactPhoneTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(TelephoneInfo) Checks to see if both the parts are equal Declaration public bool Equals(TelephoneInfo other) Parameters Type Name Description TelephoneInfo other The target TelephoneInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(TelephoneInfo, TelephoneInfo) Checks to see if both the parts are equal Declaration public bool Equals(TelephoneInfo source, TelephoneInfo target) Parameters Type Name Description TelephoneInfo source The source TelephoneInfo instance to check to see if they equal TelephoneInfo target The target TelephoneInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.TimeZoneInfo.html": { "href": "api/VisualCard.Parts.TimeZoneInfo.html", "title": "Class TimeZoneInfo | VisualCard API - Eofla Internals", - "keywords": "Class TimeZoneInfo Inheritance object TimeZoneInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class TimeZoneInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source TimeZone The contact's time zone Declaration public string TimeZone { get; } Property Value Type Description string | Edit this page View Source TimeZoneTypes The contact's time zone types Declaration public string[] TimeZoneTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(TimeZoneInfo) Checks to see if both the parts are equal Declaration public bool Equals(TimeZoneInfo other) Parameters Type Name Description TimeZoneInfo other The target TimeZoneInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(TimeZoneInfo, TimeZoneInfo) Checks to see if both the parts are equal Declaration public bool Equals(TimeZoneInfo source, TimeZoneInfo target) Parameters Type Name Description TimeZoneInfo source The source TimeZoneInfo instance to check to see if they equal TimeZoneInfo target The target TimeZoneInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class TimeZoneInfo Contact time zone info Inheritance object TimeZoneInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class TimeZoneInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source TimeZone The contact's time zone Declaration public string TimeZone { get; } Property Value Type Description string | Edit this page View Source TimeZoneTypes The contact's time zone types Declaration public string[] TimeZoneTypes { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(TimeZoneInfo) Checks to see if both the parts are equal Declaration public bool Equals(TimeZoneInfo other) Parameters Type Name Description TimeZoneInfo other The target TimeZoneInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(TimeZoneInfo, TimeZoneInfo) Checks to see if both the parts are equal Declaration public bool Equals(TimeZoneInfo source, TimeZoneInfo target) Parameters Type Name Description TimeZoneInfo source The source TimeZoneInfo instance to check to see if they equal TimeZoneInfo target The target TimeZoneInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.TitleInfo.html": { "href": "api/VisualCard.Parts.TitleInfo.html", "title": "Class TitleInfo | VisualCard API - Eofla Internals", - "keywords": "Class TitleInfo Inheritance object TitleInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class TitleInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactTitle The contact's title Declaration public string ContactTitle { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(TitleInfo) Checks to see if both the parts are equal Declaration public bool Equals(TitleInfo other) Parameters Type Name Description TitleInfo other The target TitleInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(TitleInfo, TitleInfo) Checks to see if both the parts are equal Declaration public bool Equals(TitleInfo source, TitleInfo target) Parameters Type Name Description TitleInfo source The source TitleInfo instance to check to see if they equal TitleInfo target The target TitleInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class TitleInfo Contact job title info Inheritance object TitleInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class TitleInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source ContactTitle The contact's title Declaration public string ContactTitle { get; } Property Value Type Description string Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(TitleInfo) Checks to see if both the parts are equal Declaration public bool Equals(TitleInfo other) Parameters Type Name Description TitleInfo other The target TitleInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(TitleInfo, TitleInfo) Checks to see if both the parts are equal Declaration public bool Equals(TitleInfo source, TitleInfo target) Parameters Type Name Description TitleInfo source The source TitleInfo instance to check to see if they equal TitleInfo target The target TitleInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.XNameInfo.html": { "href": "api/VisualCard.Parts.XNameInfo.html", "title": "Class XNameInfo | VisualCard API - Eofla Internals", - "keywords": "Class XNameInfo Inheritance object XNameInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class XNameInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source XKeyName X- key name Declaration public string XKeyName { get; } Property Value Type Description string | Edit this page View Source XKeyTypes X- values Declaration public string[] XKeyTypes { get; } Property Value Type Description string[] | Edit this page View Source XValues X- values Declaration public string[] XValues { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(XNameInfo) Checks to see if both the parts are equal Declaration public bool Equals(XNameInfo other) Parameters Type Name Description XNameInfo other The target XNameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(XNameInfo, XNameInfo) Checks to see if both the parts are equal Declaration public bool Equals(XNameInfo source, XNameInfo target) Parameters Type Name Description XNameInfo source The source XNameInfo instance to check to see if they equal XNameInfo target The target XNameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" + "keywords": "Class XNameInfo Contact non-standard field entry information Inheritance object XNameInfo Namespace: VisualCard.Parts Assembly: VisualCard.dll Syntax public class XNameInfo Properties | Edit this page View Source AltArguments Arguments that follow the AltId Declaration public string[] AltArguments { get; } Property Value Type Description string[] | Edit this page View Source AltId Alternative ID. Zero if unspecified. Declaration public int AltId { get; } Property Value Type Description int | Edit this page View Source XKeyName X- key name Declaration public string XKeyName { get; } Property Value Type Description string | Edit this page View Source XKeyTypes X- values Declaration public string[] XKeyTypes { get; } Property Value Type Description string[] | Edit this page View Source XValues X- values Declaration public string[] XValues { get; } Property Value Type Description string[] Methods | Edit this page View Source Equals(object) Declaration public override bool Equals(object obj) Parameters Type Name Description object obj Returns Type Description bool Overrides object.Equals(object) | Edit this page View Source Equals(XNameInfo) Checks to see if both the parts are equal Declaration public bool Equals(XNameInfo other) Parameters Type Name Description XNameInfo other The target XNameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source Equals(XNameInfo, XNameInfo) Checks to see if both the parts are equal Declaration public bool Equals(XNameInfo source, XNameInfo target) Parameters Type Name Description XNameInfo source The source XNameInfo instance to check to see if they equal XNameInfo target The target XNameInfo instance to check to see if they equal Returns Type Description bool True if all the part elements are equal. Otherwise, false. | Edit this page View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description int Overrides object.GetHashCode()" }, "api/VisualCard.Parts.html": { "href": "api/VisualCard.Parts.html", "title": "Namespace VisualCard.Parts | VisualCard API - Eofla Internals", - "keywords": "Namespace VisualCard.Parts Classes AddressInfo Card EmailInfo GeoInfo ImppInfo LogoInfo NameInfo NicknameInfo OrganizationInfo PhotoInfo RoleInfo SoundInfo TelephoneInfo TimeZoneInfo TitleInfo XNameInfo" + "keywords": "Namespace VisualCard.Parts Classes AddressInfo Contact address information Card A VCard card EmailInfo Contact e-mail information GeoInfo Contact geographical information ImppInfo Contact IMPP info LogoInfo Contact logo info NameInfo Name information NicknameInfo Contact nickname info OrganizationInfo Contact organization info PhotoInfo Contact photo info RoleInfo Contact role info SoundInfo Contact sound info TelephoneInfo Contact telephone number information TimeZoneInfo Contact time zone info TitleInfo Contact job title info XNameInfo Contact non-standard field entry information" }, "api/VisualCard.html": { "href": "api/VisualCard.html", diff --git a/sitemap.xml b/sitemap.xml index 494e867..ce9576f 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,205 +2,205 @@ https://aptivi.github.io/VisualCard/api/VisualCard.CardTools.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Converters.AndroidContactsDb.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Converters.MeCard.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Converters.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Exceptions.VCardParseException.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Exceptions.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parsers.BaseVcardParser.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parsers.Four.VcardFour.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parsers.Four.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parsers.IVcardParser.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parsers.Three.VcardThree.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parsers.Three.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parsers.Two.VcardTwo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parsers.Two.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parsers.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.AddressInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Card.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.EmailInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.GeoInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.ImppInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.LogoInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.NameInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.NicknameInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.OrganizationInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.PhotoInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.RoleInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.SoundInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.TelephoneInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.TimeZoneInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.TitleInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.XNameInfo.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.Parts.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/api/VisualCard.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5 https://aptivi.github.io/VisualCard/index.html - 2023-09-14T05:36:23+00:00 + 2023-09-18T09:55:38+00:00 daily 0.5