Skip to content

DecreasedTable

reference
1 min readUpdated

Kind: Class

Source: Pams/Web/Pams.Web/Client/app/models/common/decreased-table.model.ts (line 2)

Part of: Pams

Methods

MethodSignatureReturns
resetFromSymoblresetFromSymobl()void
FromcurrencyChangeFromcurrencyChange(e: any)void
TocurrencyChangeTocurrencyChange(e: any)void
resetToSymoblresetToSymobl()void

Properties

PropertyType
IDnumber
SupplierIDnumber
DecreasedTableSerialnumber
FromValuenumber
ToValuenumber
FormCurrencyCodestring
ToCurrencyCodestring
Percentagenumber
_FromCurrencySymbolstring
_ToCurrencySymbolstring

Where it refuses work

  • DecreasedTable stops the work with an early return when this._FromCurrencySymbol != "".
  • DecreasedTable stops the work with an early return when this._ToCurrencySymbol != "".

Relationships

  • IMPORTS → AppSettings

Used by

5 references from 5 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (5)

  • PrincipalViewEditComponentPams/Web/Pams.Web/Client/app/components/market/principles/principles-view-edit/principles-view-edit.component.ts:1
  • DecreassedMarginComponentPams/Web/Pams.Web/Client/app/components/shared/decreassed-margin/decreassed-margin.component.ts:1
  • SupplierContractualInfoPams/Web/Pams.Web/Client/app/models/common/supplier-contractual-info.model.ts:7
  • AccountTypePams/Web/Pams.Web/Client/app/models/person/accounts.model.ts:13
  • SupplierPams/Web/Pams.Web/Client/app/models/person/supplier.model.ts:9

Was this page helpful?

Download as PDF