menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CompoundPredicate - Xamarin.Android 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.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
    System.String

    SimplePredicates

    Gets the Simple Predicates

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

    SimpleSetPredicates

    Gets the SimpleSet Predicates

    Declaration
    public List<SimpleSetPredicate> SimpleSetPredicates { get; }
    Property Value
    Type
    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 - 2025 Syncfusion Inc. All Rights Reserved