Class GraphQLParameterCollection
Represents a collection of Graph
Inheritance
System.Object
System.Collections.ObjectModel.Collection <GraphQLParameter >
GraphQLParameterCollection
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class GraphQLParameterCollection : WebServiceParameterCollectionBase<GraphQLParameter>, IList<GraphQLParameter>, ICollection<GraphQLParameter>, IList, ICollection, IReadOnlyList<GraphQLParameter>, IReadOnlyCollection<GraphQLParameter>, IEnumerable<GraphQLParameter>, IEnumerable
Constructors
GraphQLParameterCollection()
Declaration
public GraphQLParameterCollection()
GraphQLParameterCollection(GraphQLParameter[])
Declaration
public GraphQLParameterCollection(GraphQLParameter[] parameters)
Parameters
Graph
|
GraphQLParameterCollection(GraphQLParameterCollection)
Declaration
public GraphQLParameterCollection(GraphQLParameterCollection parameters)
Parameters
Graph
|