C# Class TestSite.Controllers.Registration

Inheritance: SmartDispatcherController
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode 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 méthode

public ActionTo ( ) : void
Résultat void

DoAPostBack() public méthode

public DoAPostBack ( int postCount ) : void
postCount int
Résultat void

Index() public méthode

public Index ( ) : void
Résultat void

List() public méthode

public List ( ) : void
Résultat void

PostBack() public méthode

public PostBack ( ) : void
Résultat void

PostHere() public méthode

public PostHere ( string p1, int p2 ) : void
p1 string
p2 int
Résultat void

Save() public méthode

public Save ( String name, String address, String city, String country, int age ) : void
name String
address String
city String
country String
age int
Résultat void