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 |
|---|---|
| IRead |
Methods
GetFields()
Declaration
IEnumerable<InputField> GetFields()
Returns
| Type | Description |
|---|---|
| IEnumerable<Input |