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

Class SyntaxConverter

Inheritance
Object
SyntaxConverter
DefaultIDirectiveAnnotationSyntaxConverter
Implements
ISyntaxConverter
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public abstract class SyntaxConverter : ISyntaxConverter

Properties

CanRead

Declaration
public virtual bool CanRead { get; }
Property Value
Type Description
Boolean

CanWrite

Declaration
public virtual bool CanWrite { get; }
Property Value
Type Description
Boolean

Methods

FromSyntax(SyntaxNode)

Declaration
public virtual object FromSyntax(SyntaxNode node)
Parameters
Type Name Description
SyntaxNode node
Returns
Type Description
Object

ToSyntax(Object)

Declaration
public virtual SyntaxNode ToSyntax(object value)
Parameters
Type Name Description
Object value
Returns
Type Description
SyntaxNode

Implements

ISyntaxConverter
Back to top Copyright © 2017-2019 GraphZen LLC