WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SimplePredicate

    Show / Hide Table of Contents

    Class SimplePredicate

    Represents the methods and properties for SimplePredictate element and its attributes

    Inheritance
    System.Object
    Predicate
    SimplePredicate
    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 SimplePredicate : Predicate

    Constructors

    SimplePredicate()

    Declaration
    public SimplePredicate()

    Properties

    Operator

    Gets the attribute Operator

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

    Value

    Gets the attribute Value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved