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

Class SpecScalars

Inheritance
Object
SpecScalars
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public static class SpecScalars

Properties

All

Declaration
public static IReadOnlyList<ScalarType> All { get; }
Property Value
Type Description
IReadOnlyList<ScalarType>

Boolean

Declaration
public static ScalarType Boolean { get; }
Property Value
Type Description
ScalarType

Float

Declaration
public static ScalarType Float { get; }
Property Value
Type Description
ScalarType

ID

Declaration
public static ScalarType ID { get; }
Property Value
Type Description
ScalarType

Int

Declaration
public static ScalarType Int { get; }
Property Value
Type Description
ScalarType

String

Declaration
public static ScalarType String { get; }
Property Value
Type Description
ScalarType
Back to top Copyright © 2017-2019 GraphZen LLC