[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / DimResellerP / MinPaymentAmount / __TOCDet / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String MinPaymentAmount{
get => IP.GetPV<String>(DimResellerP.MinPaymentAmount);
set => IP.SetPV(DimResellerP.MinPaymentAmount, value);
}
public AddMinPaymentAmount(String minPaymentAmount) => IP.AddPV(DimResellerP.MinPaymentAmount, minPaymentAmount);
public String? GetMinPaymentAmount() => TryGetMinPaymentAmount(out var retval) ? retval : null;
public String GetMinPaymentAmount(String defaultValue) => TryGetMinPaymentAmount(out var retval) ? retval : defaultValue;
public bool TryGetMinPaymentAmount(out String minPaymentAmount) => IP.TryGetPV(DimResellerP.MinPaymentAmount, out minPaymentAmount);


CardinalityHistoryOnly
EnumMemberMinPaymentAmount
EnumTypeDimResellerP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-02 04:38:00.393 UTC