Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged resources and optionally releases managed resources.
|
Méthode | Description | |
---|---|---|
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
|
public Create ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | /// The id. /// |
Résultat | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | /// The id. /// |
Résultat | System.Web.Mvc.ViewResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Résultat | void |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | /// The id. /// |
Résultat | System.Web.Mvc.ActionResult |
public EmployeeWCFController ( IEmployeeBoService _serviceClient ) : System.Linq | ||
_serviceClient | IEmployeeBoService | /// The _service client. /// |
Résultat | System.Linq |
public Index ( ) : System.Web.Mvc.ViewResult | ||
Résultat | System.Web.Mvc.ViewResult |