Interface for capsuling validating for class's own properties

interface Validate {
    validate(): void;
}

Implemented by

Methods

Methods