C# Класс ApexLumia.SkyDrive

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
dataFullName System.Windows.Controls.TextBlock
dataPhoto Image

Открытые методы

Метод Описание
GetProfileData ( ) : void
Login ( string clientid = "000000004C0C610D" ) : void
LoginCompleted ( object sender, Microsoft.Live.Controls.LiveConnectSessionChangedEventArgs e ) : void
LoginCompleted ( object sender, LoginCompletedEventArgs e ) : void
SkyDrive ( ) : System
UploadCompleted ( object sender, LiveOperationCompletedEventArgs args ) : void
clientGetMe_GetCompleted ( object sender, LiveOperationCompletedEventArgs e ) : void
clientGetPicture_GetCompleted ( object sender, LiveOperationCompletedEventArgs e ) : void
uploadFile ( string filename, System file, string skydrivePath = "folder.559920a76be10760.559920A76BE10760!162" ) : void

Описание методов

GetProfileData() публичный Метод

public GetProfileData ( ) : void
Результат void

Login() публичный Метод

public Login ( string clientid = "000000004C0C610D" ) : void
clientid string
Результат void

LoginCompleted() публичный Метод

public LoginCompleted ( object sender, Microsoft.Live.Controls.LiveConnectSessionChangedEventArgs e ) : void
sender object
e Microsoft.Live.Controls.LiveConnectSessionChangedEventArgs
Результат void

LoginCompleted() публичный Метод

public LoginCompleted ( object sender, LoginCompletedEventArgs e ) : void
sender object
e LoginCompletedEventArgs
Результат void

SkyDrive() публичный Метод

public SkyDrive ( ) : System
Результат System

UploadCompleted() публичный Метод

public UploadCompleted ( object sender, LiveOperationCompletedEventArgs args ) : void
sender object
args LiveOperationCompletedEventArgs
Результат void

clientGetMe_GetCompleted() публичный Метод

public clientGetMe_GetCompleted ( object sender, LiveOperationCompletedEventArgs e ) : void
sender object
e LiveOperationCompletedEventArgs
Результат void

clientGetPicture_GetCompleted() публичный Метод

public clientGetPicture_GetCompleted ( object sender, LiveOperationCompletedEventArgs e ) : void
sender object
e LiveOperationCompletedEventArgs
Результат void

uploadFile() публичный Метод

public uploadFile ( string filename, System file, string skydrivePath = "folder.559920a76be10760.559920A76BE10760!162" ) : void
filename string
file System
skydrivePath string
Результат void

Описание свойств

dataFullName публичное свойство

public TextBlock,System.Windows.Controls dataFullName
Результат System.Windows.Controls.TextBlock

dataPhoto публичное свойство

public Image dataPhoto
Результат Image