GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Interface IAnnotableBuilder<TBuilder>

Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IAnnotableBuilder<out TBuilder>
Type Parameters
Name Description
TBuilder

Methods

DirectiveAnnotation(String, Object)

Declaration
TBuilder DirectiveAnnotation(string name, object value = null)
Parameters
Type Name Description
String name
Object value
Returns
Type Description
TBuilder

IgnoreDirectiveAnnotation(String)

Declaration
TBuilder IgnoreDirectiveAnnotation(string name)
Parameters
Type Name Description
String name
Returns
Type Description
TBuilder
Back to top Copyright © 2017-2019 GraphZen LLC