C# Class Com.Aote.Controls.FileLoad

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

Public Properties

Property Type Description
BlobIdProperty System.Windows.DependencyProperty
ErrorProperty System.Windows.DependencyProperty
FileNameProperty System.Windows.DependencyProperty
isBusy bool

Public Methods

Method Description
OnCompleted ( AsyncCompletedEventArgs args ) : void
OnPropertyChanged ( string info ) : void
UpLoad ( ) : void
UpLoadNOFileName ( ) : void

Private Methods

Method Description
webclient_OpenWriteCompleted ( object sender, OpenWriteCompletedEventArgs e ) : void
webclient_WriteStreamClosed ( object sender, WriteStreamClosedEventArgs e ) : void

Method Details

OnCompleted() public method

public OnCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
return void

OnPropertyChanged() public method

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

UpLoad() public method

public UpLoad ( ) : void
return void

UpLoadNOFileName() public method

public UpLoadNOFileName ( ) : void
return void

Property Details

BlobIdProperty public_oe static_oe property

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

ErrorProperty public_oe static_oe property

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

FileNameProperty public_oe static_oe property

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

isBusy public_oe property

是否正忙于工作
public bool isBusy
return bool