|
|
(65 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| Examples that you can merge into your empty or not complete model in order to get some functionality
| | #REDIRECT [[Documentation:Model Examples]] |
| [[File:2020-05-30 19h00 48.png|none|thumb]]
| |
| or/and :
| |
| [[File:2020-05-30 19h02 13.png|none|thumb]]
| |
| | |
| ==== What happens when you merge another modlr file? ====
| |
| # If the merged file use some class name that you already use - the content of the classes is copied from the merged file to the class you already had - the incoming class is discarded to avoid doublet | |
| # If the merged file use the same package name as you already have in your model - the content from the merged file is moved into your package
| |
| # If you the merged file use some viewmodel-names you already have - they are skipped - if new viewmodels are found they are added
| |
| # If you have the same diagram name - the diagrams are merged to avoid doublets.
| |
| # If the merged had some AssetsTK - it is merged to your AssetsTK increasing it or updating it
| |
| | |
| ==== SysUserAuthentication ====
| |
| This example adds the SysSingleton and SysUser classes needed to enable login and authentication in Turnkey systems
| |
| [[File:2020-05-30 19h31 20.png|none|thumb]] | |
| | |
| [[File:Demo1.modlr|none|thumb]]
| |
| Testing to add a modlr file via media
| |
| | |
| Adding it again:
| |
| | |
| ... cant have same name , cant have same content
| |
| [[File:Företag.modlr|none|thumb|x]]
| |
| | |
| | |
| [[Special:Redirect/file/Företag.modlr]]
| |
| | |
| This is how the link should be formed: https://www.mediawiki.org/wiki/Help:Linking_to_files
| |