|
| enum | Type { recording
, action
} |
| |
Definition at line 130 of file Recordings.cs.
◆ Type
| enum BioImager.Recordings.Node.Type |
Definition at line 135 of file Recordings.cs.
136 {
137 recording,
138 action
139 }
◆ Node() [1/2]
Definition at line 142 of file Recordings.cs.
143 {
144 action = el;
145 node = n;
146 type = t;
148 recording.List.Add(el);
149
150 }
◆ Node() [2/2]
Definition at line 151 of file Recordings.cs.
152 {
153 recording = rec;
154 node = n;
155 type = t;
156
157 }
◆ ToString()
| override string BioImager.Recordings.Node.ToString |
( |
| ) |
|
Definition at line 158 of file Recordings.cs.
159 {
160 return action.Name + ", " + action.AutomationID + ", " + action.ClassName.ToString() + ", " + action.ActionType;
161 }
◆ action
◆ node
| TreeNode BioImager.Recordings.Node.node |
◆ recording
◆ type
| Type BioImager.Recordings.Node.type |
The documentation for this class was generated from the following file: