Method |
Description |
|
AddAges ( List ages ) : System.Web.Mvc.ActionResult |
|
|
AddFileToServer ( System.Web.HttpPostedFileBase datei, int detailId ) : System.Web.Mvc.ActionResult |
|
|
AddFileToServerNoReturnType ( System.Web.HttpPostedFileBase datei, int detailId ) : System.Web.Mvc.ActionResult |
|
|
AddJsEntryAndName ( Person person, string name ) : System.Web.Mvc.JsonResult |
|
|
AddJsEntryAndParams ( Person person, string name, string vorname ) : System.Web.Mvc.JsonResult |
|
|
AddJsEntryOnly ( Person person ) : System.Web.Mvc.JsonResult |
|
|
AddTsEntryAndName ( Person person, string name ) : System.Web.Mvc.JsonResult |
|
|
AddTsEntryAndParams ( Person person, string name, string vorname ) : System.Web.Mvc.JsonResult |
|
|
AddTsEntryOnly ( Person person ) : System.Web.Mvc.JsonResult |
|
|
BoolTsReturnType ( bool boolValue ) : System.Web.Mvc.JsonResult |
|
|
ClearJsCall ( ) : System.Web.Mvc.JsonResult |
|
|
ClearTsCall ( ) : System.Web.Mvc.JsonResult |
|
|
DateTsReturnType ( string name ) : System.Web.Mvc.JsonResult |
|
|
ErrorStringReturnType ( bool boolValue ) : System.Web.Mvc.ActionResult |
|
|
GetDownloadCompany ( int companyId, Company company ) : System.Web.Mvc.FileResult |
|
|
GetDownloadNoParams ( ) : System.Web.Mvc.FileResult |
|
|
GetDownloadPerson ( int personId, Person person ) : System.Web.Mvc.FileResult |
|
|
GetDownloadSimple ( int companyId, string name ) : System.Web.Mvc.FileResult |
|
|
IntegerTsReturnType ( int age ) : System.Web.Mvc.JsonResult |
|
|
LoadAllAutosArray ( string name ) : System.Web.Mvc.JsonResult |
|
|
LoadAllAutosListe ( string name ) : System.Web.Mvc.JsonResult |
|
|
LoadJsCallById ( int id ) : System.Web.Mvc.JsonResult |
|
|
LoadJsCallByParams ( string name, string vorname, int alter ) : System.Web.Mvc.JsonResult |
|
|
LoadJsCallByParamsAndId ( string name, string vorname, int alter, int id ) : System.Web.Mvc.JsonResult |
|
|
LoadJsCallByParamsWithEnum ( string name, string vorname, int alter, ClientAccess access ) : System.Web.Mvc.JsonResult |
|
|
LoadTsCallById ( int id ) : System.Web.Mvc.JsonResult |
|
|
LoadTsCallByParams ( string name, string vorname, int alter ) : System.Web.Mvc.JsonResult |
|
|
LoadTsCallByParamsAndId ( string name, string vorname, int alter, int id ) : System.Web.Mvc.JsonResult |
|
|
LoadTsCallByParamsWithEnum ( string name, string vorname, int alter, ClientAccess access ) : System.Web.Mvc.JsonResult |
|
|
ManySimpleParams ( int page, int size, byte sortedCol, byte desc, string smCompany, int smCustomerNumber, string smEmail, string smLastname, int portal, int count ) : System.Web.Mvc.JsonResult |
|
|
StringTsReturnType ( string name ) : JsonResult |
|
|
TestView ( ) : ActionResult |
|
|
VoidTsReturnType ( string name ) : JsonResult |
|
|