Class ObjectsMustAdhereToInterfaceTheyImplement
Inheritance
ObjectsMustAdhereToInterfaceTheyImplement
Inherited Members
Namespace: GraphZen.LanguageModel.Validation.Rules
Assembly: GraphZen.LanguageModel.dll
Syntax
public class ObjectsMustAdhereToInterfaceTheyImplement : DocumentValidationRuleVisitor
Constructors
ObjectsMustAdhereToInterfaceTheyImplement(DocumentValidationContext)
Declaration
public ObjectsMustAdhereToInterfaceTheyImplement(DocumentValidationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| Document |
context |
Methods
LeaveDocument(DocumentSyntax)
Declaration
public override VisitAction LeaveDocument(DocumentSyntax schema)
Parameters
| Type | Name | Description |
|---|---|---|
| Document |
schema |
Returns
| Type | Description |
|---|---|
| Visit |
Overrides
GraphZen.LanguageModel.GraphQLSyntaxVisitor<GraphZen.LanguageModel.VisitAction>.LeaveDocument(GraphZen.LanguageModel.DocumentSyntax)