C# Class GraphQL.Language.AST.Operation

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

Public Methods

Method Description
IsEqualTo ( INode node ) : bool
Operation ( ) : System.Collections.Generic
Operation ( NameNode name ) : System.Collections.Generic
ToString ( ) : string

Protected Methods

Method Description
Equals ( Operation other ) : bool

Method Details

Equals() protected method

protected Equals ( Operation other ) : bool
other Operation
return bool

IsEqualTo() public method

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

Operation() public method

public Operation ( ) : System.Collections.Generic
return System.Collections.Generic

Operation() public method

public Operation ( NameNode name ) : System.Collections.Generic
name NameNode
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string