We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb7de9 commit dfe55eeCopy full SHA for dfe55ee
1 file changed
v2/rscg_examples_site/docs/RSCG-Examples/AutoDTO.md
@@ -265,8 +265,21 @@ public partial class DepartmentDTO {
265
Those are taken from $(BaseIntermediateOutputPath)\GX
266
267
<Tabs>
268
+<TabItem value="D:\gth\RSCG_Examples\v2\rscg_examples\AutoDTO\src\AutoDTODemo\obj\GX\AutoDto.SourceGen\AutoDto.SourceGen.DtoFromBlGenerator\DepartmentDTO.g.cs" label="DepartmentDTO.g.cs" >
269
270
271
+```csharp showLineNumbers
272
+namespace AutoDTODemo;
273
+
274
+public partial class DepartmentDTO
275
+{
276
+public System.Int32 ID { get; set; }
277
+public System.String Name { get; set; }
278
+}
279
+```
280
281
+ </TabItem>
282
283
</Tabs>
284
285
## Usefull
0 commit comments