-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRobotComponents.ABB.Controllers.Forms.PickTaskForm.yml
215 lines (215 loc) · 7.17 KB
/
RobotComponents.ABB.Controllers.Forms.PickTaskForm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
### YamlMime:ManagedReference
items:
- uid: RobotComponents.ABB.Controllers.Forms.PickTaskForm
commentId: T:RobotComponents.ABB.Controllers.Forms.PickTaskForm
id: PickTaskForm
parent: RobotComponents.ABB.Controllers.Forms
children:
- RobotComponents.ABB.Controllers.Forms.PickTaskForm.#ctor(RobotComponents.ABB.Controllers.Controller)
- RobotComponents.ABB.Controllers.Forms.PickTaskForm.TaskName
langs:
- csharp
- vb
name: PickTaskForm
nameWithType: PickTaskForm
fullName: RobotComponents.ABB.Controllers.Forms.PickTaskForm
type: Class
assemblies:
- RobotComponents.ABB.Controllers
namespace: RobotComponents.ABB.Controllers.Forms
summary: Represents the pick task form class.
example: []
syntax:
content: 'public class PickTaskForm : Dialog<bool>'
content.vb: Public Class PickTaskForm Inherits Dialog(Of Boolean)
inheritance:
- System.Object
- uid: RobotComponents.ABB.Controllers.Forms.PickTaskForm.#ctor(RobotComponents.ABB.Controllers.Controller)
commentId: M:RobotComponents.ABB.Controllers.Forms.PickTaskForm.#ctor(RobotComponents.ABB.Controllers.Controller)
id: '#ctor(RobotComponents.ABB.Controllers.Controller)'
parent: RobotComponents.ABB.Controllers.Forms.PickTaskForm
langs:
- csharp
- vb
name: PickTaskForm(Controller)
nameWithType: PickTaskForm.PickTaskForm(Controller)
fullName: RobotComponents.ABB.Controllers.Forms.PickTaskForm.PickTaskForm(RobotComponents.ABB.Controllers.Controller)
type: Constructor
assemblies:
- RobotComponents.ABB.Controllers
namespace: RobotComponents.ABB.Controllers.Forms
summary: Constructs the form.
example: []
syntax:
content: public PickTaskForm(Controller controller)
parameters:
- id: controller
type: RobotComponents.ABB.Controllers.Controller
description: The controller to pick a task from.
content.vb: Public Sub New(controller As Controller)
overload: RobotComponents.ABB.Controllers.Forms.PickTaskForm.#ctor*
nameWithType.vb: PickTaskForm.New(Controller)
fullName.vb: RobotComponents.ABB.Controllers.Forms.PickTaskForm.New(RobotComponents.ABB.Controllers.Controller)
name.vb: New(Controller)
- uid: RobotComponents.ABB.Controllers.Forms.PickTaskForm.TaskName
commentId: P:RobotComponents.ABB.Controllers.Forms.PickTaskForm.TaskName
id: TaskName
parent: RobotComponents.ABB.Controllers.Forms.PickTaskForm
langs:
- csharp
- vb
name: TaskName
nameWithType: PickTaskForm.TaskName
fullName: RobotComponents.ABB.Controllers.Forms.PickTaskForm.TaskName
type: Property
assemblies:
- RobotComponents.ABB.Controllers
namespace: RobotComponents.ABB.Controllers.Forms
summary: Gets the picked task name.
example: []
syntax:
content: public string TaskName { get; }
parameters: []
return:
type: System.String
content.vb: Public ReadOnly Property TaskName As String
overload: RobotComponents.ABB.Controllers.Forms.PickTaskForm.TaskName*
references:
- uid: RobotComponents.ABB.Controllers.Forms
commentId: N:RobotComponents.ABB.Controllers.Forms
isExternal: true
href: RobotComponents.html
name: RobotComponents.ABB.Controllers.Forms
nameWithType: RobotComponents.ABB.Controllers.Forms
fullName: RobotComponents.ABB.Controllers.Forms
spec.csharp:
- uid: RobotComponents
name: RobotComponents
isExternal: true
href: RobotComponents.html
- name: .
- uid: RobotComponents.ABB
name: ABB
isExternal: true
href: RobotComponents.ABB.html
- name: .
- uid: RobotComponents.ABB.Controllers
name: Controllers
isExternal: true
href: RobotComponents.ABB.Controllers.html
- name: .
- uid: RobotComponents.ABB.Controllers.Forms
name: Forms
isExternal: true
href: RobotComponents.ABB.Controllers.Forms.html
spec.vb:
- uid: RobotComponents
name: RobotComponents
isExternal: true
href: RobotComponents.html
- name: .
- uid: RobotComponents.ABB
name: ABB
isExternal: true
href: RobotComponents.ABB.html
- name: .
- uid: RobotComponents.ABB.Controllers
name: Controllers
isExternal: true
href: RobotComponents.ABB.Controllers.html
- name: .
- uid: RobotComponents.ABB.Controllers.Forms
name: Forms
isExternal: true
href: RobotComponents.ABB.Controllers.Forms.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: RobotComponents.ABB.Controllers.Forms.PickTaskForm.#ctor*
commentId: Overload:RobotComponents.ABB.Controllers.Forms.PickTaskForm.#ctor
isExternal: true
href: RobotComponents.ABB.Controllers.Forms.PickTaskForm.html#RobotComponents_ABB_Controllers_Forms_PickTaskForm__ctor_RobotComponents_ABB_Controllers_Controller_
name: PickTaskForm
nameWithType: PickTaskForm.PickTaskForm
fullName: RobotComponents.ABB.Controllers.Forms.PickTaskForm.PickTaskForm
nameWithType.vb: PickTaskForm.New
fullName.vb: RobotComponents.ABB.Controllers.Forms.PickTaskForm.New
name.vb: New
- uid: RobotComponents.ABB.Controllers.Controller
commentId: T:RobotComponents.ABB.Controllers.Controller
parent: RobotComponents.ABB.Controllers
isExternal: true
href: RobotComponents.ABB.Controllers.Controller.html
name: Controller
nameWithType: Controller
fullName: RobotComponents.ABB.Controllers.Controller
- uid: RobotComponents.ABB.Controllers
commentId: N:RobotComponents.ABB.Controllers
isExternal: true
href: RobotComponents.html
name: RobotComponents.ABB.Controllers
nameWithType: RobotComponents.ABB.Controllers
fullName: RobotComponents.ABB.Controllers
spec.csharp:
- uid: RobotComponents
name: RobotComponents
isExternal: true
href: RobotComponents.html
- name: .
- uid: RobotComponents.ABB
name: ABB
isExternal: true
href: RobotComponents.ABB.html
- name: .
- uid: RobotComponents.ABB.Controllers
name: Controllers
isExternal: true
href: RobotComponents.ABB.Controllers.html
spec.vb:
- uid: RobotComponents
name: RobotComponents
isExternal: true
href: RobotComponents.html
- name: .
- uid: RobotComponents.ABB
name: ABB
isExternal: true
href: RobotComponents.ABB.html
- name: .
- uid: RobotComponents.ABB.Controllers
name: Controllers
isExternal: true
href: RobotComponents.ABB.Controllers.html
- uid: RobotComponents.ABB.Controllers.Forms.PickTaskForm.TaskName*
commentId: Overload:RobotComponents.ABB.Controllers.Forms.PickTaskForm.TaskName
isExternal: true
href: RobotComponents.ABB.Controllers.Forms.PickTaskForm.html#RobotComponents_ABB_Controllers_Forms_PickTaskForm_TaskName
name: TaskName
nameWithType: PickTaskForm.TaskName
fullName: RobotComponents.ABB.Controllers.Forms.PickTaskForm.TaskName
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String