Skip to main content

CkMigrationValidationIssue

Namespace: Meshmakers.Octo.Runtime.Contracts.CkModelMigrations

A validation issue found in a CK migration

public class CkMigrationValidationIssue

Inheritance ObjectCkMigrationValidationIssue

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

CkMigrationValidationIssue()

Caution

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


public CkMigrationValidationIssue()