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

Interface IMutableDirectivesDefinition

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

Methods

FindIgnoredDirectiveConfigurationSource(String)

Declaration
ConfigurationSource? FindIgnoredDirectiveConfigurationSource(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Nullable<GraphZen.TypeSystem.Internal.ConfigurationSource>

GetDirectives()

Declaration
IEnumerable<DirectiveDefinition> GetDirectives()
Returns
Type Description
IEnumerable<DirectiveDefinition>

RenameDirective(DirectiveDefinition, String, ConfigurationSource)

Declaration
bool RenameDirective(DirectiveDefinition directive, string name, ConfigurationSource configurationSource)
Parameters
Type Name Description
DirectiveDefinition directive
String name
GraphZen.TypeSystem.Internal.ConfigurationSource configurationSource
Returns
Type Description
Boolean
Back to top Copyright © 2017-2019 GraphZen LLC