C# Class GraphQL.Language.AST.FragmentDefinition

Inheritance: AbstractNode, IDefinition, IHaveSelectionSet
Datei anzeigen Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Public Methods

Method Description
FragmentDefinition ( ) : System.Collections.Generic
FragmentDefinition ( NameNode node ) : System.Collections.Generic
IsEqualTo ( INode obj ) : bool
ToString ( ) : string

Protected Methods

Method Description
Equals ( FragmentDefinition other ) : bool

Method Details

Equals() protected method

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

FragmentDefinition() public method

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

FragmentDefinition() public method

public FragmentDefinition ( NameNode node ) : System.Collections.Generic
node 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