MDriven Global SearchNew
Search results for "api documentation"
244 results found (in 0.01s)
Documentation:SysSingleton optional properties
<message></message> '''See also:''' [[Documentation:SysSingleton GetSystemUrl|SysSingleton GetSystemUrl]] Turnkey now checks for filled SysSingleton properties if found(in StreamingApp_API_Base Open). We strongly suggest…
Documentation:Actions
…an API can run within the [[Documentation:Model|model]]. === Different Kinds of Actions === There are a few different kinds of actions: # There are '''[[Documentation…
Documentation:Streaming Client
<message></message> A "Streaming client," also called a "Streaming app," is a client of the Turnkey server that uses the Streaming API. A client app…
Documentation:AngularJS Client
…It uses and is an implementation of the [[Documentation:Streaming Client|Streaming Client]] API of the Turnkey Server. '''See:''' [[BestPractices:MDriven Turnkey Architecture|MDriven Turnkey Architecture]] [[Category…
Documentation:Communication between MDrivenServers
…events triggered from one system sent to another. This can - and is - often handled as Rest-api's on two systems that call each other…
Documentation:IsolationLevel
…task is from other tasks in the database. See: [https://docs.microsoft.com/en-us/dotnet/api/system.data.isolationlevel?view=net-6.0 https://docs…
Documentation:MDriven Server User/Web interface
…the data in your database through various interfaces. The most advanced interface is the MDriven Framework PersistenceMapper API. This API is easy to use with…
Documentation:Object Identity
…Change Time, Deletion Logging, Object Lifetime Logs, and Good API IDs === While everything starts small, some things never stop growing. Eventually, you end up…
Documentation:WebApi
…Suppose you have this now: yourEcoSpace.PersistenceMapper = persistenceMapperWCFClient; persistenceMapperWCFClient.Uri = "<nowiki>https://YourServerMDrivenServer/APP_A0/A0_PMPWCF.svc</nowiki>"; persistenceMapperWCFClient.WCFServerUserName="SomeMDrivenServerUser" persistenceMapperWCFClient.WCFServerPassword="…
Documentation:Await async
…queue in order to avoid user input blocking/freezing. Depending on what you want to do: * Just adapt to an existing Api that uses Async…