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

Interface IMutableValueParserDefinition

Inherited Members
IValueParserDefinition.ValueParser
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IMutableValueParserDefinition : IValueParserDefinition

Methods

GetValueParserConfigurationSource()

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

SetValueParser(LeafValueParser<Object>, ConfigurationSource)

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