[ROOT] / doc / DocFrag / ARCDoc.DocFragP.Type / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public Type Type{ get => IP.GetPV<Type>(DocFragP.Type); set => IP.SetPV(DocFragP.Type, value); } public AddType(Type type) => IP.AddPV(DocFragP.Type, type); public Type? GetType() => TryGetType(out var retval) ? retval : null; public Type GetType(Type defaultValue) => TryGetType(out var retval) ? retval : defaultValue; public bool TryGetType(out Type type) => IP.TryGetPV(DocFragP.Type, out type);  | 
| Cardinality | HistoryOnly | 
| Description | Type of class or enum which this fragment describes (also relevant for class or enum member). | 
| EnumMember | Type | 
| EnumType | DocFragP | 
| IsObligatory | -False- | 
| Type | Type | 
7 items
Generated 2025-11-04 06:44:10.861 UTC