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