Skip to content

Commit 79cd799

Browse files
committed
Update dynamic properties document
1 parent d38e7a5 commit 79cd799

2 files changed

+11
-11
lines changed

docs/en/Feature-Dynamic-Entity-Parameters-Angular.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ _____
7979
</thead>
8080
<tbody>
8181
<tr>
82-
<td>ParameterName*</td>
83-
<td>Unique name of the dynamic parameter</td>
82+
<td>PropertyName*</td>
83+
<td>Unique name of the dynamic property</td>
8484
</tr>
8585
<tr>
8686
<td>Input Type*</td>
87-
<td>Input type name of the dynamic parameter</td>
87+
<td>Input type name of the dynamic property</td>
8888
</tr>
8989
<tr>
9090
<td>Permission</td>
91-
<td>Required permission to manage anything about that parameter <br><span style="font-style: italic;">(<code>DynamicParameterValue</code>, <code>EntityDynamicParameter</code>, <code>EntityDynamicParameterValue</code>)</span></td>
91+
<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>
9494
</table>

docs/en/Feature-Dynamic-Entity-Parameters-Mvc.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Dynamic Parameter System
1+
# Dynamic Property System
22

3-
**Dynamic Parameter 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.
3+
**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 Parameter System](https://aspnetboilerplate.com/Pages/Documents/Dynamic-Parameter-System)
5+
Check AspNet Boilerplate side of [Dynamic Property System](https://aspnetboilerplate.com/Pages/Documents/Dynamic-Parameter-System)
66

77
### Defining
88

@@ -90,16 +90,16 @@ _____
9090
</thead>
9191
<tbody>
9292
<tr>
93-
<td>ParameterName*</td>
94-
<td>Unique name of the dynamic parameter</td>
93+
<td>PropertyName*</td>
94+
<td>Unique name of the dynamic property</td>
9595
</tr>
9696
<tr>
9797
<td>Input Type*</td>
98-
<td>Input type name of the dynamic parameter</td>
98+
<td>Input type name of the dynamic property</td>
9999
</tr>
100100
<tr>
101101
<td>Permission</td>
102-
<td>Required permission to manage anything about that parameter <br><span style="font-style: italic;">(<code>DynamicParameterValue</code>, <code>EntityDynamicParameter</code>, <code>EntityDynamicParameterValue</code>)</span></td>
102+
<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>
103103
</tr>
104104
</tbody>
105105
</table>

0 commit comments

Comments
 (0)