London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IFieldValidator

Allows access to the field validator

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