C# Class Com.Aote.Controls.Excel

Inheritance: System.Windows.FrameworkElement, INotifyPropertyChanged
显示文件 Open project: DuBin1988/restv2 Class Usage Examples

Public Properties

Property Type Description
isBusy bool

Public Methods

Method Description
OnCompleted ( ) : void
OnPropertyChanged ( string info ) : void
ToExcel ( ) : void
client_UploadStringCompleted ( object sender, UploadStringCompletedEventArgs e ) : void

Method Details

OnCompleted() public method

public OnCompleted ( ) : void
return void

OnPropertyChanged() public method

public OnPropertyChanged ( string info ) : void
info string
return void

ToExcel() public method

public ToExcel ( ) : void
return void

client_UploadStringCompleted() public method

public client_UploadStringCompleted ( object sender, UploadStringCompletedEventArgs e ) : void
sender object
e System.Net.UploadStringCompletedEventArgs
return void

Property Details

isBusy public_oe property

public bool isBusy
return bool