Api session event editor netfunction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session event editor netfunction Events. | |||
[[Net Function]] editing. | [[Net Function]] editing. | ||
| Line 6: | Line 6: | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[Api session event editor netfunction add|ADD]] | ||
|Add new [[Net Function]] | |Add new [[Net Function]] | ||
|- | |- | ||
|[[ | |[[Api session event editor netfunction append attribute|APPEND_ATTRIBUTE]] | ||
|Appended to existing [[Net Function]] attribute value | |Appended to existing [[Net Function]] attribute value | ||
|- | |- | ||
|[[ | |[[Api session event editor netfunction import|IMPORT]] | ||
|Import multiple [[Net Function]]s | |Import multiple [[Net Function]]s | ||
|- | |- | ||
|[[ | |[[Api session event editor netfunction remove|REMOVE]] | ||
|Remove existing [[Net Function]] | |Remove existing [[Net Function]] | ||
|- | |- | ||
|[[ | |[[Api session event editor netfunction remove attribute|REMOVE_ATTRIBUTE]] | ||
|Remove attribute from [[Net Function]] | |Remove attribute from [[Net Function]] | ||
|- | |- | ||
|[[ | |[[Api session event editor netfunction set attribute|SET_ATTRIBUTE]] | ||
|Set [[Net Function]] attribute value | |Set [[Net Function]] attribute value | ||
|- | |- | ||
|[[ | |[[Api session event editor netfunction set attributes|SET_ATTRIBUTES]] | ||
|Set multiple [[Net Function]] attribute values | |Set multiple [[Net Function]] attribute values | ||
|- | |- | ||
|[[ | |[[Api session event editor netfunction set name|SET_NAME]] | ||
|Set new name of existing [[Net Function]] | |Set new name of existing [[Net Function]] | ||
|} | |} | ||
| Line 36: | Line 36: | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[Api session event editor netfunction remove all attributes|REMOVE_ALL_ATTRIBUTES]] | ||
|Remove All Attributes | |Remove All Attributes | ||
|- | |- | ||
|[[ | |[[Api session event editor netfunction set type|SET_TYPE]] | ||
|Set Type | |Set Type | ||
|} | |} | ||
{{article end|seealso=*[[Api Events]]}} | {{article end|seealso=*[[Api Events]] | ||
*[[Api session items netfunctions]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 12:09, 1 April 2026
Api session event editor netfunction Events.
Net Function editing.
| Name | Description |
|---|---|
| ADD | Add new Net Function |
| APPEND_ATTRIBUTE | Appended to existing Net Function attribute value |
| IMPORT | Import multiple Net Functions |
| REMOVE | Remove existing Net Function |
| REMOVE_ATTRIBUTE | Remove attribute from Net Function |
| SET_ATTRIBUTE | Set Net Function attribute value |
| SET_ATTRIBUTES | Set multiple Net Function attribute values |
| SET_NAME | Set new name of existing Net Function |
Specific Events:
| Name | Description |
|---|---|
| REMOVE_ALL_ATTRIBUTES | Remove All Attributes |
| SET_TYPE | Set Type |