Initializes a new instance of the
DemoRecord class
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DemoRecord(
string title,
string instruction,
string iconPath,
string codeDisplay,
string codeRaw,
int order,
bool usingDialog,
bool dialogEditable
)
Public Sub New (
title As String,
instruction As String,
iconPath As String,
codeDisplay As String,
codeRaw As String,
order As Integer,
usingDialog As Boolean,
dialogEditable As Boolean
)
public:
DemoRecord(
String^ title,
String^ instruction,
String^ iconPath,
String^ codeDisplay,
String^ codeRaw,
int order,
bool usingDialog,
bool dialogEditable
)
new :
title : string *
instruction : string *
iconPath : string *
codeDisplay : string *
codeRaw : string *
order : int *
usingDialog : bool *
dialogEditable : bool -> DemoRecord
Parameters
- title
- Type: SystemString
- instruction
- Type: SystemString
- iconPath
- Type: SystemString
- codeDisplay
- Type: SystemString
- codeRaw
- Type: SystemString
- order
- Type: SystemInt32
- usingDialog
- Type: SystemBoolean
- dialogEditable
- Type: SystemBoolean
See Also