Namespace:
Autodesk.Revit.DB
FilterStringLess
Class
Description:
Tests whether string values from the document would sort before a certain string.
Tests whether string values from the document would sort before a certain string.
Remarks:
All string comparisons in this class are performed in the case-insensitive manner.
All string comparisons in this class are performed in the case-insensitive manner.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FilterStringRuleEvaluator
Autodesk.Revit.DB.FilterStringLess
System.Object
Autodesk.Revit.DB.FilterStringRuleEvaluator
Autodesk.Revit.DB.FilterStringLess
FilterStringLess Class Members:
Name | Description | Inherited From |
---|---|---|
FilterStringLess | Constructs an instance of FilterStringLess. |
Name | Description | Inherited From |
---|---|---|
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. (Inherited from FilterStringRuleEvaluator ) | FilterStringRuleEvaluator |
Name | Description | Inherited From |
---|---|---|
Dispose | (Inherited from FilterStringRuleEvaluator ) | FilterStringRuleEvaluator |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
Evaluate | Derived classes override this method to implement the test that determines whether the two given string values satisfy the desired condition or not. (Inherited from FilterStringRuleEvaluator ) | FilterStringRuleEvaluator |
GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |