MediaWiki:Menu-Documentation: Difference between revisions
From MDrivenWiki
Jump to:navigation, search
(Auto-updating menu JSON) |
(Auto-updating menu JSON) |
||
Line 124: | Line 124: | ||
"Modeling": { | "Modeling": { | ||
"UML": { | "UML": { | ||
"General": [], | |||
"Class diagrams": [], | "Class diagrams": [], | ||
"UML School": [], | "UML School": [], | ||
Line 151: | Line 152: | ||
"Tagged values in the Designer|Updating the designer's list", | "Tagged values in the Designer|Updating the designer's list", | ||
"MDrivenDesignerTaggedValueHints|Complete list" | "MDrivenDesignerTaggedValueHints|Complete list" | ||
], | ], | ||
"Columns in VMs": [ | "Columns in VMs": [ | ||
Line 184: | Line 180: | ||
"Texttype", | "Texttype", | ||
"MaxFetch" | "MaxFetch" | ||
], | |||
"Attributes": [ | |||
"Attribute.CheckIdNameConflict|CheckIdNameConflict", | |||
"Attribute.Eco.BlobType|BlobType", | |||
"Attribute.ExternalBlobStorage|ExternalBlobStorage" | |||
], | ], | ||
"Methods": [ | "Methods": [ | ||
"Method.Eco.ExternalLateBound|ExternalLateBound" | "Method.Eco.ExternalLateBound|ExternalLateBound" | ||
], | ], | ||
" | "Viewmodels": [ | ||
"Span.CSSGrid|CSSGrid", | "Span.CSSGrid|CSSGrid", | ||
"Span.DoNotSearchOnEnter|DoNotSearchOnEnter", | "Span.DoNotSearchOnEnter|DoNotSearchOnEnter", | ||
Line 225: | Line 226: | ||
"Precision" | "Precision" | ||
], | ], | ||
"Simple": [ | "Simple types": [ | ||
"Boolean", | |||
"DateTime", | |||
"Decimal", | "Decimal", | ||
"Double", | "Double", | ||
" | "Float", | ||
"Int", | "Int", | ||
"Int32", | "Int32", | ||
"Int64", | "Int64", | ||
"Integer" | "Integer", | ||
"String" | |||
], | ], | ||
"Classes": [ | "Classes": [ | ||
Line 248: | Line 251: | ||
], | ], | ||
"Ocl, OclPS and EAL": { | "Ocl, OclPS and EAL": { | ||
"Introduction": [], | "Introduction": [ | ||
"Operators | "Learn OCL", | ||
"OCL by example", | |||
"Collections" | |||
], | |||
"Tutorials": [ | |||
"Part 1 OCL Common Expressions|Part 1", | |||
"Part 2 OCL: Operators|Part 2", | |||
"Part 3 OCL: Derivation Properties|Part 3" | |||
], | |||
"OclPS": [ | |||
"How to use the ExecutePS function in selfVM", | |||
"OCL-PS", | |||
"OCLps", | |||
"OCLps Example" | |||
], | |||
"Topics": [ | |||
"A few words on linq", | |||
"Acting on object changes", | |||
"Case sensitive or not", | |||
"Char to int and back", | |||
"ClassFromString", | |||
"Collection of strings", | |||
"Comparing strings", | |||
"Convert string to bytes", | |||
"Creating numeric types", | |||
"Custom types and custom operations in OCL", | |||
"Deepclone", | |||
"Default String Representation and asString", | |||
"Encoding", | |||
"Escape codes", | |||
"Examples on collection operators", | |||
"Methods", | |||
"Number conversions", | |||
"Ocl hex to dec", | |||
"Regular expressions", | |||
"Set vs bag", | |||
"Split", | |||
"Split time string to value", | |||
"State value as a string", | |||
"Understanding OCL with reference to SQL", | |||
"Unique constraints on 1 to 1 links", | |||
"VerbalizePatterns" | |||
], | |||
"Operators": { | |||
"Flow control": [ | |||
"If_else_endif|If else endif", | |||
"OCLOperators casetruefalse|casetruefalse" | |||
], | |||
"Logical": [ | |||
"OCLOperators notNull|notNull", | |||
"OCLOperators isNull|isNull", | |||
"OCLOperators whentrue|whentrue", | |||
"OCLOperators oclIsInState|oclIsInState" | |||
], | |||
"Collections": [ | "Collections": [ | ||
" | "OCLOperators addReturnIndexOf0|addReturnIndexOf0", | ||
"OCLOperators add|add", | "OCLOperators add|add", | ||
"OCLOperators | "OCLOperators append|append", | ||
"OCLOperators asCommaList|asCommaList", | "OCLOperators asCommaList|asCommaList", | ||
"OCLOperators asSeparatedList|asSeparatedList", | "OCLOperators asSeparatedList|asSeparatedList", | ||
"OCLOperators Bag|Bag", | "OCLOperators Bag|Bag", | ||
"OCLOperators clear|clear", | "OCLOperators clear|clear", | ||
"OCLOperators exists|exists", | |||
"OCLOperators foreach|foreach", | "OCLOperators foreach|foreach", | ||
"OCLOperators insertAt|insertAt", | "OCLOperators insertAt|insertAt", | ||
"OCLOperators Intersection | "OCLOperators Intersection|intersection", | ||
"OCLOperators | "OCLOperators NotEmpty|notEmpty", | ||
"OCLOperators | "OCLOperators prepend|prepend", | ||
"OCLOperators removeAt|removeAt", | "OCLOperators removeAt|removeAt", | ||
"OCLOperators | "OCLOperators Sequence|sequence", | ||
"OCLOperators | "OCLOperators Set|set", | ||
"OCLOperators | "OCLOperators Size|size", | ||
"OCLOperators SymmetricDifference|symmetricDifference", | |||
"OCLOperators Union|union" | |||
], | ], | ||
"Strings": [ | "Strings": [ | ||
"OCLOperators concat|concat", | "OCLOperators concat|concat", | ||
"OCLOperators maxLength|maxLength", | "OCLOperators maxLength|maxLength", | ||
"OCLOperators Contains| | "OCLOperators Contains|contains", | ||
"Split|Split" | |||
], | ], | ||
"Conversion": [ | "Conversion": [ | ||
"OCLOperators Base64ToBlob|Base64ToBlob", | "OCLOperators Base64ToBlob|Base64ToBlob", | ||
"OCLOperators BlobToBase64|BlobToBase64", | "OCLOperators BlobToBase64|BlobToBase64", | ||
" | "Parse|parse", | ||
"OCLOperators StringToBase64|StringToBase64", | "OCLOperators StringToBase64|StringToBase64", | ||
"OCLOperators strToInt|strToInt", | "OCLOperators strToInt|strToInt", | ||
"ToInteger () : Integer", | "ToInteger () : Integer", | ||
"ToString" | "ToString" | ||
], | |||
"Encoding": [ | |||
"OCLOperators_ASCII|Ascii", | |||
"OCLOperators_BigEndianUnicode|BigEndianUnicode", | |||
"OCLOperators_Default|Default", | |||
"OCLOperators_Unicode|Unicode", | |||
"OCLOperators UTF32|UTF32", | |||
"OCLOperators_UTF7|UTF7", | |||
"OCLOperators_UTF8|UTF8" | |||
], | |||
"Tranformations": [ | |||
"OCLOperators transform|transform", | |||
"OCLOperators deepclone|deepclone" | |||
], | ], | ||
"Actions": [ | "Actions": [ | ||
Line 298: | Line 359: | ||
"OCLOperators ExecuteAction|ExecuteAction" | "OCLOperators ExecuteAction|ExecuteAction" | ||
], | ], | ||
"JSON": [ | "JSON": [ | ||
"OCLOperators ApplyTaJson|ApplyTaJson", | |||
"OCLOperators JSonToObjects|JSonToObjects", | |||
"OCLOperators MergeTaJson|MergeTaJson", | "OCLOperators MergeTaJson|MergeTaJson", | ||
"OCLOperators ViewModelAsJSon|ViewModelAsJSon" | "OCLOperators ViewModelAsJSon|ViewModelAsJSon" | ||
], | ], | ||
Line 324: | Line 377: | ||
"OCLOperators timeToTimeStamp|timeToTimeStamp" | "OCLOperators timeToTimeStamp|timeToTimeStamp" | ||
], | ], | ||
"API": [], | "API": [ | ||
"OCLOperators RestDownload|RestDownload", | |||
"OCLOperators RestGet|RestGet", | |||
"OCLOperators RestPost|RestPost", | |||
"SoapCall" | |||
], | |||
"OclPS": [ | "OclPS": [ | ||
"OCLOperators ExecutePS|ExecutePS", | "OCLOperators ExecutePS|ExecutePS", | ||
Line 367: | Line 425: | ||
"OCLOperators stateMachineForceMode|stateMachineForceMode", | "OCLOperators stateMachineForceMode|stateMachineForceMode", | ||
"OCLOperators stateMachineTrigger|stateMachineTrigger", | "OCLOperators stateMachineTrigger|stateMachineTrigger", | ||
"OnStateChange" | "OCLOperators OnStateChange|OnStateChange" | ||
], | |||
"Methods": [ | |||
"OCLOperators OnDelete|OnDelete" | |||
] | ] | ||
}, | }, | ||
Line 373: | Line 434: | ||
"OCLOperators oclSingleton|oclSingleton", | "OCLOperators oclSingleton|oclSingleton", | ||
"OCLOperators QRImage|QRImage" | "OCLOperators QRImage|QRImage" | ||
] | |||
}, | }, | ||
"Advanced Features": [ | "Advanced Features": [ | ||
Line 383: | Line 443: | ||
"Multiple file upload component" | "Multiple file upload component" | ||
], | ], | ||
"Troubleshooting": [] | "Troubleshooting": [ | ||
"Object is already deleted", | |||
"Collect very slow" | |||
] | |||
}, | }, | ||
"MDriven Framework": { | "MDriven Framework": { | ||
Line 560: | Line 623: | ||
"SQL not trusted", | "SQL not trusted", | ||
"The anti-forgery token could not be decrypted", | "The anti-forgery token could not be decrypted", | ||
"Troubleshooting Turnkey deployment" | "Troubleshooting Turnkey deployment", | ||
"Duplicate IDs in the database", | |||
"CodeFoundButOutOfSync" | |||
], | ], | ||
"Topics": [ | "Topics": [ | ||
Line 567: | Line 632: | ||
"Automating deployment of Turnkey and MDrivenServer on IIS", | "Automating deployment of Turnkey and MDrivenServer on IIS", | ||
"CacheInvalidation", | "CacheInvalidation", | ||
"Communication between MDrivenServers", | "Communication between MDrivenServers", | ||
"Deploy Turnkey on your own Azure with OneDrive", | "Deploy Turnkey on your own Azure with OneDrive", | ||
"Emailing from an app using MDrivenServer", | "Emailing from an app using MDrivenServer", | ||
"Eventlog", | "Eventlog", | ||
Line 604: | Line 667: | ||
"EcoController", | "EcoController", | ||
"Segmenting definition and logic" | "Segmenting definition and logic" | ||
] | ] | ||
}, | }, |
Revision as of 19:15, 15 March 2024
Starter Kit |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
General |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MDriven Designer |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Modeling |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MDriven Framework |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MDriven Turnkey |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MDriven Server |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Legacy |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Explore Documentation ⬇️ |
|
This page was edited more than 7 months ago on 06/03/2024. What links here