Class SetPredicate
Represents the methods and properties for SetPredicate element and its attributes
Inheritance
System.Object
SetPredicate
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 SetPredicate
Constructors
SetPredicate()
Declaration
public SetPredicate()
Properties
Field
Gets the predicate set field
Declaration
public string Field { get; }
Property Value
Type |
---|
System.String |
Id
Gets the predicate set ID
Declaration
public string Id { get; }
Property Value
Type |
---|
System.String |
Operator
Get the predicate set operator
Declaration
public string Operator { get; }
Property Value
Type |
---|
System.String |