Class SimplePredicate
Represents the methods and properties for SimplePredictate 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 SimplePredicate : Predicate
Constructors
SimplePredicate()
Declaration
public SimplePredicate()
Properties
Operator
Gets the attribute Operator
Declaration
public string Operator { get; }
Property Value
Type |
---|
System.String |
Value
Gets the attribute Value
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |