Skip to main content

%iKnow.DeepSee.ListingKeyFilter

This %iKnow.Filters.Filter filters sources according to a DeepSee Listing and should only be used internally.

Property Inventory

Method Inventory

Properties

property CubeName as %String;
Property methods: CubeNameDisplayToLogical(), CubeNameGet(), CubeNameIsValid(), CubeNameLogicalToDisplay(), CubeNameLogicalToOdbc(), CubeNameNormalize(), CubeNameSet()
property DSQueryKey as %String;
Property methods: DSQueryKeyDisplayToLogical(), DSQueryKeyGet(), DSQueryKeyIsValid(), DSQueryKeyLogicalToDisplay(), DSQueryKeyLogicalToOdbc(), DSQueryKeyNormalize(), DSQueryKeySet()
property MeasureName as %String;
Property methods: MeasureNameDisplayToLogical(), MeasureNameGet(), MeasureNameIsValid(), MeasureNameLogicalToDisplay(), MeasureNameLogicalToOdbc(), MeasureNameNormalize(), MeasureNameSet()

Methods

method ToString() as %String
Inherited description:

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