|
static void | Perform (string act) |
|
static object | GetProperty (Automation.Action.ValueType automation, string pro) |
|
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
Definition at line 10 of file Recordings.cs.
◆ Recordings()
BioCore.Recordings.Recordings |
( |
| ) |
|
◆ Dispose()
override void BioCore.Recordings.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file Recordings.designer.cs.
◆ GetProperty()
static object BioCore.Recordings.GetProperty |
( |
Automation.Action.ValueType |
automation, |
|
|
string |
pro |
|
) |
| |
|
static |
It gets the value of a property from the automation object
- Parameters
-
automation | This is the automation object that is passed to the function. |
pro | The name of the property you want to get. |
- Returns
- The value of the property.
Definition at line 191 of file Recordings.cs.
◆ InitElements()
void BioCore.Recordings.InitElements |
( |
| ) |
|
It's a function that adds nodes to a treeview.
Definition at line 32 of file Recordings.cs.
◆ OpenProperty()
void BioCore.Recordings.OpenProperty |
( |
string |
file | ) |
|
This function opens a recording file and adds it to the Properties collection
- Parameters
-
file | The file path of the recording |
Definition at line 393 of file Recordings.cs.
◆ OpenRecording()
void BioCore.Recordings.OpenRecording |
( |
string |
file | ) |
|
This function opens a recording file and adds it to the Automation.Recordings dictionary
- Parameters
-
file | The file path to the recording |
Definition at line 384 of file Recordings.cs.
◆ Perform()
static void BioCore.Recordings.Perform |
( |
string |
act | ) |
|
|
static |
It runs a recording
- Parameters
-
act | The name of the recording you want to run. |
Definition at line 179 of file Recordings.cs.
◆ UpdateElements()
void BioCore.Recordings.UpdateElements |
( |
| ) |
|
It clears the nodes of the treeview, then adds the nodes back in.
Definition at line 93 of file Recordings.cs.
The documentation for this class was generated from the following files: