C# Class formulate.app.Controllers.FieldsController

Inheritance: Umbraco.Web.Editors.UmbracoAuthorizedJsonController
Afficher le fichier Open project: rhythmagency/formulate

Private Properties

Свойство Type Description
GetFieldTypes object

Méthodes publiques

Méthode 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

Méthode Description
GetFieldTypes ( ) : object

Method Details

FieldsController() public méthode

Default constructor.
public FieldsController ( ) : System
Résultat System

FieldsController() public méthode

Primary constructor.
public FieldsController ( Umbraco.Web.UmbracoContext context ) : System
context Umbraco.Web.UmbracoContext Umbraco context.
Résultat System

GetButtonKinds() public méthode

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