Search Results for

    Show / Hide Table of Contents

    Class SearchQueryFilter

    Inheritance
    System.Object
    SearchQueryFilter
    Namespace: PnP.Framework.Modernization.Transform
    Assembly: PnP.Framework.dll
    Syntax
    public class SearchQueryFilter : object

    Constructors

    SearchQueryFilter()

    Declaration
    public SearchQueryFilter()

    Properties

    ChainingOperatorUsedInCQWP

    Declaration
    public FilterChainingOperator? ChainingOperatorUsedInCQWP { get; set; }
    Property Value
    System.Nullable<FilterChainingOperator>

    Fieldname

    Declaration
    public string Fieldname { get; set; }
    Property Value
    System.String

    FieldNameMatchText

    Declaration
    public string FieldNameMatchText { get; set; }
    Property Value
    System.String

    FilterType

    Declaration
    public FilterType? FilterType { get; set; }
    Property Value
    System.Nullable<FilterType>

    LastFieldNameMatchText

    Declaration
    public string LastFieldNameMatchText { get; set; }
    Property Value
    System.String

    Op

    Declaration
    public FilterOperator? Op { get; set; }
    Property Value
    System.Nullable<FilterOperator>

    UserType

    Declaration
    public UserType? UserType { get; set; }
    Property Value
    System.Nullable<UserType>

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    System.Object

    Value2

    Declaration
    public object Value2 { get; set; }
    Property Value
    System.Object

    Values

    Declaration
    public List<object> Values { get; set; }
    Property Value
    List<System.Object>

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer