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

Class DirectiveAnnotation

Inheritance
Object
DirectiveAnnotation
Implements
IDirectiveAnnotation
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public class DirectiveAnnotation : IDirectiveAnnotation

Constructors

DirectiveAnnotation(String, Object)

Declaration
public DirectiveAnnotation(string name, object value)
Parameters
Type Name Description
String name
Object value

Properties

EmptyList

Declaration
public static IReadOnlyList<IDirectiveAnnotation> EmptyList { get; }
Property Value
Type Description
IReadOnlyList<IDirectiveAnnotation>

Name

Declaration
public string Name { get; }
Property Value
Type Description
String

Value

Declaration
public object Value { get; }
Property Value
Type Description
Object

Implements

IDirectiveAnnotation
Back to top Copyright © 2017-2019 GraphZen LLC