Glossary
No edit summary
No edit summary
Line 34: Line 34:
{{#widget:Glossary|heading=Combobox |description=a picklist or dropdown list}}
{{#widget:Glossary|heading=Combobox |description=a picklist or dropdown list}}
{{#widget:Glossary|heading=Component |description=a general term but most common with MDriven, it is something that is part of the User Interface - like a diagram component}}
{{#widget:Glossary|heading=Component |description=a general term but most common with MDriven, it is something that is part of the User Interface - like a diagram component}}
{{#widget:Glossary|heading=Component |description=a general term but most common with MDriven, it is something that is part of the User Interface - like a diagram component}}
{{#widget:Glossary|heading=Constraints |description=ways to introduce business rules in the model rather than using state machines and guards}}
{{#widget:Glossary|heading=Context |description=the circumstances that form the setting for a statement or idea in terms of which it can be fully understood}}
{{#widget:Glossary|heading=CORS |description=an HTTP-header-based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources}}
{{#widget:Glossary|heading=C-Sharp (C#) |description=a programming language developed by Microsoft that runs on the .NET Framework}}
{{#widget:Glossary|heading=CSS (Cascading Style Sheets) |description=allows you to control the formatting of your website}}
{{#widget:Glossary|heading=CSS Grid |description=a layout system in web design and development that allows developers to create complex two-dimensional grid-based layouts for websites and web applications}}

Revision as of 05:20, 30 November 2023

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 >
Constraints
ways to introduce business rules in the model rather than using state machines and guards
Read more >
Context
the circumstances that form the setting for a statement or idea in terms of which it can be fully understood
Read more >
CORS
an HTTP-header-based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources
Read more >
C-Sharp (C#)
a programming language developed by Microsoft that runs on the .NET Framework
Read more >
CSS (Cascading Style Sheets)
allows you to control the formatting of your website
Read more >
CSS Grid
a layout system in web design and development that allows developers to create complex two-dimensional grid-based layouts for websites and web applications
Read more >