The IUiParams interface contains properties and methods used to work with the collection of the UiQuery component parameters.
Property name | Brief description | |
Count | The Count property returns the number of parameters in the collection. | |
Item | The Item property returns the parameter, which index is passed as the input parameter. |
Method name | Brief description | |
AddParam | The AddParam method adds the specified parameter to the collection. | |
CreateParam | The CreateParam method creates a parameter. | |
IsEqual | The IsEqual method compares current parameters and parameters that are passed as an input value. | |
ParamByName | The ParamByName method allows to address a parameter by its name. | |
RemoveParam | The RemoveParam method allows to remove a parameter. |
See also: