C# Class DotNetNuke.Modules.Admin.Sales.Purchase

Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
Afficher le fichier Open project: ucdavis/caesdodnn

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
ConvertCurrency ( string Amount, string FromCurrency, string ToCurrency ) : double
InitializeComponent ( ) : void
cmdCancel_Click ( Object sender, EventArgs e ) : void
cmdPurchase_Click ( Object sender, EventArgs e ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void