C# Class BeFriend.Services.SpineClass

Afficher le fichier Open project: prajjwaldimri/Friend-App Class Usage Examples

Méthodes publiques

Свойство Type Description
AllPhoneLines PhoneLine>.Dictionary
Cts System.Threading.CancellationTokenSource
CurrentPhoneLine PhoneLine
Device SmsDevice2
DoesPhoneCallExist bool
LocLat double
LocLon double
LocationAddress string
NoOfLines int
RootPage System.MainPage

Méthodes publiques

Méthode Description
GetContactResult ( Contact contact ) : string
ImagetoIsolatedStorageSaver ( IRandomAccessStreamWithContentType stream, string filename ) : void
InitializeCallingInfoAsync ( ) : void

Private Methods

Méthode Description
GetDefaultPhoneLineAsync ( ) : Task
GetPhoneLinesAsync ( ) : PhoneLine>>.Task
MonitorCallState ( ) : void

Method Details

GetContactResult() public static méthode

public static GetContactResult ( Contact contact ) : string
contact Windows.ApplicationModel.Contacts.Contact
Résultat string

ImagetoIsolatedStorageSaver() public static méthode

public static ImagetoIsolatedStorageSaver ( IRandomAccessStreamWithContentType stream, string filename ) : void
stream IRandomAccessStreamWithContentType
filename string
Résultat void

InitializeCallingInfoAsync() public méthode

public InitializeCallingInfoAsync ( ) : void
Résultat void

Property Details

AllPhoneLines public_oe static_oe property

public static Dictionary AllPhoneLines
Résultat PhoneLine>.Dictionary

Cts public_oe property

public CancellationTokenSource,System.Threading Cts
Résultat System.Threading.CancellationTokenSource

CurrentPhoneLine public_oe static_oe property

public static PhoneLine CurrentPhoneLine
Résultat PhoneLine

Device public_oe property

public SmsDevice2 Device
Résultat SmsDevice2

DoesPhoneCallExist public_oe property

public bool DoesPhoneCallExist
Résultat bool

LocLat public_oe static_oe property

public static double LocLat
Résultat double

LocLon public_oe static_oe property

public static double LocLon
Résultat double

LocationAddress public_oe static_oe property

public static string LocationAddress
Résultat string

NoOfLines public_oe property

public int NoOfLines
Résultat int

RootPage public_oe property

public MainPage,System RootPage
Résultat System.MainPage