C# Class GraphQL.Language.AST.Field

Inheritance: AbstractNode, ISelection, IHaveSelectionSet
Afficher le fichier Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( Field other ) : bool

Method Details

Equals() protected méthode

protected Equals ( Field other ) : bool
other Field
Résultat bool

Field() public méthode

public Field ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Field() public méthode

public Field ( NameNode alias, NameNode name ) : System.Collections.Generic
alias NameNode
name NameNode
Résultat System.Collections.Generic

IsEqualTo() public méthode

public IsEqualTo ( INode obj ) : bool
obj INode
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string