SaaS CMS has officially launched! Learn more now.

Interface IFieldValidator

Allows access to the field validator

Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public interface IFieldValidator : IValidator

Properties

FieldName

Gets or sets the name of the field.

Declaration
string FieldName { get; set; }
Property Value
Type Description
System.String

The name of the field.

ObjectToValidate

Gets or sets the object to validate.

Declaration
object ObjectToValidate { get; set; }
Property Value
Type Description
System.Object

The object to validate.