2027 Members
Changes 0
M

ParameterFilterRuleFactory Methods

Name Return Type Description Inherited From
M CreateBeginsWithRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document begin with a certain string value.
M CreateContainsRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document contain a certain string value.
M CreateEndsWithRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document end with a certain string value.
M CreateEqualsRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document equal a certain value.
M CreateEqualsRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document equal a certain value.
M CreateEqualsRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document equal a certain value.
M CreateEqualsRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document equal a certain value.
M CreateGreaterOrEqualRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document are greater than or equal to a certain value.
M CreateGreaterOrEqualRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document are greater than or equal to a certain value.
M CreateGreaterOrEqualRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document are greater than or equal to a certain value.
M CreateGreaterOrEqualRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document are greater than or equal to a certain value.
M CreateGreaterRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document are greater than a certain value.
M CreateGreaterRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document are greater than a certain value.
M CreateGreaterRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document are greater than a certain value.
M CreateGreaterRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document are greater than a certain value.
M CreateHasNoValueParameterRule(ElementId) FilterRule Creates a filter rule that determines whether an element's parameter does not have a value.
M CreateHasValueParameterRule(ElementId) FilterRule Creates a filter rule that determines whether an element's parameter has a value.
M CreateIsAssociatedWithGlobalParameterRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether a parameter is associated with a certain global parameter.
M CreateIsNotAssociatedWithGlobalParameterRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether a parameter is not associated with a certain global parameter.
M CreateLessOrEqualRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document are less than or equal to a certain value.
M CreateLessOrEqualRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document are less than or equal to a certain value.
M CreateLessOrEqualRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document are less than or equal to a certain value.
M CreateLessOrEqualRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document are less than or equal to a certain value.
M CreateLessRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document are less than a certain value.
M CreateLessRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document are less than a certain value.
M CreateLessRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document are less than a certain value.
M CreateLessRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document are less than a certain value.
M CreateNotBeginsWithRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document do not begin with a certain string value.
M CreateNotContainsRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document do not contain a certain string value.
M CreateNotEndsWithRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document do not end with a certain string value.
M CreateNotEqualsRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document do not equal a certain value.
M CreateNotEqualsRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document do not equal a certain value.
M CreateNotEqualsRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document do not equal a certain value.
M CreateNotEqualsRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document do not equal a certain value.
M CreateSharedParameterApplicableRule(String) FilterRule Creates a filter rule that tests elements for support of a shared parameter.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object