ClassWebServiceParameterCollection
Class
Represents a collection of WebServiceParameter objects.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter("Telerik.Reporting.WebServiceParameterCollectionConverter, Telerik.Reporting.Design, Version=20.0.26.211, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class WebServiceParameterCollection : WebServiceParameterCollectionBase<WebServiceParameter>
Inheritance: objectCollection<WebServiceParameter>WebServiceParameterCollectionBase<WebServiceParameter>WebServiceParameterCollection
Inherited Members
Constructors
WebServiceParameterCollection()
Declaration
cs-api-definition
public WebServiceParameterCollection()
WebServiceParameterCollection(WebServiceParameterCollection)
Declaration
cs-api-definition
public WebServiceParameterCollection(WebServiceParameterCollection parameters)
Parameters
parameters
WebServiceParameterCollection(WebServiceParameter[])
Declaration
cs-api-definition
public WebServiceParameterCollection(WebServiceParameter[] parameters)
Parameters
parameters