Search Results for

    Show / Hide Table of Contents

    Enum StringPropertyMatchType

    Determines how to match a string property value

    Namespace: Umbraco.Core.Persistence.Querying
    Assembly: Umbraco.Core.dll
    Syntax
    public enum StringPropertyMatchType

    Fields

    Name Description
    Contains
    EndsWith
    Exact
    StartsWith
    Wildcard

    Extension Methods

    EnumExtensions.HasFlagAll<StringPropertyMatchType>(StringPropertyMatchType)
    EnumExtensions.HasFlagAny<StringPropertyMatchType>(StringPropertyMatchType)
    EnumerableExtensions.Yield<StringPropertyMatchType>()
    ObjectExtensions.AsEnumerableOfOne<StringPropertyMatchType>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<StringPropertyMatchType, TProperty, TVal>(Expression<Func<StringPropertyMatchType, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX