Class VectorFields
Represents the methods and properties for VectorFields element collection
Inheritance
System.Object
VectorFields
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 VectorFields
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 |