BlueprintApplicationMode
Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints
Defines how a blueprint was applied to a tenant
public enum BlueprintApplicationMode
Inheritance Object → ValueType → Enum → BlueprintApplicationMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Initial | 0 | Initial application of a blueprint to a new tenant |
| Update | 1 | Update from a previous version of the same blueprint |
| Migration | 2 | Update using an explicit migration script |