Class Parameter
Represents the properties for Paramter element and its attributes
Inheritance
System.Object
Parameter
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class Parameter : Object
Constructors
Parameter()
Declaration
public Parameter()
Properties
Label
Gets the parameter label
Declaration
public string Label { get; }
Property Value
Type |
---|
System.String |
Name
Gets the parameter name
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |
ReferencePoint
Gets the parameter reference point
Declaration
public double ReferencePoint { get; }
Property Value
Type |
---|
System.Double |