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

Interface IScalarTypes

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IScalarTypes : IScalarTypesDefinition

Properties

Scalars

Declaration
IReadOnlyList<ScalarType> Scalars { get; }
Property Value
Type Description
IReadOnlyList<ScalarType>

Methods

GetScalars()

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