Interface IInputObjectTypes
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IInputObjectTypes : IInputObjectTypesDefinition
Properties
InputObjects
Declaration
IReadOnlyList<InputObjectType> InputObjects { get; }
Property Value
| Type | Description |
|---|---|
| IRead |
Methods
GetInputObjects()
Declaration
IEnumerable<InputObjectType> GetInputObjects()
Returns
| Type | Description |
|---|---|
| IEnumerable<Input |