MDrivenStart ClassActions
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Class actions are actions that shows up when the user selects an instance object of that class. They are practical since it is the model typing that is used to deduce when to show them and thus you do not - as a developer - need to state every place you want it show. Use Class actions when you are acting on an object instance and that it is the rule rather than the exception that the user of the system should be able to execute this action whenever an instance of this type is seen. (You may have exceptions to this rule and that is what we call [[Turnkey session 3: Opting out actions|to opt-out an action]])
Class actions are actions that appear (become available) when the user selects an instance object of that class. They are practical since they are the model typing used to deduce when to show them. Thus, as a developer, you do not need to state every place you want them to appear.  
 
Use Class actions when you are acting on an object instance; that is the rule, rather than the exception - that the user of the system should be able to execute this action whenever an instance of this type is seen. (You may have exceptions to this rule - that is what we call [[Turnkey session 3: Opting out actions|to opt-out an action]]).


{{Template:MDrivenStart_Template}}
{{Template:MDrivenStart_Template}}
[[Category:MDrivenStart]]

Latest revision as of 06:11, 12 May 2023

Class actions are actions that appear (become available) when the user selects an instance object of that class. They are practical since they are the model typing used to deduce when to show them. Thus, as a developer, you do not need to state every place you want them to appear.

Use Class actions when you are acting on an object instance; that is the rule, rather than the exception - that the user of the system should be able to execute this action whenever an instance of this type is seen. (You may have exceptions to this rule - that is what we call to opt-out an action).

Back One Back to Start Chat Updated!

This page was edited more than 1 years ago on 05/12/2023. What links here