Click or drag to resize

imbStringTemplateExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Extensions for easier application of stringTemplate mechanism
Inheritance Hierarchy
SystemObject
  imbSCI.Core.reporting.extensionsimbStringTemplateExtensions

Namespace:  imbSCI.Core.reporting.extensions
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class imbStringTemplateExtensions
Request Example View Source

The imbStringTemplateExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleapplyToContent(String, Boolean, PropertyCollection)
Replaces all template placeholder fields if mached with data PropertyCollection key values.
Public methodStatic memberapplyToContent(String, PropertyCollection, Boolean)
Replaces all hard {{{data_fieldname}}} and soft {{data_fieldname}} fields if mached with data PropertyCollection key values.
Public methodStatic membergetPlaceHolders
Creates placeholder collection
Public methodStatic memberisTemplate
Determines whether this String has template placeholders
Top
See Also