C# Class formulate.app.Controllers.FieldsController

Inheritance: Umbraco.Web.Editors.UmbracoAuthorizedJsonController
Datei anzeigen Open project: rhythmagency/formulate

Private Properties

Property Type Description
GetFieldTypes object

Public Methods

Method Description
FieldsController ( ) : System

Default constructor.

FieldsController ( Umbraco.Web.UmbracoContext context ) : System

Primary constructor.

GetButtonKinds ( ) : object

Returns the kinds of buttons that can be selected when creating a button in the form designer.

Private Methods

Method Description
GetFieldTypes ( ) : object

Method Details

FieldsController() public method

Default constructor.
public FieldsController ( ) : System
return System

FieldsController() public method

Primary constructor.
public FieldsController ( Umbraco.Web.UmbracoContext context ) : System
context Umbraco.Web.UmbracoContext Umbraco context.
return System

GetButtonKinds() public method

Returns the kinds of buttons that can be selected when creating a button in the form designer.
public GetButtonKinds ( ) : object
return object