Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/common/serial-status.model.ts (line 15)
Part of: Pams
Properties
| Property | Type |
|---|---|
SerialStatusId | number |
CompanyBranchId | number |
SerialTypeId | number |
IsActive | boolean |
SerialActivationDate | Date |
CreationById | number |
CreationDate | Date |
SerialCombinations | Array<ProductSerialCombination> |
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
ProductSerialCombinationComponent—Pams/Web/Pams.Web/Client/app/components/configuration/serials-compinations/product-serial-combination/product-serial-combination.component.ts:1SerialStatusService—Pams/Web/Pams.Web/Client/app/services/common/serial-status.service.ts:1
Was this page helpful?