Class GraphQLParameter
Represents a parameter in a Graph
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class GraphQLParameter : WebServiceParameter, INotifyPropertyChanged, INamedObject
Constructors
GraphQLParameter()
GraphQLParameter(String, WebServiceParameterType)
Initializes a new instance of the Graph
Declaration
public GraphQLParameter(string name, WebServiceParameterType type)
Parameters
System. Specifies the name of the parameter. |
Web Specifies the type of the parameter. |
GraphQLParameter(String, WebServiceParameterType, Object)
Initializes a new instance of the Graph
Declaration
public GraphQLParameter(string name, WebServiceParameterType type, object value)
Parameters
System. Specifies the name of the parameter. |
Web Specifies the type of the parameter. |
System. Specifies the value of the parameter. |