C# Class GraphQL.Language.AST.StringValue

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

Méthodes publiques

Méthode Description
IsEqualTo ( INode obj ) : bool
StringValue ( string value ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( StringValue other ) : bool

Method Details

Equals() protected méthode

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

IsEqualTo() public méthode

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

StringValue() public méthode

public StringValue ( string value ) : System
value string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string