Click or drag to resize

metaModelTargetEnum Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Enumerates possible targets of Apply/Append/Compose/Construct calls

Namespace:  imbSCI.Core.reporting.style.enums
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public enum metaModelTargetEnum
Request Example View Source
Members
  Member nameValueDescription
none0
defaultTarget1 Targets whatever is predefined as default target on level of IRender implementation class
document2 The current document
page3 The current page
scope4 The current scope
scopeParent5 The parent of current scope
scopeEachChild6 Each child of the current scope
scopeChild7 a child element of the current scope, needs key/id param
scopeRelativePath8 Any metaContent element existing on a path, relative to scope. Supports apsolute paths too
pencil9 Area pointed by cursor.pencil
lastAppend10 The last append line/segment/section/node/cell
nextAppend11 It will be applied after next append call
setStandard12 Set it to standard (for this render instance
unsetStandard13 Unset the standard config of this render instance
setNamedStandard14 The set named standard - defines a preset on styleTheme level, globally accessable by any render
unsetNamedStandard15 The deletes a named standard defined as preset on styleTheme level
asAppend16 Appends content representing configuration/settings/data used by targeting.
Remarks
Primarly created for ApplyStyle() method of IDocumentRender implementations
See Also