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