Click or drag to resize
IEditablePropertiesCollector Interface

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IEditablePropertiesCollector

The IEditablePropertiesCollector type exposes the following members.

Methods
  NameDescription
Public methodGetEditableProperties
Returns a collection of PropertyInfos editable in Form builder's UI.
Public methodGetEditablePropertiesWithEditors
Returns key value pair collection of FormComponents paired with the PropertyInfo that is edited via given FormComponent in Form builder's UI.
Public methodGetFormComponents
Collects properties annotated with EditingComponentAttribute from given model and returns collection of FormComponents used for editing those properties in UI.
Top
See Also