Progress® Telerik® Reporting R1 2021
WebServiceParameterCollection Methods
The WebServiceParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add(String, WebServiceParameterType) |
Adds a new parameter with the specified name and data type to the collection.
|
![]() | Add(String, WebServiceParameterType, Object) |
Adds a new parameter with the specified name, data type and value to the collection.
|
![]() | AddRange(IEnumerableWebServiceParameter) |
Adds a range of parameters to the collection.
|
![]() | AddRange(WebServiceParameterCollection) |
Adds a range of parameters to the collection.
|
![]() | Clone | |
![]() | Contains |
Determines if the collection contains a parameter with the specified name.
|
![]() | FirstOrNullWithCaseFallback | |
![]() | ToArray |
Converts the collection to an array of parameters.
|