C# Class CheckOut, devryweb460store

Inheritance: System.Web.UI.Page
Mostrar archivo Open project: jasonhuber/devryweb460store Class Usage Examples

Public Methods

Method Description
EmptyShippingInfo ( ) : void
GetCustomerID ( ) : string
GetState ( ) : string

Protected Methods

Method Description
GetShippingInformation ( ) : void
LoggedIn ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
ReconfigureOrder ( object sender, EventArgs e ) : void
btnSubmitDetails_Click ( object sender, EventArgs e ) : void
btnUpdateQuantity_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindGridRepeater ( ) : void
BindRPTShipping ( ) : void
CalculateTax ( double total, double tax ) : double
CalculateTotal ( double total, double tax ) : string
UpdateQuantity ( ) : void
ValidateQuantity ( int minQuantityInt, int quantityAvailableInt, int quantityInt ) : void

Method Details

EmptyShippingInfo() public method

public EmptyShippingInfo ( ) : void
return void

GetCustomerID() public method

public GetCustomerID ( ) : string
return string

GetShippingInformation() protected method

protected GetShippingInformation ( ) : void
return void

GetState() public method

public GetState ( ) : string
return string

LoggedIn() protected method

protected LoggedIn ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ReconfigureOrder() protected method

protected ReconfigureOrder ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnSubmitDetails_Click() protected method

protected btnSubmitDetails_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnUpdateQuantity_Click() protected method

protected btnUpdateQuantity_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void