Class XNode
Represents the properties for XNode element and its attributes
Inheritance
System.Object
XNode
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class XNode
Constructors
XNode()
Declaration
public XNode()
Properties
XNodeStats
Gets and sets the xNodeStats elements value
Declaration
public XNodeStats XNodeStats { get; }
Property Value
Type | Description |
---|---|
XNodeStats |
XRegInfo
Gets and sets the xRegInfo elements value
Declaration
public XRegInfo XRegInfo { get; }
Property Value
Type | Description |
---|---|
XRegInfo |