[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactResellerSaleP.DiscountAmount / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public Double DiscountAmount{ get => IP.GetPV<Double>(FactResellerSaleP.DiscountAmount); set => IP.SetPV(FactResellerSaleP.DiscountAmount, value); } public AddDiscountAmount(Double discountAmount) => IP.AddPV(FactResellerSaleP.DiscountAmount, discountAmount); public Double? GetDiscountAmount() => TryGetDiscountAmount(out var retval) ? retval : null; public Double GetDiscountAmount(Double defaultValue) => TryGetDiscountAmount(out var retval) ? retval : defaultValue; public bool TryGetDiscountAmount(out Double discountAmount) => IP.TryGetPV(FactResellerSaleP.DiscountAmount, out discountAmount); |
| Cardinality | HistoryOnly |
| Description | Note: All instances of 'DiscountAmount = 0' has been filtered out at import |
| EnumMember | DiscountAmount |
| EnumType | FactResellerSaleP |
| IsObligatory | -False- |
| Type | Double |
7 items
Generated 2025-10-29 09:19:13.222 UTC