Table of Contents

Class ReflectionSchema

Namespace
DeltaPack
Assembly
DeltaPack.dll

Builds a schema from a C# type using reflection. Useful for inspecting the generated schema or comparing with manual schema definitions.

public static class ReflectionSchema
Inheritance
ReflectionSchema
Inherited Members

Methods

BuildSchema<T>()

public static IReadOnlyDictionary<string, SchemaType> BuildSchema<T>() where T : class

Returns

IReadOnlyDictionary<string, SchemaType>

Type Parameters

T