Class CompoundPredicate
Represents the properties and methods for CompoundPredicate element and its attributes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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 |