Gorgon
Show / Hide Table of Contents

Enum SearchMode

The mode of search as defined by the user.

Namespace: Gorgon.Editor.Services
Assembly: Gorgon.Editor.API.dll
Syntax
public enum SearchMode

Fields

Name Description
All

Search everything, use a single * to enable this.

Contains

Search for the word that contains the value typed.

EndsWith

Search for the word that ends with the value typed. Start the search string with a * to enable this.

OnlyWord

Search for the exact word typed in. Use quotes around the word to enable this.

StartsWith

Search for the word that starts with the value typed. End the search string with a * to enable this.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author