Kind: Class
Source: Pams/Web/Pams.Web/Client/app/services/sales/date-validation-service.service.ts (line 16)
Part of: Pams
Methods
| Method | Signature | Returns |
|---|---|---|
translateSubscriber | translateSubscriber(key: string) | void |
FireDateValidation | FireDateValidation(data: number) | void |
AddValidator | AddValidator(type: number, Validator: validator) | void |
validateMandatory | validateMandatory(type: number) | void |
validateMandatoryByEntity | validateMandatoryByEntity(type: number, inquiry: Inquiry) | void |
validateMandatorybyType | validateMandatorybyType(type: number) | void |
Properties
| Property | Type |
|---|---|
validation$ | any |
Where it refuses work
DateValidationServiceServicestops the work with an early return whentype < 10.
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
PamsServicesModule—Pams/Web/Pams.Web/Client/app/services/pams-services.module.ts:1
Was this page helpful?