Skip to content

Commit dabe88e

Browse files
authored
Merge pull request #288 from SalehAhmadi/patch-1
Update Feature-Dynamic-Entity-Parameters-Angular.md
2 parents 9e035d1 + 5f0a8af commit dabe88e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/en/Feature-Dynamic-Entity-Parameters-Angular.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Dynamic Property System** is a system that allows you to add and manage new properties on entity objects at runtime without any code changes. With this system, you can define dynamic propeties on entity objects and perform operations on these objects easily. For example, it can be used for cities, counties, gender, status codes etc.
44

5-
Check AspNet Boilerplate side of [Dynamic Property System](https://aspnetboilerplate.com/Pages/Documents/Dynamic-Property-System)
5+
Check AspNet Boilerplate side of [Dynamic Property System](https://aspnetboilerplate.com/Pages/Documents/Dynamic-Parameter-System)
66

77
### Defining
88

@@ -91,4 +91,4 @@ _____
9191
<td>Required permission to manage anything about that property <br><span style="font-style: italic;">(<code>DynamicPropertyValue</code>, <code>EntityDynamicProperty</code>, <code>EntityDynamicPropertyValue</code>)</span></td>
9292
</tr>
9393
</tbody>
94-
</table>
94+
</table>

0 commit comments

Comments
 (0)