ParameterList Class

public class ParameterList : DataObject
This language is not supported or no code example is available.
public ref class ParameterList : public DataObject^
This language is not supported or no code example is available.
public class ParameterList 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public constructor ParameterList()
Top
Name Description
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Item(int)
Public property TypeId Gets the type identifier.
Public property name
Top
Methods
 
Name Description
Public method Add(Parameter)
Public method Clear()
Public method Clone() (inherited from DataObject).
Public method Count()
Public method GetEnumerator()
Public method Parameters()
Public method Remove(Parameter)
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance. (inherited from Event).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Public field methods
Public field parameters
Top

In this article

Definition