Click or drag to resize
AnotherIntFieldVisibilityCondition Class
Form component visibility condition specifying dependency on another field of integer type whose value satisfies condition based on ComparisonType and CompareToValue.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcVisibilityCondition
    Kentico.Forms.Web.MvcAnotherFieldVisibilityConditionNullableInt32
      Kentico.Forms.Web.MvcAnotherIntFieldVisibilityCondition

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class AnotherIntFieldVisibilityCondition : AnotherFieldVisibilityCondition<Nullable<int>>

The AnotherIntFieldVisibilityCondition type exposes the following members.

Constructors
  NameDescription
Public methodAnotherIntFieldVisibilityCondition
Top
Properties
Methods
  NameDescription
Public methodIsVisible
Gets a value indicating whether a form component is visible.
(Overrides VisibilityConditionIsVisible.)
Public methodModifyMetadata
Modifies modelMetadata according to the current object.
(Inherited from VisibilityCondition.)
Top
See Also