Interface IFieldValidator
- All Known Subinterfaces:
IMultiReferenceValidator, IMultiValueFieldValidator, IOptionalReferenceValidator, IOptionalValueFieldValidator, IReferenceValidator, IValueFieldValidator
- All Known Implementing Classes:
FieldValidator, MultiReferenceValidator, MultiValueFieldValidator, OptionalReferenceValidator, OptionalValueFieldValidator, ReferenceValidator, ValueFieldValidator
public interface IFieldValidator
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidassertBelongsToEntity(IField field) voidvoidassertIsNotEmpty(IField field) voidvoidassertKnowsParentColumn(IField field)
-
Method Details
-
assertBelongsToEntity
-
assertDoesNotBelongToEntity
-
assertIsNotEmpty
-
assertIsNotMandatoryAndEmptyBoth
-
assertKnowsParentColumn
-