[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactResellerSaleP.DiscountAmount / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
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);


CardinalityHistoryOnly
DescriptionNote: All instances of 'DiscountAmount = 0' has been filtered out at import
EnumMemberDiscountAmount
EnumTypeFactResellerSaleP
IsObligatory-False-
TypeDouble

7 items

Edit


Generated 2024-06-01 20:19:52.291 UTC