# DateValidationServiceService

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/services/sales/date-validation-service.service.ts` (line 16)

**Part of:** [Pams](subsystem-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

- `DateValidationServiceService` stops the work with an early return when `type < 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
