C# Class Com.Aote.Controls.FileLoad

Inheritance: System.Windows.FrameworkElement, INotifyPropertyChanged, IAsyncObject
Afficher le fichier Open project: DuBin1988/restv2 Class Usage Examples

Méthodes publiques

Свойство Type Description
BlobIdProperty System.Windows.DependencyProperty
ErrorProperty System.Windows.DependencyProperty
FileNameProperty System.Windows.DependencyProperty
isBusy bool

Méthodes publiques

Méthode Description
OnCompleted ( AsyncCompletedEventArgs args ) : void
OnPropertyChanged ( string info ) : void
UpLoad ( ) : void
UpLoadNOFileName ( ) : void

Private Methods

Méthode Description
webclient_OpenWriteCompleted ( object sender, OpenWriteCompletedEventArgs e ) : void
webclient_WriteStreamClosed ( object sender, WriteStreamClosedEventArgs e ) : void

Method Details

OnCompleted() public méthode

public OnCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string info ) : void
info string
Résultat void

UpLoad() public méthode

public UpLoad ( ) : void
Résultat void

UpLoadNOFileName() public méthode

public UpLoadNOFileName ( ) : void
Résultat void

Property Details

BlobIdProperty public_oe static_oe property

public static DependencyProperty,System.Windows BlobIdProperty
Résultat System.Windows.DependencyProperty

ErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorProperty
Résultat System.Windows.DependencyProperty

FileNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows FileNameProperty
Résultat System.Windows.DependencyProperty

isBusy public_oe property

是否正忙于工作
public bool isBusy
Résultat bool