Skip to main content

BlueprintUpdateConflict

Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints

A conflict detected during blueprint update preview

public class BlueprintUpdateConflict

Inheritance ObjectBlueprintUpdateConflict

Properties

EntityId

ID of the entity with the conflict

public string EntityId { get; set; }

Property Value

String

EntityWellKnownName

Well-known name of the entity (if available)

public string EntityWellKnownName { get; set; }

Property Value

String

EntityCkTypeId

Type of the entity

public string EntityCkTypeId { get; set; }

Property Value

String

Description

Description of the conflict

public string Description { get; set; }

Property Value

String

ConflictType

Type of conflict

public ConflictType ConflictType { get; set; }

Property Value

ConflictType

SuggestedResolution

Suggested resolution for this conflict

public ConflictResolution SuggestedResolution { get; set; }

Property Value

ConflictResolution

Constructors

BlueprintUpdateConflict()

Caution

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


public BlueprintUpdateConflict()