Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Codelisk authored Sep 18, 2024
1 parent 4c9f19e commit ad8eeb2
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ WebRepositories.Generator => Erstellt die Repositories
### EntityGenerator
Attributes:
- Dtos

What is used:
- Dto Namespace
- Dto Name
Expand All @@ -207,6 +208,7 @@ What is used:
### ExtensionsGenerator
Attributes:
- Dtos
-
What is used:
- Dto Namespace
- Dto Name
Expand All @@ -215,6 +217,7 @@ What is used:
### FullModelGenerator
Attributes:
- Dtos

What is used:
- Dto Namespace
- Dto Name
Expand All @@ -225,6 +228,7 @@ What is used:
Attributes:
- BaseContext
- Entity

What is used:
- Entity names
- BaseContext name
Expand All @@ -233,10 +237,18 @@ What is used:
### ControllerGenerator
Attributes:
- Dto
- Entities
- DefaultManagerAttribute
- DefaultControllerAttribute

What is used:
- Dto name
- Controller class
- Manager class

- Entity First constructor argument
- dto id property type
- dto attributes
- controller name
- controller type
- controller constructor parameters
- manager name
- manager methods
- controller properties

0 comments on commit ad8eeb2

Please sign in to comment.