C# 클래스 BeFriend.Services.SpineClass

파일 보기 프로젝트 열기: prajjwaldimri/Friend-App 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllPhoneLines PhoneLine>.Dictionary
Cts System.Threading.CancellationTokenSource
CurrentPhoneLine PhoneLine
Device SmsDevice2
DoesPhoneCallExist bool
LocLat double
LocLon double
LocationAddress string
NoOfLines int
RootPage System.MainPage

공개 메소드들

메소드 설명
GetContactResult ( Contact contact ) : string
ImagetoIsolatedStorageSaver ( IRandomAccessStreamWithContentType stream, string filename ) : void
InitializeCallingInfoAsync ( ) : void

비공개 메소드들

메소드 설명
GetDefaultPhoneLineAsync ( ) : Task
GetPhoneLinesAsync ( ) : PhoneLine>>.Task
MonitorCallState ( ) : void

메소드 상세

GetContactResult() 공개 정적인 메소드

public static GetContactResult ( Contact contact ) : string
contact Windows.ApplicationModel.Contacts.Contact
리턴 string

ImagetoIsolatedStorageSaver() 공개 정적인 메소드

public static ImagetoIsolatedStorageSaver ( IRandomAccessStreamWithContentType stream, string filename ) : void
stream IRandomAccessStreamWithContentType
filename string
리턴 void

InitializeCallingInfoAsync() 공개 메소드

public InitializeCallingInfoAsync ( ) : void
리턴 void

프로퍼티 상세

AllPhoneLines 공개적으로 정적으로 프로퍼티

public static Dictionary AllPhoneLines
리턴 PhoneLine>.Dictionary

Cts 공개적으로 프로퍼티

public CancellationTokenSource,System.Threading Cts
리턴 System.Threading.CancellationTokenSource

CurrentPhoneLine 공개적으로 정적으로 프로퍼티

public static PhoneLine CurrentPhoneLine
리턴 PhoneLine

Device 공개적으로 프로퍼티

public SmsDevice2 Device
리턴 SmsDevice2

DoesPhoneCallExist 공개적으로 프로퍼티

public bool DoesPhoneCallExist
리턴 bool

LocLat 공개적으로 정적으로 프로퍼티

public static double LocLat
리턴 double

LocLon 공개적으로 정적으로 프로퍼티

public static double LocLon
리턴 double

LocationAddress 공개적으로 정적으로 프로퍼티

public static string LocationAddress
리턴 string

NoOfLines 공개적으로 프로퍼티

public int NoOfLines
리턴 int

RootPage 공개적으로 프로퍼티

public MainPage,System RootPage
리턴 System.MainPage