isInstanceValid abstract method
Evaluates if an instance is valid within the context of the provider. If an instance is invalid, it won't be created or updated.
Implementation
bool isInstanceValid(T instance);
Evaluates if an instance is valid within the context of the provider. If an instance is invalid, it won't be created or updated.
bool isInstanceValid(T instance);