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