Class ArrayClass
Represents the properties and methods for ArrayClass element and its attributes
Inheritance
System.Object
ArrayClass
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 ArrayClass
Constructors
ArrayClass()
Declaration
public ArrayClass()
Properties
ElementsCount
Gets the number of elements present
Declaration
public int ElementsCount { get; }
Property Value
Type |
---|
System.Int32 |
Type
Gets the Data type of the attribute
Declaration
public string Type { get; }
Property Value
Type |
---|
System.String |
Methods
GetElements()
Returns the Array of objects
Declaration
public string[] GetElements()
Returns
Type | Description |
---|---|
System.String[] | Array of Clone objects |