Class ConvertedProcessHint
OptimaJet.Workflow.BpmnPlugin.Import.ConvertedProcessHint
Represents a hint that provides additional information about a converted process.
Namespace: OptimaJet.Workflow.BpmnPlugin.Import
public record ConvertedProcessHint : IEquatable<ConvertedProcessHint>Inheritance
- System.Object
Implemented Interfaces
- System.IEquatable{OptimaJet.Workflow.BpmnPlugin.Import.ConvertedProcessHint}
Constructors
public ConvertedProcessHint(ConvertedProcessHintType HintType, string Message) #Represents a hint that provides additional information about a converted process.
Parameters
Name
Type
Description
HintTypeConvertedProcessHintTypeThe type of the hint, specifying the nature of the guidance for the converted process.
MessageStringAn optional message providing context or details about the hint.