Class XPriorValue
Represents the properties for XPriorValue element and its attributes
Inheritance
System.Object
XPriorValue
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 XPriorValue
Constructors
XPriorValue()
Declaration
public XPriorValue()
Properties
TargetCategory
Gets and sets the "targetCategory" attribute value
Declaration
public string TargetCategory { get; }
Property Value
Type |
---|
System.String |
Value
Gets and sets the value
Declaration
public double Value { get; }
Property Value
Type |
---|
System.Double |