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

Interface IMutableQueryTypeDefinition

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IMutableQueryTypeDefinition : IQueryTypeDefinition

Properties

QueryType

Declaration
ObjectTypeDefinition QueryType { get; }
Property Value
Type Description
ObjectTypeDefinition

Methods

GetQueryTypeConfigurationSource()

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

SetQueryType(ObjectTypeDefinition, ConfigurationSource)

Declaration
bool SetQueryType(ObjectTypeDefinition type, ConfigurationSource configurationSource)
Parameters
Type Name Description
ObjectTypeDefinition type
GraphZen.TypeSystem.Internal.ConfigurationSource configurationSource
Returns
Type Description
Boolean
Back to top Copyright © 2017-2019 GraphZen LLC