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
schemaIDictionary<string, SchemaType>namestringtypeSchemaType
IsPrimitiveType(SchemaType, IReadOnlyDictionary<string, SchemaType>)
public static bool IsPrimitiveType(SchemaType type, IReadOnlyDictionary<string, SchemaType> schema)
Parameters
typeSchemaTypeschemaIReadOnlyDictionary<string, SchemaType>