forked from RWS/studio-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.yml
More file actions
869 lines (867 loc) · 36.5 KB
/
Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.yml
File metadata and controls
869 lines (867 loc) · 36.5 KB
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
### YamlMime:ManagedReference
items:
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
commentId: T:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
id: AbstractFileLevelAutomaticTask
parent: Sdl.ProjectAutomation.AutomaticTasks
children:
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.#ctor
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel(System.Boolean)
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Execute
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.IsCancelRequested
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnFileProgress(Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs)
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnInitializeTask
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ProcessFile(Sdl.ProjectAutomation.Core.ProjectFile)
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Progress
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Project
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ShouldAddNewFileVersion
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskComplete
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskFiles
- Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile(Sdl.ProjectAutomation.Core.ProjectFile,System.String)
langs:
- csharp
- vb
name: AbstractFileLevelAutomaticTask
nameWithType: AbstractFileLevelAutomaticTask
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
type: Class
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Base class for file level automatic task.
example: []
syntax:
content: public abstract class AbstractFileLevelAutomaticTask
content.vb: Public MustInherit Class AbstractFileLevelAutomaticTask
inheritance:
- System.Object
inheritedMembers:
- System.Object.ToString
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnInitializeTask
commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnInitializeTask
id: OnInitializeTask
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: OnInitializeTask()
nameWithType: AbstractFileLevelAutomaticTask.OnInitializeTask()
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnInitializeTask()
type: Method
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Called when the task is initialized. Overwrite this function where further initialization is required.
example: []
syntax:
content: protected virtual void OnInitializeTask()
content.vb: Protected Overridable Sub OnInitializeTask()
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnInitializeTask*
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskComplete
commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskComplete
id: TaskComplete
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: TaskComplete()
nameWithType: AbstractFileLevelAutomaticTask.TaskComplete()
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskComplete()
type: Method
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Called when the task is completed. Overwrite this function when further operation is required.
example: []
syntax:
content: public virtual void TaskComplete()
content.vb: Public Overridable Sub TaskComplete()
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskComplete*
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel(System.Boolean)
commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel(System.Boolean)
id: Cancel(System.Boolean)
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: Cancel(bool)
nameWithType: AbstractFileLevelAutomaticTask.Cancel(bool)
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel(bool)
type: Method
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Called when the task execution is request to cancel.
example: []
syntax:
content: public virtual void Cancel(bool doRollback)
parameters:
- id: doRollback
type: System.Boolean
description: ''
content.vb: Public Overridable Sub Cancel(doRollback As Boolean)
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel*
nameWithType.vb: AbstractFileLevelAutomaticTask.Cancel(Boolean)
fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel(Boolean)
name.vb: Cancel(Boolean)
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Execute
commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Execute
id: Execute
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: Execute()
nameWithType: AbstractFileLevelAutomaticTask.Execute()
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Execute()
type: Method
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: >-
Executes the task. This function does the default implementation: ensure the files ready for the task, calls ProcessFile for each files and then populate
the files if the files are updated.
example: []
syntax:
content: public virtual void Execute()
content.vb: Public Overridable Sub Execute()
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Execute*
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile(Sdl.ProjectAutomation.Core.ProjectFile,System.String)
commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile(Sdl.ProjectAutomation.Core.ProjectFile,System.String)
id: UploadFile(Sdl.ProjectAutomation.Core.ProjectFile,System.String)
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: UploadFile(ProjectFile, string)
nameWithType: AbstractFileLevelAutomaticTask.UploadFile(ProjectFile, string)
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile(Sdl.ProjectAutomation.Core.ProjectFile, string)
type: Method
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Uploads the file for the new version generated.
example: []
syntax:
content: protected virtual void UploadFile(ProjectFile projectFile, string localFilePath)
parameters:
- id: projectFile
type: Sdl.ProjectAutomation.Core.ProjectFile
description: The file to update
- id: localFilePath
type: System.String
description: The local path of the file.
content.vb: Protected Overridable Sub UploadFile(projectFile As ProjectFile, localFilePath As String)
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile*
nameWithType.vb: AbstractFileLevelAutomaticTask.UploadFile(ProjectFile, String)
fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile(Sdl.ProjectAutomation.Core.ProjectFile, String)
name.vb: UploadFile(ProjectFile, String)
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ProcessFile(Sdl.ProjectAutomation.Core.ProjectFile)
commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ProcessFile(Sdl.ProjectAutomation.Core.ProjectFile)
id: ProcessFile(Sdl.ProjectAutomation.Core.ProjectFile)
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: ProcessFile(ProjectFile)
nameWithType: AbstractFileLevelAutomaticTask.ProcessFile(ProjectFile)
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ProcessFile(Sdl.ProjectAutomation.Core.ProjectFile)
type: Method
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Processes the file. It is implemented in the derived class.
example: []
syntax:
content: protected abstract void ProcessFile(ProjectFile projectFile)
parameters:
- id: projectFile
type: Sdl.ProjectAutomation.Core.ProjectFile
description: the file to process
content.vb: Protected MustOverride Sub ProcessFile(projectFile As ProjectFile)
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ProcessFile*
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnFileProgress(Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs)
commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnFileProgress(Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs)
id: OnFileProgress(Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs)
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: OnFileProgress(TaskProgressEventArgs)
nameWithType: AbstractFileLevelAutomaticTask.OnFileProgress(TaskProgressEventArgs)
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnFileProgress(Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs)
type: Method
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Reports the progress of this task.
example: []
syntax:
content: protected virtual void OnFileProgress(TaskProgressEventArgs e)
parameters:
- id: e
type: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs
description: The task progress event args
content.vb: Protected Overridable Sub OnFileProgress(e As TaskProgressEventArgs)
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnFileProgress*
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.#ctor
commentId: M:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.#ctor
id: '#ctor'
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: AbstractFileLevelAutomaticTask()
nameWithType: AbstractFileLevelAutomaticTask.AbstractFileLevelAutomaticTask()
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.AbstractFileLevelAutomaticTask()
type: Constructor
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
syntax:
content: protected AbstractFileLevelAutomaticTask()
content.vb: Protected Sub New()
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.#ctor*
nameWithType.vb: AbstractFileLevelAutomaticTask.New()
fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.New()
name.vb: New()
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ShouldAddNewFileVersion
commentId: P:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ShouldAddNewFileVersion
id: ShouldAddNewFileVersion
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: ShouldAddNewFileVersion
nameWithType: AbstractFileLevelAutomaticTask.ShouldAddNewFileVersion
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ShouldAddNewFileVersion
type: Property
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: >-
Gets/Sets if this task should add a new version of the files. If the task updates the task files,
it should be set to true so the updated files will be preserved.
example: []
syntax:
content: public bool ShouldAddNewFileVersion { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property ShouldAddNewFileVersion As Boolean
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ShouldAddNewFileVersion*
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.IsCancelRequested
commentId: P:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.IsCancelRequested
id: IsCancelRequested
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: IsCancelRequested
nameWithType: AbstractFileLevelAutomaticTask.IsCancelRequested
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.IsCancelRequested
type: Property
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Checks if the task is requested to be cancelled.
example: []
syntax:
content: public bool IsCancelRequested { get; }
parameters: []
return:
type: System.Boolean
content.vb: Public ReadOnly Property IsCancelRequested As Boolean
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.IsCancelRequested*
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Project
commentId: P:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Project
id: Project
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: Project
nameWithType: AbstractFileLevelAutomaticTask.Project
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Project
type: Property
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Gets the project for this task.
example: []
syntax:
content: public IProject Project { get; }
parameters: []
return:
type: Sdl.ProjectAutomation.Core.IProject
content.vb: Public ReadOnly Property Project As IProject
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Project*
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskFiles
commentId: P:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskFiles
id: TaskFiles
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: TaskFiles
nameWithType: AbstractFileLevelAutomaticTask.TaskFiles
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskFiles
type: Property
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Gets the files for this task.
example: []
syntax:
content: public ProjectFile[] TaskFiles { get; }
parameters: []
return:
type: Sdl.ProjectAutomation.Core.ProjectFile[]
content.vb: Public ReadOnly Property TaskFiles As ProjectFile()
overload: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskFiles*
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Progress
commentId: E:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Progress
id: Progress
parent: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask
langs:
- csharp
- vb
name: Progress
nameWithType: AbstractFileLevelAutomaticTask.Progress
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Progress
type: Event
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: The task progress event.
example: []
syntax:
content: public event EventHandler<TaskProgressEventArgs> Progress
return:
type: System.EventHandler{Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs}
content.vb: Public Event Progress As EventHandler(Of TaskProgressEventArgs)
references:
- uid: Sdl.ProjectAutomation.AutomaticTasks
commentId: N:Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
href: Sdl.html
name: Sdl.ProjectAutomation.AutomaticTasks
nameWithType: Sdl.ProjectAutomation.AutomaticTasks
fullName: Sdl.ProjectAutomation.AutomaticTasks
spec.csharp:
- uid: Sdl
name: Sdl
isExternal: true
href: Sdl.html
- name: .
- uid: Sdl.ProjectAutomation
name: ProjectAutomation
isExternal: true
href: Sdl.ProjectAutomation.html
- name: .
- uid: Sdl.ProjectAutomation.AutomaticTasks
name: AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.html
spec.vb:
- uid: Sdl
name: Sdl
isExternal: true
href: Sdl.html
- name: .
- uid: Sdl.ProjectAutomation
name: ProjectAutomation
isExternal: true
href: Sdl.ProjectAutomation.html
- name: .
- uid: Sdl.ProjectAutomation.AutomaticTasks
name: AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.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.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnInitializeTask*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnInitializeTask
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_OnInitializeTask
name: OnInitializeTask
nameWithType: AbstractFileLevelAutomaticTask.OnInitializeTask
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnInitializeTask
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskComplete*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskComplete
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_TaskComplete
name: TaskComplete
nameWithType: AbstractFileLevelAutomaticTask.TaskComplete
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskComplete
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_Cancel_System_Boolean_
name: Cancel
nameWithType: AbstractFileLevelAutomaticTask.Cancel
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Cancel
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Execute*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Execute
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_Execute
name: Execute
nameWithType: AbstractFileLevelAutomaticTask.Execute
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Execute
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_UploadFile_Sdl_ProjectAutomation_Core_ProjectFile_System_String_
name: UploadFile
nameWithType: AbstractFileLevelAutomaticTask.UploadFile
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.UploadFile
- uid: Sdl.ProjectAutomation.Core.ProjectFile
commentId: T:Sdl.ProjectAutomation.Core.ProjectFile
parent: Sdl.ProjectAutomation.Core
isExternal: true
name: ProjectFile
nameWithType: ProjectFile
fullName: Sdl.ProjectAutomation.Core.ProjectFile
- 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
- uid: Sdl.ProjectAutomation.Core
commentId: N:Sdl.ProjectAutomation.Core
isExternal: true
name: Sdl.ProjectAutomation.Core
nameWithType: Sdl.ProjectAutomation.Core
fullName: Sdl.ProjectAutomation.Core
spec.csharp:
- uid: Sdl
name: Sdl
isExternal: true
- name: .
- uid: Sdl.ProjectAutomation
name: ProjectAutomation
isExternal: true
- name: .
- uid: Sdl.ProjectAutomation.Core
name: Core
isExternal: true
spec.vb:
- uid: Sdl
name: Sdl
isExternal: true
- name: .
- uid: Sdl.ProjectAutomation
name: ProjectAutomation
isExternal: true
- name: .
- uid: Sdl.ProjectAutomation.Core
name: Core
isExternal: true
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ProcessFile*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ProcessFile
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_ProcessFile_Sdl_ProjectAutomation_Core_ProjectFile_
name: ProcessFile
nameWithType: AbstractFileLevelAutomaticTask.ProcessFile
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ProcessFile
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnFileProgress*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnFileProgress
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_OnFileProgress_Sdl_ProjectAutomation_AutomaticTasks_TaskProgressEventArgs_
name: OnFileProgress
nameWithType: AbstractFileLevelAutomaticTask.OnFileProgress
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.OnFileProgress
- uid: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs
commentId: T:Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs
parent: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html
name: TaskProgressEventArgs
nameWithType: TaskProgressEventArgs
fullName: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.#ctor*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.#ctor
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask__ctor
name: AbstractFileLevelAutomaticTask
nameWithType: AbstractFileLevelAutomaticTask.AbstractFileLevelAutomaticTask
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.AbstractFileLevelAutomaticTask
nameWithType.vb: AbstractFileLevelAutomaticTask.New
fullName.vb: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.New
name.vb: New
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ShouldAddNewFileVersion*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ShouldAddNewFileVersion
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_ShouldAddNewFileVersion
name: ShouldAddNewFileVersion
nameWithType: AbstractFileLevelAutomaticTask.ShouldAddNewFileVersion
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.ShouldAddNewFileVersion
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.IsCancelRequested*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.IsCancelRequested
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_IsCancelRequested
name: IsCancelRequested
nameWithType: AbstractFileLevelAutomaticTask.IsCancelRequested
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.IsCancelRequested
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Project*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Project
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_Project
name: Project
nameWithType: AbstractFileLevelAutomaticTask.Project
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.Project
- uid: Sdl.ProjectAutomation.Core.IProject
commentId: T:Sdl.ProjectAutomation.Core.IProject
parent: Sdl.ProjectAutomation.Core
isExternal: true
name: IProject
nameWithType: IProject
fullName: Sdl.ProjectAutomation.Core.IProject
- uid: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskFiles*
commentId: Overload:Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskFiles
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.html#Sdl_ProjectAutomation_AutomaticTasks_AbstractFileLevelAutomaticTask_TaskFiles
name: TaskFiles
nameWithType: AbstractFileLevelAutomaticTask.TaskFiles
fullName: Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.TaskFiles
- uid: Sdl.ProjectAutomation.Core.ProjectFile[]
isExternal: true
name: ProjectFile[]
nameWithType: ProjectFile[]
fullName: Sdl.ProjectAutomation.Core.ProjectFile[]
nameWithType.vb: ProjectFile()
fullName.vb: Sdl.ProjectAutomation.Core.ProjectFile()
name.vb: ProjectFile()
spec.csharp:
- uid: Sdl.ProjectAutomation.Core.ProjectFile
name: ProjectFile
isExternal: true
- name: '['
- name: ']'
spec.vb:
- uid: Sdl.ProjectAutomation.Core.ProjectFile
name: ProjectFile
isExternal: true
- name: (
- name: )
- uid: System.EventHandler{Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs}
commentId: T:System.EventHandler{Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs}
parent: System
definition: System.EventHandler`1
href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1
name: EventHandler<TaskProgressEventArgs>
nameWithType: EventHandler<TaskProgressEventArgs>
fullName: System.EventHandler<Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs>
nameWithType.vb: EventHandler(Of TaskProgressEventArgs)
fullName.vb: System.EventHandler(Of Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs)
name.vb: EventHandler(Of TaskProgressEventArgs)
spec.csharp:
- uid: System.EventHandler`1
name: EventHandler
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1
- name: <
- uid: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs
name: TaskProgressEventArgs
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html
- name: '>'
spec.vb:
- uid: System.EventHandler`1
name: EventHandler
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1
- name: (
- name: Of
- name: " "
- uid: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs
name: TaskProgressEventArgs
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.TaskProgressEventArgs.html
- name: )
- uid: System.EventHandler`1
commentId: T:System.EventHandler`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1
name: EventHandler<TEventArgs>
nameWithType: EventHandler<TEventArgs>
fullName: System.EventHandler<TEventArgs>
nameWithType.vb: EventHandler(Of TEventArgs)
fullName.vb: System.EventHandler(Of TEventArgs)
name.vb: EventHandler(Of TEventArgs)
spec.csharp:
- uid: System.EventHandler`1
name: EventHandler
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1
- name: <
- name: TEventArgs
- name: '>'
spec.vb:
- uid: System.EventHandler`1
name: EventHandler
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1
- name: (
- name: Of
- name: " "
- name: TEventArgs
- name: )