Skip to main content

BlueprintMigrationValidationIssue

Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints

A validation issue found in the migration script

public class BlueprintMigrationValidationIssue

Inheritance ObjectBlueprintMigrationValidationIssue

Properties

StepId

The step ID where the issue was found (null for global issues)

public string StepId { get; set; }

Property Value

String

Message

Description of the issue

public string Message { get; set; }

Property Value

String

PropertyPath

The property or element that has the issue

public string PropertyPath { get; set; }

Property Value

String

Constructors

BlueprintMigrationValidationIssue()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public BlueprintMigrationValidationIssue()