Class Row
Represents the properties for Row element and its attributes
Inheritance
System.Object
Row
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class Row : Object
Constructors
Row()
Declaration
public Row()
Properties
FieldValuePair
Gets the Field Value Pair
Declaration
public Dictionary<string, object> FieldValuePair { get; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.Object> |