@@ -17,14 +17,22 @@ items:
17
17
nameWithType : AutomaticTaskFileType
18
18
fullName : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
19
19
type : Enum
20
+ source :
21
+ path : Sdl.ProjectAutomation.AutomaticTasks
22
+ isExternal : true
20
23
assemblies :
21
24
- Sdl.ProjectAutomation.AutomaticTasks
22
25
namespace : Sdl.ProjectAutomation.AutomaticTasks
23
- summary : Enum values for the task file type.
24
- example : []
26
+ summary : " \n Enum values for the task file type.\n "
25
27
syntax :
26
28
content : public enum AutomaticTaskFileType
27
29
content.vb : Public Enum AutomaticTaskFileType
30
+ modifiers.csharp :
31
+ - public
32
+ - enum
33
+ modifiers.vb :
34
+ - Public
35
+ - Enum
28
36
- uid : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
29
37
commentId : F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
30
38
id : None
@@ -36,15 +44,23 @@ items:
36
44
nameWithType : AutomaticTaskFileType.None
37
45
fullName : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
38
46
type : Field
47
+ source :
48
+ path : Sdl.ProjectAutomation.AutomaticTasks
49
+ isExternal : true
39
50
assemblies :
40
51
- Sdl.ProjectAutomation.AutomaticTasks
41
52
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 : " \n No task file type. Can be used to express that a task does not produce any new versions of its input files.\n "
44
54
syntax :
45
55
content : None = 0
46
56
return :
47
57
type : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
58
+ modifiers.csharp :
59
+ - public
60
+ - const
61
+ modifiers.vb :
62
+ - Public
63
+ - Const
48
64
- uid : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
49
65
commentId : F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
50
66
id : NativeSource
@@ -56,15 +72,23 @@ items:
56
72
nameWithType : AutomaticTaskFileType.NativeSource
57
73
fullName : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
58
74
type : Field
75
+ source :
76
+ path : Sdl.ProjectAutomation.AutomaticTasks
77
+ isExternal : true
59
78
assemblies :
60
79
- Sdl.ProjectAutomation.AutomaticTasks
61
80
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 : " \n A native source file, i.e. a file in its native format, which is associated with the project's source language.\n "
64
82
syntax :
65
83
content : NativeSource = 1
66
84
return :
67
85
type : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
86
+ modifiers.csharp :
87
+ - public
88
+ - const
89
+ modifiers.vb :
90
+ - Public
91
+ - Const
68
92
- uid : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
69
93
commentId : F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
70
94
id : BilingualSource
@@ -76,15 +100,23 @@ items:
76
100
nameWithType : AutomaticTaskFileType.BilingualSource
77
101
fullName : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
78
102
type : Field
103
+ source :
104
+ path : Sdl.ProjectAutomation.AutomaticTasks
105
+ isExternal : true
79
106
assemblies :
80
107
- Sdl.ProjectAutomation.AutomaticTasks
81
108
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 : " \n A bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language.\n "
84
110
syntax :
85
111
content : BilingualSource = 2
86
112
return :
87
113
type : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
114
+ modifiers.csharp :
115
+ - public
116
+ - const
117
+ modifiers.vb :
118
+ - Public
119
+ - Const
88
120
- uid : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
89
121
commentId : F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
90
122
id : BilingualTarget
@@ -96,15 +128,23 @@ items:
96
128
nameWithType : AutomaticTaskFileType.BilingualTarget
97
129
fullName : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
98
130
type : Field
131
+ source :
132
+ path : Sdl.ProjectAutomation.AutomaticTasks
133
+ isExternal : true
99
134
assemblies :
100
135
- Sdl.ProjectAutomation.AutomaticTasks
101
136
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 : " \n A bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language.\n "
104
138
syntax :
105
139
content : BilingualTarget = 3
106
140
return :
107
141
type : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
142
+ modifiers.csharp :
143
+ - public
144
+ - const
145
+ modifiers.vb :
146
+ - Public
147
+ - Const
108
148
- uid : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
109
149
commentId : F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
110
150
id : NativeTarget
@@ -116,58 +156,34 @@ items:
116
156
nameWithType : AutomaticTaskFileType.NativeTarget
117
157
fullName : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
118
158
type : Field
159
+ source :
160
+ path : Sdl.ProjectAutomation.AutomaticTasks
161
+ isExternal : true
119
162
assemblies :
120
163
- Sdl.ProjectAutomation.AutomaticTasks
121
164
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 : " \n 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.\n "
124
166
syntax :
125
167
content : NativeTarget = 4
126
168
return :
127
169
type : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
170
+ modifiers.csharp :
171
+ - public
172
+ - const
173
+ modifiers.vb :
174
+ - Public
175
+ - Const
128
176
references :
129
177
- uid : Sdl.ProjectAutomation.AutomaticTasks
130
178
commentId : N:Sdl.ProjectAutomation.AutomaticTasks
131
179
isExternal : true
132
- href : Sdl.html
133
180
name : Sdl.ProjectAutomation.AutomaticTasks
134
181
nameWithType : Sdl.ProjectAutomation.AutomaticTasks
135
182
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
166
183
- uid : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
167
184
commentId : T:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
168
185
parent : Sdl.ProjectAutomation.AutomaticTasks
169
186
isExternal : true
170
- href : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html
171
187
name : AutomaticTaskFileType
172
188
nameWithType : AutomaticTaskFileType
173
189
fullName : Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
0 commit comments