C# Class XenAdmin.Controls.HaNtolControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: xenserver/xenadmin

Protected Properties

Свойство Type Description
ntol long
ntolMax long

Private Properties

Свойство Type Description
DeregisterEvents void
RegisterEvents void
StartNtolUpdate void
StopNtolUpdate void
VM_CollectionChanged void
updateNtol void
vm_PropertyChanged void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
HaNtolControl ( ) : System
LoadCalculatingMode ( ) : void
LoadCalculationFailedMode ( ) : void
LoadCalculationSucceededMode ( decimal value ) : void
OnNtolKnownChanged ( ) : void

Private Methods

Méthode Description
DeregisterEvents ( ) : void
RegisterEvents ( ) : void
StartNtolUpdate ( ) : void
StopNtolUpdate ( ) : void
VM_CollectionChanged ( object sender, CollectionChangeEventArgs e ) : void
updateNtol ( ) : void
vm_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HaNtolControl() protected méthode

protected HaNtolControl ( ) : System
Résultat System

LoadCalculatingMode() protected méthode

protected LoadCalculatingMode ( ) : void
Résultat void

LoadCalculationFailedMode() protected méthode

protected LoadCalculationFailedMode ( ) : void
Résultat void

LoadCalculationSucceededMode() protected méthode

protected LoadCalculationSucceededMode ( decimal value ) : void
value decimal
Résultat void

OnNtolKnownChanged() protected méthode

protected OnNtolKnownChanged ( ) : void
Résultat void

Property Details

ntol protected_oe property

protected long ntol
Résultat long

ntolMax protected_oe property

protected long ntolMax
Résultat long