mirror of
https://github.com/Biarity/Sieve.git
synced 2025-07-27 04:33:23 +02:00
Update README.md
This commit is contained in:
@@ -211,7 +211,8 @@ You can find an example project incorporating most Sieve concepts in [SieveTests
|
|||||||
|
|
||||||
## Fluent API
|
## Fluent API
|
||||||
To use the Fluent API instead of attributes in marking properties, setup an alternative `SieveProcessor` that overrides `MapProperties`. For example:
|
To use the Fluent API instead of attributes in marking properties, setup an alternative `SieveProcessor` that overrides `MapProperties`. For example:
|
||||||
```
|
|
||||||
|
```C#
|
||||||
public class ApplicationSieveProcessor : SieveProcessor
|
public class ApplicationSieveProcessor : SieveProcessor
|
||||||
{
|
{
|
||||||
public ApplicationSieveProcessor(
|
public ApplicationSieveProcessor(
|
||||||
|
Reference in New Issue
Block a user