C# Class GraphQL.Language.AST.Directive

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( Directive other ) : bool

Method Details

Directive() public méthode

public Directive ( NameNode node ) : System.Collections.Generic
node NameNode
Résultat System.Collections.Generic

Equals() protected méthode

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

IsEqualTo() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string