DialogInfo Class

Represents information about a dialog in the PCB Investigator automation framework.

Definition

Namespace: PCB_Investigator.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class DialogInfo
Inheritance
Object    DialogInfo

Constructors

DialogInfoInitializes a new instance of the DialogInfo class

Properties

Action Gets or sets the action associated with this dialog.
AssemblyName Gets or sets the name of the assembly where this dialog is defined.
Description Gets or sets the description of this dialog.
DescriptionLink Gets or sets the link to a description for this dialog.
ManualLink Gets or sets the link to the manual for this dialog.
ManualPosts Gets or sets the list of manual post identifiers or references related to this dialog.

See Also