Interface IFieldValidator
Allows access to the field validator
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 12.17.2Syntax
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. |