C# Class SurfaceBluetooth.ObexContactItem

Represents a vCard contact item.
Inheritance: ObexItem
Show file Open project: smalice/SurfaceWPFApp Class Usage Examples

Public Properties

Property Type Description
EmailAddressProperty System.Windows.DependencyProperty
FirstNameProperty System.Windows.DependencyProperty
FullNameProperty System.Windows.DependencyProperty
LastNameProperty System.Windows.DependencyProperty
MobileTelephoneNumberProperty System.Windows.DependencyProperty
PictureUriProperty System.Windows.DependencyProperty

Public Methods

Method Description
ObexContactItem ( ) : System
ToString ( ) : string

Returns the display name in the form Firstname Lastname.

WriteToStream ( System s ) : void

Writes a vCard to the specified stream using the stored contact properties.

Method Details

ObexContactItem() public method

public ObexContactItem ( ) : System
return System

ToString() public method

Returns the display name in the form Firstname Lastname.
public ToString ( ) : string
return string

WriteToStream() public method

Writes a vCard to the specified stream using the stored contact properties.
public WriteToStream ( System s ) : void
s System A writable stream.
return void

Property Details

EmailAddressProperty public static property

public static DependencyProperty,System.Windows EmailAddressProperty
return System.Windows.DependencyProperty

FirstNameProperty public static property

public static DependencyProperty,System.Windows FirstNameProperty
return System.Windows.DependencyProperty

FullNameProperty public static property

public static DependencyProperty,System.Windows FullNameProperty
return System.Windows.DependencyProperty

LastNameProperty public static property

public static DependencyProperty,System.Windows LastNameProperty
return System.Windows.DependencyProperty

MobileTelephoneNumberProperty public static property

public static DependencyProperty,System.Windows MobileTelephoneNumberProperty
return System.Windows.DependencyProperty

PictureUriProperty public static property

public static DependencyProperty,System.Windows PictureUriProperty
return System.Windows.DependencyProperty