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

Interface IDirectives

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IDirectives : IDirectivesDefinition

Properties

Directives

Declaration
IReadOnlyList<Directive> Directives { get; }
Property Value
Type Description
IReadOnlyList<Directive>

Methods

GetDirectives()

Declaration
IEnumerable<Directive> GetDirectives()
Returns
Type Description
IEnumerable<Directive>
Back to top Copyright © 2017-2019 GraphZen LLC