Метод | Описание | |
---|---|---|
BindModel ( dynamic model, string fieldPrefix ) : bool |
Binds the model.
|
|
InsertMacroController ( IBackOfficeRequestContext requestContext ) : System |
Метод | Описание | |
---|---|---|
GetMacroByAlias ( string alias ) : |
Gets a macro by alias.
|
|
SelectMacro ( HiveId contentId, bool isNew ) : System.Web.Mvc.ActionResult | ||
SetParameters ( HiveId contentId, string macroAlias, bool isNew, string inlineMacroId = "", string macroParameters = "" ) : System.Web.Mvc.ActionResult | ||
SetParametersForm ( HiveId contentId, string macroAlias, bool isNew, string inlineMacroId = "" ) : System.Web.Mvc.ActionResult |
public BindModel ( dynamic model, string fieldPrefix ) : bool | ||
model | dynamic | The model. |
fieldPrefix | string | The field prefix. |
Результат | bool |
public InsertMacroController ( IBackOfficeRequestContext requestContext ) : System | ||
requestContext | IBackOfficeRequestContext | |
Результат | System |