Table of Contents

Class Schema

Namespace
DeltaPack
Assembly
DeltaPack.dll
public static class Schema
Inheritance
Schema
Inherited Members

Methods

AddType(IDictionary<string, SchemaType>, string, SchemaType)

public static void AddType(IDictionary<string, SchemaType> schema, string name, SchemaType type)

Parameters

schema IDictionary<string, SchemaType>
name string
type SchemaType

IsPrimitiveType(SchemaType, IReadOnlyDictionary<string, SchemaType>)

public static bool IsPrimitiveType(SchemaType type, IReadOnlyDictionary<string, SchemaType> schema)

Parameters

type SchemaType
schema IReadOnlyDictionary<string, SchemaType>

Returns

bool