GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
Schema interfaces
TSchema
USchemaEdit
Commit
CreateFromBinary
Rollback
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup

USchemaEdit

USchemaEdit can be used to extend the schema.
This is normally done by compiling a DTDL file into a BDTD file. Then, you can pass the BDTD data to the CreateFromBinary function and call Commit.

Methods

MethodDescription
GetSchemaVersion Returns the current version of the schema.
Commit Commits the changes to the schema.
CreateClass Adds a new class to the schema.
CreateFromBinary Loads a schema update from binary data.
CreateList Adds a new list to the schema.
CreateObjectType Adds a new objecttype information to the schema.
CreateStruct Adds a new struct to the schema.
Rollback Performs a rollback and discards all changes.
© 2022 Mobiland AG