C# Class GraphQL.Language.AST.SelectionSet

Inheritance: AbstractNode
Mostra file Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Public Methods

Method Description
Add ( ISelection selection ) : void
IsEqualTo ( INode obj ) : bool
ToString ( ) : string

Protected Methods

Method Description
Equals ( SelectionSet selectionSet ) : bool

Method Details

Add() public method

public Add ( ISelection selection ) : void
selection ISelection
return void

Equals() protected method

protected Equals ( SelectionSet selectionSet ) : bool
selectionSet SelectionSet
return bool

IsEqualTo() public method

public IsEqualTo ( INode obj ) : bool
obj INode
return bool

ToString() public method

public ToString ( ) : string
return string