Class
WebServiceParameterCollection

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 WebServiceParameterCollectionBase<WebServiceParameter>.Contains(string)WebServiceParameterCollectionBase<WebServiceParameter>.Add(string, WebServiceParameterType)WebServiceParameterCollectionBase<WebServiceParameter>.Add(string, WebServiceParameterType, object)WebServiceParameterCollectionBase<WebServiceParameter>.AddRange(IEnumerable<WebServiceParameter>)WebServiceParameterCollectionBase<WebServiceParameter>.AddRange(WebServiceParameterCollectionBase<WebServiceParameter>)WebServiceParameterCollectionBase<WebServiceParameter>.ToArray()WebServiceParameterCollectionBase<WebServiceParameter>.Clone(WebServiceParameterCollectionBase<WebServiceParameter>)WebServiceParameterCollectionBase<WebServiceParameter>.FirstOrNullWithCaseFallback(string)WebServiceParameterCollectionBase<WebServiceParameter>.this[string]

Constructors

WebServiceParameterCollection()

Declaration

cs-api-definition
public WebServiceParameterCollection()

WebServiceParameterCollection(WebServiceParameterCollection)

Declaration

cs-api-definition
public WebServiceParameterCollection(WebServiceParameterCollection parameters)

Parameters

parameters

WebServiceParameterCollection

WebServiceParameterCollection(WebServiceParameter[])

Declaration

cs-api-definition
public WebServiceParameterCollection(WebServiceParameter[] parameters)

Parameters

parameters

WebServiceParameter[]