Craig's Utility Library  4.0 Beta
Utilities.IO.FileFormats.VCard Class Reference

VCard class More...

Inheritance diagram for Utilities.IO.FileFormats.VCard:
Utilities.IO.FileFormats.BaseClasses.StringFormatBase< VCard >

Public Member Functions

 VCard ()
 Constructor More...
 
string HCard ()
 Gets the hCard version of the vCard More...
 
override string ToString ()
 Gets the VCard as a string More...
 
- Public Member Functions inherited from Utilities.IO.FileFormats.BaseClasses.StringFormatBase< VCard >
override object Clone ()
 Clones the object More...
 
override int CompareTo (FormatType other)
 Compares the object to another object More...
 
override bool Equals (FormatType other)
 Determines if the objects are equal More...
 
override FormatType Save (string Location)
 Saves the object More...
 

Protected Member Functions

override void LoadFromData (string Data)
 Loads the object from the data specified More...
 
- Protected Member Functions inherited from Utilities.IO.FileFormats.BaseClasses.StringFormatBase< VCard >
 StringFormatBase ()
 Constructor More...
 
override FormatType InternalLoad (string Location)
 Loads the object from the location specified More...
 

Properties

string DirectDial [get, set]
 Work phone number of the individual More...
 
string Email [get, set]
 Email of the individual More...
 
string FirstName [get, set]
 First name More...
 
string LastName [get, set]
 Last name More...
 
string MiddleName [get, set]
 Middle name More...
 
string Organization [get, set]
 Organization the person belongs to More...
 
string Prefix [get, set]
 Prefix More...
 
ICollection< RelationshipRelationships [get]
 Relationship to the person (uses XFN) More...
 
string Suffix [get, set]
 Suffix More...
 
string Title [get, set]
 Title of the person More...
 
string Url [get, set]
 Url to the person's site More...
 
string FullName [get]
 Full name More...
 
string Name [get]
 Name More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Utilities.IO.FileFormats.BaseClasses.StringFormatBase< VCard >
static implicit operator string (StringFormatBase< FormatType > Value)
 Converts the format to a string More...
 
static implicit operator StringFormatBase< FormatType > (string Value)
 Converts the string to the format specified More...
 

Detailed Description

VCard class

Definition at line 129 of file VCard.cs.

Constructor & Destructor Documentation

Utilities.IO.FileFormats.VCard.VCard ( )

Constructor

Definition at line 136 of file VCard.cs.

Member Function Documentation

string Utilities.IO.FileFormats.VCard.HCard ( )

Gets the hCard version of the vCard

Returns
A hCard in string format

Definition at line 237 of file VCard.cs.

override void Utilities.IO.FileFormats.VCard.LoadFromData ( string  Data)
protectedvirtual

Loads the object from the data specified

Parameters
DataData to load into the object

Implements Utilities.IO.FileFormats.BaseClasses.StringFormatBase< VCard >.

Definition at line 301 of file VCard.cs.

override string Utilities.IO.FileFormats.VCard.ToString ( )

Gets the VCard as a string

Returns
VCard as a string

Definition at line 284 of file VCard.cs.

Property Documentation

string Utilities.IO.FileFormats.VCard.DirectDial
getset

Work phone number of the individual

Definition at line 144 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.Email
getset

Email of the individual

Definition at line 149 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.FirstName
getset

First name

Definition at line 154 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.FullName
getprotected

Full name

Definition at line 200 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.LastName
getset

Last name

Definition at line 159 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.MiddleName
getset

Middle name

Definition at line 164 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.Name
getprotected

Name

Definition at line 226 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.Organization
getset

Organization the person belongs to

Definition at line 169 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.Prefix
getset

Prefix

Definition at line 174 of file VCard.cs.

ICollection<Relationship> Utilities.IO.FileFormats.VCard.Relationships
get

Relationship to the person (uses XFN)

Definition at line 179 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.Suffix
getset

Suffix

Definition at line 184 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.Title
getset

Title of the person

Definition at line 189 of file VCard.cs.

string Utilities.IO.FileFormats.VCard.Url
getset

Url to the person's site

Definition at line 194 of file VCard.cs.


The documentation for this class was generated from the following file: