C# 클래스 MvcApp.Controllers.EmployeeWCFController

The employee WCF controller.
Get data from WCF Service
상속: Controller
파일 보기 프로젝트 열기: megadotnet/ironframework 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult

The create.

Delete ( int id ) : System.Web.Mvc.ActionResult

The delete.

Details ( int id ) : System.Web.Mvc.ViewResult

The details.

Edit ( int id ) : System.Web.Mvc.ActionResult

The edit.

EmployeeWCFController ( IEmployeeBoService _serviceClient ) : System.Linq

Initializes a new instance of the EmployeeController class.

Index ( ) : System.Web.Mvc.ViewResult

The index.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged resources and optionally releases managed resources.

비공개 메소드들

메소드 설명
Create ( ServicePoxry employee ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( ServicePoxry employee ) : System.Web.Mvc.ActionResult
GetTitle ( string term ) : System.Web.Mvc.JsonResult

GetTitle for Autocomplete

메소드 상세

Create() 공개 메소드

The create.
public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

The delete.
public Delete ( int id ) : System.Web.Mvc.ActionResult
id int /// The id. ///
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

The details.
public Details ( int id ) : System.Web.Mvc.ViewResult
id int /// The id. ///
리턴 System.Web.Mvc.ViewResult

Dispose() 보호된 메소드

Releases unmanaged resources and optionally releases managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

Edit() 공개 메소드

The edit.
public Edit ( int id ) : System.Web.Mvc.ActionResult
id int /// The id. ///
리턴 System.Web.Mvc.ActionResult

EmployeeWCFController() 공개 메소드

Initializes a new instance of the EmployeeController class.
public EmployeeWCFController ( IEmployeeBoService _serviceClient ) : System.Linq
_serviceClient IEmployeeBoService /// The _service client. ///
리턴 System.Linq

Index() 공개 메소드

The index.
public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult