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

Interface IMutableFieldsDefinition

Inherited Members
IFieldsDefinition.GetFields()
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IMutableFieldsDefinition : IFieldsDefinition

Properties

Fields

Declaration
IReadOnlyDictionary<string, FieldDefinition> Fields { get; }
Property Value
Type Description
IReadOnlyDictionary<String, FieldDefinition>

Methods

FindIgnoredFieldConfigurationSource(String)

Declaration
ConfigurationSource? FindIgnoredFieldConfigurationSource(string fieldName)
Parameters
Type Name Description
String fieldName
Returns
Type Description
Nullable<GraphZen.TypeSystem.Internal.ConfigurationSource>
Back to top Copyright © 2017-2019 GraphZen LLC