Class InstanceFields
Represents the methods and properties for InstanceFields element
Inheritance
System.Object
InstanceFields
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class InstanceFields : Object
Constructors
InstanceFields()
Declaration
public InstanceFields()
Methods
GetInstanceFields()
Returns list of "InstanceField" value
Declaration
public List<InstanceField> GetInstanceFields()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<InstanceField> | Cloned list of "InstanceField" |