Skip to content

Commit f11a7a7

Browse files
committed
Table of contents
1 parent b9fa18e commit f11a7a7

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,37 @@
1+
#ObjectFiller.NET
2+
<img align="left" src="https://raw.githubusercontent.com/Tynamix/ObjectFiller.NET/master/logo.png" alt="Logo" />
13
The **.NET ObjectFiller** fills the properties of your .NET objects with random data!
24
It has a very comfortable Fluent API.
35
You are able to fill object instances or you just let them create for you.
46
It is possible to create instances of classes which have constructors with parameters.
57
You can also fill properties which are derived by a interface.
68
The **.NET ObjectFiller** also supports IEnumerable<T> (and all derivations) and Dictionaries.
79

10+
##Table of contents
11+
- [Where can i get it?](#where-can-i-get-it)
12+
- [For what do you need it?](#for-what-do-you-need-it)
13+
- [Can i extend the .NET ObjectFiller?](#can-i-extend-the-net-objectfiller)
14+
- [Examples](#examples)
15+
- [Let's start easy](#lets-start-easy)
16+
- [Let's use the fluent setup API](#lets-use-the-fluent-setup-api)
17+
- [Ignore Properties](#ignore-properties)
18+
- [Setup Subtypes](#setup-subtypes)
19+
- [Fill objects with constructor arguments](#fill-objects-with-constructor-arguments)
20+
- [Fill Interface-Properties](#fill-interface-properties)
21+
- [Fill Lists and Dictionaries](#fill-lists-and-dictionaries)
22+
- [Mix all up](#mix-all-up)
23+
- [Available Plugins](#available-plugins)
24+
- [Mix all up](#mix-all-up)
25+
- [MnemonicStringPlugin](#mnemonicstringplugin)
26+
- [RealNamePlugin](#realnameplugin)
27+
- [RandomListItem - Plugin](#randomlistitem---plugin)
28+
- [PatternGenerator Plugin](#patterngenerator-plugin)
29+
- [Write your own plugin](#write-your-own-plugin)
30+
- [Thank you](#thank-you-for-using-objectfillernet)
31+
32+
833
##Where can i get it?
934
Easy, you can find it at nuget! It's just one DLL!
10-
1135
**Look here:** https://www.nuget.org/packages/Tynamix.ObjectFiller
1236

1337

@@ -30,7 +54,7 @@ I will show you some examples how you can work with it.
3054

3155
##Can i extend the .NET ObjectFiller?
3256

33-
Of course! The **.NET ObjectFiller** is very flexible and easy to extend. With the help of the **FluentAPI** you can configure and extend the ObjectFiller. In the examples i will show you how to do it.
57+
Of course! The **.NET ObjectFiller** is very flexible and easy to extend. With the help of the **FluentAPI** you can configure and extend the ObjectFiller. You are also able to [write your own **Plugin**](#write-your-own-plugin)! In the examples i will show you how to do it.
3458

3559
##Examples
3660

0 commit comments

Comments
 (0)