WPF

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

    Show / Hide Table of Contents

    Class CompoundPredicate

    Represents the properties and methods for CompoundPredicate element and its attributes

    Inheritance
    System.Object
    Predicate
    CompoundPredicate
    Inherited Members
    Predicate.Field
    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 CompoundPredicate : Predicate

    Constructors

    CompoundPredicate()

    Declaration
    public CompoundPredicate()

    Properties

    BooleanOperator

    Gets the boolean operator

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

    SimplePredicates

    Gets the Simple Predicates

    Declaration
    public List<SimplePredicate> SimplePredicates { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<SimplePredicate>

    SimpleSetPredicates

    Gets the SimpleSet Predicates

    Declaration
    public List<SimpleSetPredicate> SimpleSetPredicates { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<SimpleSetPredicate>

    Methods

    GetPredicates()

    Returns the List of Predicates' objects

    Declaration
    public List<Predicate> GetPredicates()
    Returns
    Type Description
    System.Collections.Generic.List<Predicate>

    List of Clone objects

    GetSimplePredicates()

    Returns the List of SimplePredicates' objects.

    Declaration
    public List<SimplePredicate> GetSimplePredicates()
    Returns
    Type Description
    System.Collections.Generic.List<SimplePredicate>

    List of Clone objects

    GetSimpleSetPredicates()

    Returns the List of SimpleSet Predicates' objects

    Declaration
    public List<SimpleSetPredicate> GetSimpleSetPredicates()
    Returns
    Type Description
    System.Collections.Generic.List<SimpleSetPredicate>

    List of Clone objects

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved