Namespace:
Autodesk.Revit.DB
FilterStringBeginsWith
Class
Description:
Tests whether string values from the document begin with a certain string.
Tests whether string values from the document begin with 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.FilterStringBeginsWith
System.Object
Autodesk.Revit.DB.FilterStringRuleEvaluator
Autodesk.Revit.DB.FilterStringBeginsWith
FilterStringBeginsWith Class Members:
| Name | Description | Inherited From |
|---|---|---|
| FilterStringBeginsWith | Constructs an instance of FilterStringBeginsWith. |
| 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 |