ClassGraphQLParameter
Class
Represents a parameter in a GraphQLParameter component.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(WebServiceParameterConverter))]
public class GraphQLParameter : WebServiceParameter
Inheritance: objectDataSourceParameterWebServiceParameterGraphQLParameter
Inherited Members
Constructors
GraphQLParameter()
Initializes a new instance of the GraphQLParameter class.
Declaration
cs-api-definition
public GraphQLParameter()
GraphQLParameter(string, WebServiceParameterType)
Initializes a new instance of the GraphQLParameter class.
Declaration
cs-api-definition
public GraphQLParameter(string name, WebServiceParameterType type)
Parameters
name
string
Specifies the name of the parameter.
type
Specifies the type of the parameter.
GraphQLParameter(string, WebServiceParameterType, object)
Initializes a new instance of the GraphQLParameter class.
Declaration
cs-api-definition
public GraphQLParameter(string name, WebServiceParameterType type, object value)
Parameters
name
string
Specifies the name of the parameter.
type
Specifies the type of the parameter.
value
object
Specifies the value of the parameter.