New to Telerik ReportingStart a free 30-day trial

Represents a parameter in a GraphQLParameter component.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(WebServiceParameterConverter))]
public class GraphQLParameter : WebServiceParameter

Inheritance: objectDataSourceParameterWebServiceParameterGraphQLParameter

Inherited Members WebServiceParameter.WebServiceParameterTypeDataSourceParameter.NotifyPropertyChanged(string)DataSourceParameter.NameDataSourceParameter.ValueDataSourceParameter.PropertyChanged

Constructors

Initializes a new instance of the GraphQLParameter class.

C#
public GraphQLParameter()

Initializes a new instance of the GraphQLParameter class.

C#
public GraphQLParameter(string name, WebServiceParameterType type, object value)
Parameters:namestring

Specifies the name of the parameter.

typeWebServiceParameterType

Specifies the type of the parameter.

valueobject

Specifies the value of the parameter.

Initializes a new instance of the GraphQLParameter class.

C#
public GraphQLParameter(string name, WebServiceParameterType type)
Parameters:namestring

Specifies the name of the parameter.

typeWebServiceParameterType

Specifies the type of the parameter.