Interface IValidationMessageContainer

All Known Implementing Classes:
ValidationTreeObject, ValidationTreeValue

public interface IValidationMessageContainer
Parts of the validation tree body which can contain validation messages should implement this interface.
Since:
11.3
Author:
Petru Galanton
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Adds the given validation message to this object.
  • Method Details Link icon

    • addValidation Link icon

      void addValidation(ValidationMessage validation)
      Adds the given validation message to this object.
      Parameters:
      validation - the validation message to add