C# 클래스 SampleSite.Controllers.AjaxArea.FormRemoteTagController

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

공개 메소드들

메소드 설명
AddContact ( String name, String email ) : void
AddContact2 ( String name, String email ) : void
Index ( ) : void

보호된 메소드들

메소드 설명
ObtainContacts ( ) : IList

메소드 상세

AddContact() 공개 메소드

public AddContact ( String name, String email ) : void
name String
email String
리턴 void

AddContact2() 공개 메소드

public AddContact2 ( String name, String email ) : void
name String
email String
리턴 void

Index() 공개 메소드

public Index ( ) : void
리턴 void

ObtainContacts() 보호된 메소드

protected ObtainContacts ( ) : IList
리턴 IList