NameFilter
Represents a filter for the onion.net data search. This filter limits by name.
Contains and Exactly can be used as a type for narrowing down. The type Exactly searches for data objects that have exactly these names. If the type Contains is searched with, then all data objects are found which contain the indicated words in their name.
Constructors
Constructor | Description |
---|---|
NameFilter(MatchType, String) | Initialises a new instance of the NameFilter class. The indicated parameters form the complete filter. |
Properties
Property | Description |
---|---|
MatchType:MatchType | The MatchType indicates the type of search for the name in a data object. The default value is Exact. |
Word:String | Contains the term for which to search in the name. |
Methods
Method | Description |
---|---|
Equals(Object):Boolean | Determines whether the indicated object is identical to the current object. (Inherited by System.Object) |
GetHashCode():Int32 | Functions as the standard hash function. (Inherited by System.Object) |
GetType():Type | Calls the runtime type of the current instance. (Inherited by System.Object) |
ToString():String | Creates a string equivalent of the current exception and returns this. (Inherited by System.Object) |