A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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.