C# Class GraphQL.Language.AST.Field

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

Public Methods

Method Description
Field ( ) : System.Collections.Generic
Field ( NameNode alias, NameNode name ) : System.Collections.Generic
IsEqualTo ( INode obj ) : bool
ToString ( ) : string

Protected Methods

Method Description
Equals ( Field other ) : bool

Method Details

Equals() protected method

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

Field() public method

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

Field() public method

public Field ( NameNode alias, NameNode name ) : System.Collections.Generic
alias NameNode
name NameNode
return System.Collections.Generic

IsEqualTo() public method

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

ToString() public method

public ToString ( ) : string
return string