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

Interface IInputFields

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IInputFields : IInputFieldsDefinition

Properties

Fields

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

Methods

GetFields()

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