[ROOT] / doc / toc / ARCCore / Enum / PKRelAttributeP / ForeignEntity / __TOCDet / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public Type ForeignEntity{ get => IP.GetPV<Type>(PKRelAttributeP.ForeignEntity); set => IP.SetPV(PKRelAttributeP.ForeignEntity, value); } public AddForeignEntity(Type foreignEntity) => IP.AddPV(PKRelAttributeP.ForeignEntity, foreignEntity); public Type? GetForeignEntity() => TryGetForeignEntity(out var retval) ? retval : null; public Type GetForeignEntity(Type defaultValue) => TryGetForeignEntity(out var retval) ? retval : defaultValue; public bool TryGetForeignEntity(out Type foreignEntity) => IP.TryGetPV(PKRelAttributeP.ForeignEntity, out foreignEntity); |
| Cardinality | HistoryOnly |
| Description | The type of foreign entity that this property points to. |
| EnumMember | ForeignEntity |
| EnumType | PKRelAttributeP |
| IsObligatory | -False- |
| Type | Type |
7 items
Generated 2026-01-06 22:35:29.851 UTC