Class XNode
Represents the properties for XNode element and its attributes
Inheritance
System.Object
XNode
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class XNode : Object
Constructors
XNode()
Declaration
public XNode()
Properties
XNodeStats
Gets and sets the xNodeStats elements value
Declaration
public XNodeStats XNodeStats { get; }
Property Value
Type |
---|
XNodeStats |
XRegInfo
Gets and sets the xRegInfo elements value
Declaration
public XRegInfo XRegInfo { get; }
Property Value
Type |
---|
XRegInfo |