Search Results for

    Show / Hide Table of Contents

    Enum StringPropertyMatchType

    Determines how to match a string property value

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

    Fields

    Name Description
    Contains
    EndsWith
    Exact
    StartsWith
    Wildcard

    Extension Methods

    DictionaryExtensions.MergeLeft<StringPropertyMatchType, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<StringPropertyMatchType, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<StringPropertyMatchType>()
    ObjectExtensions.AsEnumerableOfOne<StringPropertyMatchType>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<StringPropertyMatchType, TProperty, TVal>(Expression<Func<StringPropertyMatchType, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<StringPropertyMatchType, TProperty>(Expression<Func<StringPropertyMatchType, TProperty>>)
    CollectionExtensions.ToSingleItemCollection<StringPropertyMatchType>()
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX