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

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<StringPropertyMatchType, TProperty>(StringPropertyMatchType, Expression<Func<StringPropertyMatchType, TProperty>>)
    DictionaryExtensions.MergeLeft<StringPropertyMatchType, TK, TV>(StringPropertyMatchType, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<StringPropertyMatchType, TK, TV>(StringPropertyMatchType, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<StringPropertyMatchType>(StringPropertyMatchType)
    ObjectExtensions.AsEnumerableOfOne<StringPropertyMatchType>(StringPropertyMatchType)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX