BDPValidatable

@protocol BDPValidatable <NSObject>

@brief Any object whose state can be validated for correctness.

Typically this will be implemented only by data-model classes. @copyright Bluedot Innovation

  • @returns YES if the state of this object is valid, NO otherwise.

    Declaration

    Objective-C

    - (BOOL)valid;