Skip to main content

%iKnow.Filters.BitmapFilter

Internal class to build a filter based on a global already containing a bitmap

Property Inventory

Method Inventory

Properties

property GlobName as %String;
Property methods: GlobNameDisplayToLogical(), GlobNameGet(), GlobNameIsValid(), GlobNameLogicalToDisplay(), GlobNameLogicalToOdbc(), GlobNameNormalize(), GlobNameSet()

Methods

method ToString() as %String

Subclasses should implement this method to build a string representation of the filter instance. It should start with the filter class name, followed by a pipe (|) character and then a string representation that can be interpreted by its RestoreFilterFromStringInternal() implementation.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab