Public Member Functions | |
void | Check () |
void | Notify () |
Static Public Member Functions | |
static FormConstraint | Logical (string name, Func< bool > checker) |
Public Attributes | |
FormErrorCheck | ErrorCheck |
string | Name |
bool | IsValid => !ErrorCheck(out string err) |
Events | |
Action | OnValidate |
Action | OnNotify |