C# Class GraphQL.Language.AST.Operation

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( Operation other ) : bool

Method Details

Equals() protected méthode

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

IsEqualTo() public méthode

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

Operation() public méthode

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

Operation() public méthode

public Operation ( NameNode name ) : System.Collections.Generic
name NameNode
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string