Table of Contents

Enum SchemaObjectKind

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

What kind of schema object a SchemaHistoryR1 row refers to.

public enum SchemaObjectKind

Fields

Archetype = 1

The row describes an archetype.

Component = 0

The row describes a component schema.

Remarks

A discriminator is required rather than optional: a component and an archetype may legitimately carry the same name, so ComponentName alone cannot identify what changed.