[ROOT]  doc  DocFrag  SELECT Assembly, DocFragType, Description.FirstLine()   <  SKIP 23  >   <  TAKE 12  >   

12 items

DocFragIdAssemblyDocFragTypeDescription.FirstLine()
ARCDoc.AppleP.NameARCDocEnumMemberThe name of the apple
ARCDoc.BananaPARCDocEnumDescribes class -Banana-.
ARCCore.BasePKAttribute.IsDefaultARCCoreClassMemberDoes not have a corresponding -BaseAttributeP- since all attributes relevant for querying (for instance in the documentation) will be IsDefault = FALSE anyway. (if we had included it in -BaseAttributeP- it would just have led to a lot of confusing IsDefault = FALSE key-values showing up.)
ARCDoc.BananaP.NameARCDocEnumMemberThe name of the banana
ARCDoc.OrangePARCDocEnumDescribes class -Orange-.
ARCCore.ClassAttributeARCCoreClassDescribes a class.
ARCDoc.BananaP.ColourARCDocEnumMember 
ARCDoc.OrangeP.NameARCDocEnumMemberThe name of the orange
ARCCore.ClassAttribute.GetAttributeARCCoreClassMemberThrows exception if type implements -IP- and no corresponding enum found (enum ending with capital letter 'P' (like 'CustomerP' for enum describing class 'Customer' for instance)
ARCDoc.OrangeP.ColourARCDocEnumMember 
ARCDoc.DocFragP.AssemblyARCDocEnumMemberName of the assembly in which this fragment resides.
ARCCore.ClassAttribute.InitializeARCCoreClassMemberTo be overridden in sub-classes, but do note that sub-classes are supposed to call base.Initialize() at end of their own initialization.

Generated 2025-11-06 07:52:46.716 UTC