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

Interface IMutableLiteralParserDefinition

Inherited Members
ILiteralParserDefinition.LiteralParser
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IMutableLiteralParserDefinition : ILiteralParserDefinition

Methods

GetLiteralParserConfigurationSource()

Declaration
ConfigurationSource? GetLiteralParserConfigurationSource()
Returns
Type Description
Nullable<GraphZen.TypeSystem.Internal.ConfigurationSource>

SetLiteralParser(LeafLiteralParser<Object, ValueSyntax>, ConfigurationSource)

Declaration
bool SetLiteralParser(LeafLiteralParser<object, ValueSyntax> literalParser, ConfigurationSource configurationSource)
Parameters
Type Name Description
LeafLiteralParser<Object, ValueSyntax> literalParser
GraphZen.TypeSystem.Internal.ConfigurationSource configurationSource
Returns
Type Description
Boolean
Back to top Copyright © 2017-2019 GraphZen LLC