Class ParameterField
Represents the properties for ParameterField element and its attributes
Inheritance
System.Object
ParameterField
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class ParameterField : Object
Constructors
ParameterField()
Declaration
public ParameterField()
Properties
DataType
Gets the parameter field data type
Declaration
public string DataType { get; set; }
Property Value
Type |
---|
System.String |
Name
Gets the parameter field name
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
OpType
Gets the parameter field optype
Declaration
public string OpType { get; set; }
Property Value
Type |
---|
System.String |