InternalValidate method
Implementation
@override
void InternalValidate() {
if (this.propertyDefinition == null) {
throw new ServiceValidationException(
"Strings.PropertyDefinitionPropertyMustBeSet");
}
}
@override
void InternalValidate() {
if (this.propertyDefinition == null) {
throw new ServiceValidationException(
"Strings.PropertyDefinitionPropertyMustBeSet");
}
}