[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactCallCenterP.Shift / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String Shift{ get => IP.GetPV<String>(FactCallCenterP.Shift); set => IP.SetPV(FactCallCenterP.Shift, value); } public AddShift(String shift) => IP.AddPV(FactCallCenterP.Shift, shift); public String? GetShift() => TryGetShift(out var retval) ? retval : null; public String GetShift(String defaultValue) => TryGetShift(out var retval) ? retval : defaultValue; public bool TryGetShift(out String shift) => IP.TryGetPV(FactCallCenterP.Shift, out shift); |
| Cardinality | HistoryOnly |
| EnumMember | Shift |
| EnumType | FactCallCenterP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2026-01-13 16:13:35.090 UTC