Table of Contents

Class ValidationRule<TValue>

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents a base class for validation rules without custom properties for rule and client.

public abstract class ValidationRule<TValue> : ValidationRule<EmptyValidationRuleProperties, TValue>, IValidationRule

Type Parameters

TValue

Value to be validated.

Inheritance
object
ValidationRule<TValue>
Implements
Derived
Inherited Members
Extension Methods