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

    Matches if the property contains the value.

    EndsWith

    Matches if the property ends with the value.

    Exact

    Matches the exact value.

    StartsWith

    Matches if the property starts with the value.

    Wildcard

    Matches using wildcard pattern, where % represents any sequence of characters.

    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)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX