C# 클래스 TestSite.Controllers.Registration

상속: SmartDispatcherController
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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

메소드 상세

ActionTo() 공개 메소드

public ActionTo ( ) : void
리턴 void

DoAPostBack() 공개 메소드

public DoAPostBack ( int postCount ) : void
postCount int
리턴 void

Index() 공개 메소드

public Index ( ) : void
리턴 void

List() 공개 메소드

public List ( ) : void
리턴 void

PostBack() 공개 메소드

public PostBack ( ) : void
리턴 void

PostHere() 공개 메소드

public PostHere ( string p1, int p2 ) : void
p1 string
p2 int
리턴 void

Save() 공개 메소드

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