WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SetPredicate - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SetPredicate

    Represents the methods and properties for SetPredicate element and its attributes

    Inheritance
    System.Object
    SetPredicate
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class SetPredicate

    Constructors

    SetPredicate()

    Declaration
    public SetPredicate()

    Properties

    Field

    Gets the predicate set field

    Declaration
    public string Field { get; }
    Property Value
    Type Description
    System.String

    Id

    Gets the predicate set ID

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    System.String

    Operator

    Get the predicate set operator

    Declaration
    public string Operator { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved