Skip to main content

%iKnow.Filters.SourceIdRangeFilter

Utility filter representing a range of consecutive source IDs.

Filter parameters:

  1. domainId As %Integer
  2. from As %Integer - first Source ID to be included in the range.
  3. to As %Integer - last Source ID to be included in the range.

Property Inventory

Method Inventory

Properties

property From as %Integer;
Property methods: FromDisplayToLogical(), FromGet(), FromIsValid(), FromLogicalToDisplay(), FromNormalize()
property To as %Integer;
Property methods: ToDisplayToLogical(), ToGet(), ToIsValid(), ToLogicalToDisplay(), ToNormalize()

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