Table of Contents

Class ValidationRuleForm

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

View model for rendering a ValidationRule configuration.

public class ValidationRuleForm
Inheritance
object
ValidationRuleForm
Extension Methods

Properties

FieldName

Gets or sets name of a field the validation rule belongs to.

public string FieldName { get; set; }

Property Value

string

FormComponentInstanceIdentifier

Gets or sets identifier of the currently edited instance of FormComponent<TProperties, TValue>.

public Guid FormComponentInstanceIdentifier { get; set; }

Property Value

Guid

FormComponents

Collection of form components used for configuring ValidationRule.

public IEnumerable<FormComponent> FormComponents { get; set; }

Property Value

IEnumerable<FormComponent>

FormId

Gets or sets ID of a biz form whose fields are being edited.

public int FormId { get; set; }

Property Value

int

NotifyFormBuilder

Decides whether Form builder should be notified about validation of ValidationRule configuration.

public bool NotifyFormBuilder { get; set; }

Property Value

bool
See Also

ValidationRuleConfiguration

Gets or sets ValidationRuleConfiguration for displaying the form used for ValidationRule's configuration.

public ValidationRuleConfiguration ValidationRuleConfiguration { get; set; }

Property Value

ValidationRuleConfiguration