abstract ArchBaseFilterClause()

new abstract ArchBaseFilterClause()

An Architect Scripting class that serves as a base filter clause class. Note: Do not attempt to create an instance of this class directly. Instances of this class will be created automatically by Architect Scripting as needed.

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchBaseFilterClause'.

readonly isArchBaseFilterClause :boolean

Returns true indicating that this is an ArchBaseFilterClause instance.

readonly isArchBaseFilterMatching :boolean

Returns true indicating that this is an ArchBaseObjectFilterCommon instance.

Inherited From:

Methods

isMatch(archBaseObjectToCheck) → {boolean}

This function returns whether or not the supplied ArchBaseObject instance is a match for the inheriting filter object type. For the ArchFilterClauseContainer class, which you'll note that ArchFilterObject inherits from too, if there are no filter clauses in them the isMatch handling will return true.

Parameters:
Name Type Description
archBaseObjectToCheck ArchBaseObject

the ArchBaseObject instance you wish to check to see if it's a match.

Returns:
boolean
Inherited From: