Méthode | Description | |
---|---|---|
Index ( ) : System.Web.Mvc.ActionResult | ||
Names ( string term ) : System.Web.Mvc.ActionResult | ||
NewQuery ( ) : System.Web.Mvc.ActionResult | ||
NthTimeAttenders ( int id ) : System.Web.Mvc.ActionResult | ||
RecordTest ( int id, string v ) : System.Web.Mvc.ActionResult | ||
SwitchTag ( string tag ) : System.Web.Mvc.ActionResult | ||
TargetOrg ( bool id ) : System.Web.Mvc.ActionResult | ||
TargetPerson ( bool id ) : System.Web.Mvc.ActionResult | ||
UseNewFeature ( bool id ) : System.Web.Mvc.ActionResult |
Méthode | Description | |
---|---|---|
ActiveRecords ( System.DateTime dt ) : System.Web.Mvc.ActionResult | ||
CanRunScript ( string script ) : bool | ||
FastSearch ( string q ) : System.Web.Mvc.ActionResult | ||
FastSearchPrefetch ( ) : System.Web.Mvc.ActionResult | ||
FetchPyScriptForm ( string name ) : string | ||
PyScript ( string name, string p1, string p2, string v1, string v2 ) : System.Web.Mvc.ActionResult | ||
PyScriptForm ( ) : System.Web.Mvc.ActionResult | ||
PyScriptForm ( string name ) : System.Web.Mvc.ActionResult | ||
RunScript ( string name, string parameter = null, string title = null ) : System.Web.Mvc.ActionResult | ||
RunScriptExcel ( string scriptname, string parameter = null ) : System.Web.Mvc.ActionResult | ||
RunScriptSql ( CmsData.CMSDataContext db, string parameter, string body, DynamicParameters p ) : string | ||
ShowError ( string error, string url ) : System.Web.Mvc.ActionResult | ||
Support2 ( string helplink ) : System.Web.Mvc.ActionResult | ||
Test ( int id ) : System.Web.Mvc.ActionResult | ||
TestScript ( ) : System.Web.Mvc.ActionResult | ||
TestScript ( string script ) : System.Web.Mvc.ActionResult | ||
UserPreferences ( ) : System.Web.Mvc.ActionResult | ||
Warmup ( ) : System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Names ( string term ) : System.Web.Mvc.ActionResult | ||
term | string | |
Résultat | System.Web.Mvc.ActionResult |
public NewQuery ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public NthTimeAttenders ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |
public RecordTest ( int id, string v ) : System.Web.Mvc.ActionResult | ||
id | int | |
v | string | |
Résultat | System.Web.Mvc.ActionResult |
public SwitchTag ( string tag ) : System.Web.Mvc.ActionResult | ||
tag | string | |
Résultat | System.Web.Mvc.ActionResult |
public TargetOrg ( bool id ) : System.Web.Mvc.ActionResult | ||
id | bool | |
Résultat | System.Web.Mvc.ActionResult |
public TargetPerson ( bool id ) : System.Web.Mvc.ActionResult | ||
id | bool | |
Résultat | System.Web.Mvc.ActionResult |
public UseNewFeature ( bool id ) : System.Web.Mvc.ActionResult | ||
id | bool | |
Résultat | System.Web.Mvc.ActionResult |