Show / Hide Table of Contents

Enum StringExtensions.SearchOptions

Describes search options for the method TokenSearch(string, string, SearchOptions)

Namespace: TheXDS.MCART.Types.Extensions
Assembly: MCART.dll
Syntax
[Flags]
public enum StringExtensions.SearchOptions

Fields

Name Description
CaseSensitive

Case-sensitive search mode. The string will match the search terms if it contains at least one of the tokens.

Default

Default search mode. Case will be ignored and the string will match the search terms if it contains at least one of the tokens.

IncludeAll

Strict search mode. Case will be ignored, and the string will match the search terms if it contains all specified tokens.

WildCard

Interpret tokens using the Like operator

Extension Methods

EnumExtensions.GetAttribute<T>(Enum)
EnumExtensions.GetAttributes<T>(Enum)
EnumExtensions.HasAttrValue<TAttribute, TValue>(Enum, out TValue)
EnumExtensions.HasAttribute<T>(Enum)
EnumExtensions.HasAttribute<T>(Enum, out T)
EnumExtensions.HasAttributes<T>(Enum, out IEnumerable<T>)
EnumExtensions.NameOf(Enum)
EnumExtensions.ToBytes(Enum)
EnumExtensions.ToUnderlyingType(Enum)
Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>)
ObjectExtensions.Is(object, object)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object, object)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
Objects.Itself<StringExtensions.SearchOptions>(StringExtensions.SearchOptions)
Objects.ShallowClone<StringExtensions.SearchOptions>(StringExtensions.SearchOptions)
Objects.ShallowCopyTo<StringExtensions.SearchOptions>(StringExtensions.SearchOptions, StringExtensions.SearchOptions)
CollectionExtensions.PushInto<StringExtensions.SearchOptions, TCollection>(StringExtensions.SearchOptions, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, StringExtensions.SearchOptions>(StringExtensions.SearchOptions, TKey, IDictionary<TKey, StringExtensions.SearchOptions>)
EnumExtensions.ToUnderlyingType<StringExtensions.SearchOptions>(StringExtensions.SearchOptions)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX