Skip to main content

DocBook.remark

persistent class DocBook.remark extends DocBook.block

SQL Table Name: DocBook.remark

Represents editorial material usually associated with a document while it is in development

Property Inventory

Properties

property InclRemark as %Integer;
Indicate whether this remark should render itself
Property methods: InclRemarkDisplayToLogical(), InclRemarkGet(), InclRemarkGetStored(), InclRemarkIsValid(), InclRemarkLogicalToDisplay(), InclRemarkNormalize(), InclRemarkSet()
property remarkContent as cdata (MAXLEN = 32000);
The text content of this block
Property methods: remarkContentGet(), remarkContentGetStored(), remarkContentIsValid(), remarkContentSet()

Indexes

index ($remark on ) [Extent, Type = bitmap];

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (DocBook.block)

^DocBook.blockD(ID,"content")
=
content

Storage Model: CacheStorage (DocBook.block)

^DocBook.blockD(ID,"render")
=
renderedContent

Storage Model: CacheStorage (DocBook.block)

^DocBook.blockD(ID)
=
%%CLASSNAME
blockpos
book
component
container
id
lang
lastchange
role
sourcefile
sourcetime
status
title
attrgiven
tagattrs
remap
product
extraTags
Rank
TopId
NearestLevel1
Searchable
category

Storage Model: CacheStorage (DocBook.remark)

^DocBook.blockD(ID,"remark")
=
InclRemark
remarkContent
FeedbackOpens in a new tab