CkMigrationValidationIssue
Namespace: Meshmakers.Octo.Runtime.Contracts.CkModelMigrations
A validation issue found in a CK migration
public class CkMigrationValidationIssue
Inheritance Object → CkMigrationValidationIssue
Properties
StepId
The step ID where the issue was found (null for global issues)
public string StepId { get; set; }
Property Value
Message
Description of the issue
public string Message { get; set; }
Property Value
PropertyPath
The property or element that has the issue
public string PropertyPath { get; set; }
Property Value
Constructors
CkMigrationValidationIssue()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public CkMigrationValidationIssue()