Skip to content

Commit 2fb3a6c

Browse files
icmoldovangithub-actions[bot]
and
github-actions[bot]
authored
update api doc (#229)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.sdl.com>
1 parent d624143 commit 2fb3a6c

File tree

1,801 files changed

+453414
-877376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,801 files changed

+453414
-877376
lines changed

api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileContentProcessingAutomaticTask.yml

+315-301
Large diffs are not rendered by default.

api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AbstractFileLevelAutomaticTask.yml

+338-251
Large diffs are not rendered by default.

api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.yml

+62-2,138
Large diffs are not rendered by default.

api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.yml

+60-44
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,22 @@ items:
1717
nameWithType: AutomaticTaskFileType
1818
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
1919
type: Enum
20+
source:
21+
path: Sdl.ProjectAutomation.AutomaticTasks
22+
isExternal: true
2023
assemblies:
2124
- Sdl.ProjectAutomation.AutomaticTasks
2225
namespace: Sdl.ProjectAutomation.AutomaticTasks
23-
summary: Enum values for the task file type.
24-
example: []
26+
summary: "\nEnum values for the task file type.\n"
2527
syntax:
2628
content: public enum AutomaticTaskFileType
2729
content.vb: Public Enum AutomaticTaskFileType
30+
modifiers.csharp:
31+
- public
32+
- enum
33+
modifiers.vb:
34+
- Public
35+
- Enum
2836
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
2937
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
3038
id: None
@@ -36,15 +44,23 @@ items:
3644
nameWithType: AutomaticTaskFileType.None
3745
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
3846
type: Field
47+
source:
48+
path: Sdl.ProjectAutomation.AutomaticTasks
49+
isExternal: true
3950
assemblies:
4051
- Sdl.ProjectAutomation.AutomaticTasks
4152
namespace: Sdl.ProjectAutomation.AutomaticTasks
42-
summary: No task file type. Can be used to express that a task does not produce any new versions of its input files.
43-
example: []
53+
summary: "\nNo task file type. Can be used to express that a task does not produce any new versions of its input files.\n"
4454
syntax:
4555
content: None = 0
4656
return:
4757
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
58+
modifiers.csharp:
59+
- public
60+
- const
61+
modifiers.vb:
62+
- Public
63+
- Const
4864
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
4965
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
5066
id: NativeSource
@@ -56,15 +72,23 @@ items:
5672
nameWithType: AutomaticTaskFileType.NativeSource
5773
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
5874
type: Field
75+
source:
76+
path: Sdl.ProjectAutomation.AutomaticTasks
77+
isExternal: true
5978
assemblies:
6079
- Sdl.ProjectAutomation.AutomaticTasks
6180
namespace: Sdl.ProjectAutomation.AutomaticTasks
62-
summary: A native source file, i.e. a file in its native format, which is associated with the project's source language.
63-
example: []
81+
summary: "\nA native source file, i.e. a file in its native format, which is associated with the project&apos;s source language.\n"
6482
syntax:
6583
content: NativeSource = 1
6684
return:
6785
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
86+
modifiers.csharp:
87+
- public
88+
- const
89+
modifiers.vb:
90+
- Public
91+
- Const
6892
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
6993
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
7094
id: BilingualSource
@@ -76,15 +100,23 @@ items:
76100
nameWithType: AutomaticTaskFileType.BilingualSource
77101
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
78102
type: Field
103+
source:
104+
path: Sdl.ProjectAutomation.AutomaticTasks
105+
isExternal: true
79106
assemblies:
80107
- Sdl.ProjectAutomation.AutomaticTasks
81108
namespace: Sdl.ProjectAutomation.AutomaticTasks
82-
summary: A bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language.
83-
example: []
109+
summary: "\nA bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project&apos;s source language.\n"
84110
syntax:
85111
content: BilingualSource = 2
86112
return:
87113
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
114+
modifiers.csharp:
115+
- public
116+
- const
117+
modifiers.vb:
118+
- Public
119+
- Const
88120
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
89121
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
90122
id: BilingualTarget
@@ -96,15 +128,23 @@ items:
96128
nameWithType: AutomaticTaskFileType.BilingualTarget
97129
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
98130
type: Field
131+
source:
132+
path: Sdl.ProjectAutomation.AutomaticTasks
133+
isExternal: true
99134
assemblies:
100135
- Sdl.ProjectAutomation.AutomaticTasks
101136
namespace: Sdl.ProjectAutomation.AutomaticTasks
102-
summary: A bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language.
103-
example: []
137+
summary: "\nA bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project&apos;s target language.\n"
104138
syntax:
105139
content: BilingualTarget = 3
106140
return:
107141
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
142+
modifiers.csharp:
143+
- public
144+
- const
145+
modifiers.vb:
146+
- Public
147+
- Const
108148
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
109149
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
110150
id: NativeTarget
@@ -116,58 +156,34 @@ items:
116156
nameWithType: AutomaticTaskFileType.NativeTarget
117157
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
118158
type: Field
159+
source:
160+
path: Sdl.ProjectAutomation.AutomaticTasks
161+
isExternal: true
119162
assemblies:
120163
- Sdl.ProjectAutomation.AutomaticTasks
121164
namespace: Sdl.ProjectAutomation.AutomaticTasks
122-
summary: A native target file, i.e. a file associated with the project's target language after it has been converted back to its native format.
123-
example: []
165+
summary: "\nA native target file, i.e. a file associated with the project&apos;s target language after it has been converted back to its native format.\n"
124166
syntax:
125167
content: NativeTarget = 4
126168
return:
127169
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
170+
modifiers.csharp:
171+
- public
172+
- const
173+
modifiers.vb:
174+
- Public
175+
- Const
128176
references:
129177
- uid: Sdl.ProjectAutomation.AutomaticTasks
130178
commentId: N:Sdl.ProjectAutomation.AutomaticTasks
131179
isExternal: true
132-
href: Sdl.html
133180
name: Sdl.ProjectAutomation.AutomaticTasks
134181
nameWithType: Sdl.ProjectAutomation.AutomaticTasks
135182
fullName: Sdl.ProjectAutomation.AutomaticTasks
136-
spec.csharp:
137-
- uid: Sdl
138-
name: Sdl
139-
isExternal: true
140-
href: Sdl.html
141-
- name: .
142-
- uid: Sdl.ProjectAutomation
143-
name: ProjectAutomation
144-
isExternal: true
145-
href: Sdl.ProjectAutomation.html
146-
- name: .
147-
- uid: Sdl.ProjectAutomation.AutomaticTasks
148-
name: AutomaticTasks
149-
isExternal: true
150-
href: Sdl.ProjectAutomation.AutomaticTasks.html
151-
spec.vb:
152-
- uid: Sdl
153-
name: Sdl
154-
isExternal: true
155-
href: Sdl.html
156-
- name: .
157-
- uid: Sdl.ProjectAutomation
158-
name: ProjectAutomation
159-
isExternal: true
160-
href: Sdl.ProjectAutomation.html
161-
- name: .
162-
- uid: Sdl.ProjectAutomation.AutomaticTasks
163-
name: AutomaticTasks
164-
isExternal: true
165-
href: Sdl.ProjectAutomation.AutomaticTasks.html
166183
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
167184
commentId: T:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
168185
parent: Sdl.ProjectAutomation.AutomaticTasks
169186
isExternal: true
170-
href: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html
171187
name: AutomaticTaskFileType
172188
nameWithType: AutomaticTaskFileType
173189
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType

0 commit comments

Comments
 (0)