BlueprintUpdateConflict
Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints
A conflict detected during blueprint update preview
public class BlueprintUpdateConflict
Inheritance Object → BlueprintUpdateConflict
Properties
EntityId
ID of the entity with the conflict
public string EntityId { get; set; }
Property Value
EntityWellKnownName
Well-known name of the entity (if available)
public string EntityWellKnownName { get; set; }
Property Value
EntityCkTypeId
Type of the entity
public string EntityCkTypeId { get; set; }
Property Value
Description
Description of the conflict
public string Description { get; set; }
Property Value
ConflictType
Type of conflict
public ConflictType ConflictType { get; set; }
Property Value
SuggestedResolution
Suggested resolution for this conflict
public ConflictResolution SuggestedResolution { get; set; }
Property Value
Constructors
BlueprintUpdateConflict()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public BlueprintUpdateConflict()