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

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public Double TotalProductCost{
get => IP.GetPV<Double>(FactResellerSaleP.TotalProductCost);
set => IP.SetPV(FactResellerSaleP.TotalProductCost, value);
}
public AddTotalProductCost(Double totalProductCost) => IP.AddPV(FactResellerSaleP.TotalProductCost, totalProductCost);
public Double? GetTotalProductCost() => TryGetTotalProductCost(out var retval) ? retval : null;
public Double GetTotalProductCost(Double defaultValue) => TryGetTotalProductCost(out var retval) ? retval : defaultValue;
public bool TryGetTotalProductCost(out Double totalProductCost) => IP.TryGetPV(FactResellerSaleP.TotalProductCost, out totalProductCost);


CardinalityHistoryOnly
EnumMemberTotalProductCost
EnumTypeFactResellerSaleP
IsObligatory-False-
TypeDouble

6 items

Edit


Generated 2024-06-01 21:05:29.981 UTC