Glossary
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<div style="width: 42px; height: 32px; color: black; font-size: 25px; font-weight: 500; word-wrap: break-word; padding-left:4em;">A</div> | <div style="width: 42px; height: 32px; color: black; font-size: 25px; font-weight: 500; word-wrap: break-word; padding-left:4em;">A</div> | ||
</html> | </html> | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=Access Expression |description=an expression that controls whether the ViewModel is shown or not}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=Access Groups |description=these control what is visible and/or enabled for a user in a certain role or situation}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=Actions |description=what a user or an API can execute to create an effect in the running system}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=Angular JS |description=an open-source JavaScript framework that lets you build well-structured, easily testable, and maintainable front-end applications by using the Model-View-Controller (MVC) pattern}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=AsString |description=a method or operator that's available on all objects of all classes - on a model object, it usually takes the default string representation and returns that}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=AssetsTK |description=the strategy to move files along with your model onto the server that runs your Turnkey application every time you upload your model}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=Associations |description=the connection or relationship between Classes and Objects}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=Association classes |description=additional information on the relationship between Classes}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=Async Ticket |description=a pattern you can easily add to your model, backed by recent MDrivenServers}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=Attribute |description=data stored within a modeled class, usually stored in an SQL Server database as a field}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=AutoForm |description=a view generated from the backing model in MDriven Designer e.g. if you have a view based on SysSingleton, an autoform from SysSingleton will add all the different attributes of that class to a ViewModel. It is a shortcut to get a basic setup of views in a system.}} | ||
{{#widget:Glossary|heading= | {{#widget:Glossary|heading=Autoguid |description=a DB-generated Guid value}} | ||
{{#widget:Glossary|heading=Custom |description=Custom Description Text}} | {{#widget:Glossary|heading=Custom |description=Custom Description Text}} | ||
<div style="width: 42px; height: 32px; color: black; font-size: 25px; font-weight: 500; word-wrap: break-word; padding-left:4em;">B</div> | <div style="width: 42px; height: 32px; color: black; font-size: 25px; font-weight: 500; word-wrap: break-word; padding-left:4em;">B</div> |
Revision as of 07:47, 27 November 2023
GLOSSARY
A Comprehensive Guide to the common terms used in MDriven Documentation and Tools
A
Access Groups
these control what is visible and/or enabled for a user in a certain role or situation
Read more >
Angular JS
an open-source JavaScript framework that lets you build well-structured, easily testable, and maintainable front-end applications by using the Model-View-Controller (MVC) pattern
Read more >
AsString
a method or operator that's available on all objects of all classes - on a model object, it usually takes the default string representation and returns that
Read more >
AssetsTK
the strategy to move files along with your model onto the server that runs your Turnkey application every time you upload your model
Read more >
Async Ticket
a pattern you can easily add to your model, backed by recent MDrivenServers
Read more >
Attribute
data stored within a modeled class, usually stored in an SQL Server database as a field
Read more >
AutoForm
a view generated from the backing model in MDriven Designer e.g. if you have a view based on SysSingleton, an autoform from SysSingleton will add all the different attributes of that class to a ViewModel. It is a shortcut to get a basic setup of views in a system.
Read more >
B
C