C# Class DV_Enterprises.Web.Service.Redirector

Inheritance: IRedirector
ファイルを表示 Open project: negonicrac/seniorproject2009

Public Methods

Method Description
GoToAdminPage ( ) : void
GoToAdminUserPage ( string username ) : void
GoToErrorPage ( ) : void
GoToGreenhouses ( ) : void
GoToHomePage ( ) : void
GoToManageProduct ( ) : void

Go to manage product page. This is for new products

GoToManageProduct ( int productId ) : void

Go to the manage product page. This is an edit form.

GoToProducts ( ) : void

Go to default products page. This the product list page.

GoToSignupPage ( ) : void
GoToViewGreenhouse ( int greenhouseId ) : void
GoToViewProduct ( int productId ) : void

Go to the product page

Private Methods

Method Description
Redirect ( string path ) : void

Method Details

GoToAdminPage() public method

public GoToAdminPage ( ) : void
return void

GoToAdminUserPage() public method

public GoToAdminUserPage ( string username ) : void
username string
return void

GoToErrorPage() public method

public GoToErrorPage ( ) : void
return void

GoToGreenhouses() public method

public GoToGreenhouses ( ) : void
return void

GoToHomePage() public method

public GoToHomePage ( ) : void
return void

GoToManageProduct() public method

Go to manage product page. This is for new products
public GoToManageProduct ( ) : void
return void

GoToManageProduct() public method

Go to the manage product page. This is an edit form.
public GoToManageProduct ( int productId ) : void
productId int Product Id
return void

GoToProducts() public method

Go to default products page. This the product list page.
public GoToProducts ( ) : void
return void

GoToSignupPage() public method

public GoToSignupPage ( ) : void
return void

GoToViewGreenhouse() public method

public GoToViewGreenhouse ( int greenhouseId ) : void
greenhouseId int
return void

GoToViewProduct() public method

Go to the product page
public GoToViewProduct ( int productId ) : void
productId int
return void