Class DataField
Represents the methods and properties for DataField element and its attributes
Inheritance
System.Object
DataField
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class DataField : Object
Constructors
DataField()
Declaration
public DataField()
Properties
DataType
Gets and sets the "dataType" attribute value
Declaration
public string DataType { get; }
Property Value
Type |
---|
System.String |
DisplayName
Gets and sets the "displayName" attribute value
Declaration
public string DisplayName { get; }
Property Value
Type |
---|
System.String |
IsCyclic
Gets and sets the "isCyclic" attribute value
Declaration
public string IsCyclic { get; }
Property Value
Type |
---|
System.String |
Name
Gets and sets the "name" attribute value
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |
OpType
Gets and sets the "opType" attribute value
Declaration
public string OpType { get; }
Property Value
Type |
---|
System.String |
Methods
GetDataFieldValues()
Declaration
public List<DataFieldValue> GetDataFieldValues()
Returns
Type |
---|
System.Collections.Generic.List<DataFieldValue> |