WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParameterField - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParameterField

    Represents the properties for ParameterField element and its attributes

    Inheritance
    System.Object
    ParameterField
    Inherited Members
    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 ParameterField

    Constructors

    ParameterField()

    Declaration
    public ParameterField()

    Properties

    DataType

    Gets the parameter field data type

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

    Name

    Gets the parameter field name

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

    OpType

    Gets the parameter field optype

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