C# Class TestSite.Controllers.Registration

Inheritance: SmartDispatcherController
显示文件 Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
ActionTo ( ) : void
DoAPostBack ( int postCount ) : void
Index ( ) : void
List ( ) : void
PostBack ( ) : void
PostHere ( string p1, int p2 ) : void
Save ( String name, String address, String city, String country, int age ) : void

Method Details

ActionTo() public method

public ActionTo ( ) : void
return void

DoAPostBack() public method

public DoAPostBack ( int postCount ) : void
postCount int
return void

Index() public method

public Index ( ) : void
return void

List() public method

public List ( ) : void
return void

PostBack() public method

public PostBack ( ) : void
return void

PostHere() public method

public PostHere ( string p1, int p2 ) : void
p1 string
p2 int
return void

Save() public method

public Save ( String name, String address, String city, String country, int age ) : void
name String
address String
city String
country String
age int
return void