Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IFieldValidator

Allows access to the field validator

Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
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.