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