C# Class XenAdmin.Controls.HaNtolControl

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: xenserver/xenadmin

Protected Properties

Property Type Description
ntol long
ntolMax long

Private Properties

Property Type Description
DeregisterEvents void
RegisterEvents void
StartNtolUpdate void
StopNtolUpdate void
VM_CollectionChanged void
updateNtol void
vm_PropertyChanged void

Protected Methods

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

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HaNtolControl() protected method

protected HaNtolControl ( ) : System
return System

LoadCalculatingMode() protected method

protected LoadCalculatingMode ( ) : void
return void

LoadCalculationFailedMode() protected method

protected LoadCalculationFailedMode ( ) : void
return void

LoadCalculationSucceededMode() protected method

protected LoadCalculationSucceededMode ( decimal value ) : void
value decimal
return void

OnNtolKnownChanged() protected method

protected OnNtolKnownChanged ( ) : void
return void

Property Details

ntol protected_oe property

protected long ntol
return long

ntolMax protected_oe property

protected long ntolMax
return long