Glossary

GLOSSARY
A Comprehensive Guide to the common terms used in MDriven Documentation and Tools
A

Access Expression
an expression that controls whether the ViewModel is shown or not
Read more >
Access Groups
these control what is visible and/or enabled for a user in a certain role or situation
Read more >
Actions
what a user or an API can execute to create an effect in the running system
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 >
Associations
the connection or relationship between Classes and Objects
Read more >
Association classes
additional information on the relationship between Classes
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 >
Autoguid
a DB-generated Guid value
Read more >
Azure
a cloud platform designed by Microsoft to simplify the process of building modern applications
Read more >

B

BEM
BEM stands for Block, Element, Modifier. It is a convention on how to structure CSS rule
Read more >
Blazor
a web framework for building web UI components (Razor components) that can be hosted in different ways
Read more >
Blob
Binary Large Object - usually stores a string of bytes - has a Blob type that can be image, text, or binary
Read more >
Boolean
a data type that represents one of two possible values, typically denoted as true and false
Read more >
Bug
an error, flaw, failure, or fault in a computer program or system that produces unexpected or incorrect results
Read more >

C

CodeDress
a function that allows you to write strongly typed C# code in Visual Studio and have that code implemented in a Turnkey site
Read more >
Class
a group of objects with similar properties (attributes), common behaviour (operations), common relationships to other objects, and common meaning (“semantics”)
Read more >
Class Actions
actions that always have the context or the root objects as the object of a class
Read more >
Class Diagrams
shows classes and their relations
Read more >
Collection
a data structure or container that allows developers to store, organize, and manipulate a group of related data items
Read more >
Column
a synonym to attribute - called column because it is represented that way and usually called the same in an SQL database
Read more >
Combobox
a picklist or dropdown list
Read more >
Component
a general term but most common with MDriven, it is something that is part of the User Interface - like a diagram component
Read more >
Component
a general term but most common with MDriven, it is something that is part of the User Interface - like a diagram component
Read more >