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

Class SchemaBuilderExtensions

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

Methods

Build(SchemaBuilder, DocumentSyntax)

Declaration
public static SchemaBuilder Build(this SchemaBuilder schemaBuilder, DocumentSyntax schemaDocument)
Parameters
Type Name Description
SchemaBuilder schemaBuilder
DocumentSyntax schemaDocument
Returns
Type Description
SchemaBuilder

Build(SchemaBuilder, String)

Declaration
public static SchemaBuilder Build(this SchemaBuilder schemaBuilder, string schemaDocument)
Parameters
Type Name Description
SchemaBuilder schemaBuilder
String schemaDocument
Returns
Type Description
SchemaBuilder
Back to top Copyright © 2017-2019 GraphZen LLC