Class Parameter
Represents the properties for Paramter element and its attributes
Inheritance
System.Object
Parameter
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 Parameter
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 |