C# 클래스 formulate.app.Controllers.FieldsController

상속: Umbraco.Web.Editors.UmbracoAuthorizedJsonController
파일 보기 프로젝트 열기: rhythmagency/formulate

Private Properties

프로퍼티 타입 설명
GetFieldTypes object

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetFieldTypes ( ) : object

메소드 상세

FieldsController() 공개 메소드

Default constructor.
public FieldsController ( ) : System
리턴 System

FieldsController() 공개 메소드

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

GetButtonKinds() 공개 메소드

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