Skip to content

Commit 081d916

Browse files
committed
zip
1 parent 6c8c6a5 commit 081d916

4 files changed

Lines changed: 71 additions & 1 deletion

File tree

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
2+
<h1>RSCG nr 257 : Pekspro.DataAnnotationValuesExtractor</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/Pekspro.DataAnnotationValuesExtractor/" target="_blank">https://www.nuget.org/packages/Pekspro.DataAnnotationValuesExtractor/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/pekspro/DataAnnotationValuesExtractor" target="_blank"> https://github.com/pekspro/DataAnnotationValuesExtractor</a></p>
8+
9+
<p>Author :Pekspro</p>
10+
11+
<p>Source: <a href="https://github.com/pekspro/DataAnnotationValuesExtractor" target="_blank">https://github.com/pekspro/DataAnnotationValuesExtractor</a> </p>
12+
13+
<h2>About</h2>
14+
15+
Generating code to extract values from data annotations in C#.
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/Pekspro.DataAnnotationValuesExtractor/" target="_blank">Pekspro.DataAnnotationValuesExtractor</a> in the csproj
22+
</h3>
23+
<img src="images/Pekspro.DataAnnotationValuesExtractor/Attr.csproj.png" width="580" height="580" />
24+
25+
<h3>This was for me the <b>starting</b> code</h3>
26+
27+
<br />
28+
I have <b>coded</b> the file Program.cs
29+
<br />
30+
<img src="images/Pekspro.DataAnnotationValuesExtractor/csFiles/Program.cs.png" width="580" height="580" />
31+
<hr />
32+
33+
<br />
34+
I have <b>coded</b> the file Person.cs
35+
<br />
36+
<img src="images/Pekspro.DataAnnotationValuesExtractor/csFiles/Person.cs.png" width="580" height="580" />
37+
<hr />
38+
39+
<br />
40+
I have <b>coded</b> the file Values.cs
41+
<br />
42+
<img src="images/Pekspro.DataAnnotationValuesExtractor/csFiles/Values.cs.png" width="580" height="580" />
43+
<hr />
44+
<h3>And here are the <i>generated</i> files</h3>
45+
46+
<br />
47+
The file <i>generated</i> is Values.g.cs
48+
<br />
49+
<img src="images/Pekspro.DataAnnotationValuesExtractor/generated/Values.g.cs.png" width="580" height="580" />
50+
51+
<p>
52+
You can download the code and this page as pdf from
53+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/Pekspro.DataAnnotationValuesExtractor'>
54+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/Pekspro.DataAnnotationValuesExtractor
55+
</a>
56+
</p>
57+
58+
59+
<p>
60+
You can see the whole list at
61+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
62+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
63+
</a>
64+
</p>
65+

v2/book/list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 256 RSCG with examples =>
20+
This is the list of 257 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -1050,6 +1050,10 @@ <h1>
10501050
<td>256</td>
10511051
<td><a href="examples/Sundew.DiscriminatedUnions.html">Sundew.DiscriminatedUnions</a></td>
10521052
</tr>
1053+
<tr>
1054+
<td>257</td>
1055+
<td><a href="examples/Pekspro.DataAnnotationValuesExtractor.html">Pekspro.DataAnnotationValuesExtractor</a></td>
1056+
</tr>
10531057
</table>
10541058

10551059

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ input-files:
270270
- examples/ErrorOrX.html
271271
- examples/KnockOff.html
272272
- examples/Sundew.DiscriminatedUnions.html
273+
- examples/Pekspro.DataAnnotationValuesExtractor.html
273274

274275
# or you may use input-file: with a single value
275276
# defaults:
Binary file not shown.

0 commit comments

Comments
 (0)