Search Results for

    Show / Hide Table of Contents

    Class KQLElement

    Element in KQL query

    Inheritance
    System.Object
    KQLElement
    Namespace: PnP.Framework.Modernization.KQL
    Assembly: PnP.Framework.dll
    Syntax
    public class KQLElement : object

    Properties

    Filter

    Filter attribute name

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

    Group

    Filter group

    Declaration
    public int Group { get; set; }
    Property Value
    System.Int32

    Operator

    Filter operator

    Declaration
    public KQLPropertyOperator Operator { get; set; }
    Property Value
    KQLPropertyOperator

    Type

    Type of filter

    Declaration
    public KQLFilterType Type { get; set; }
    Property Value
    KQLFilterType

    Value

    Value of the filter

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

    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