Commit Graph

5 Commits

Author SHA1 Message Date
David Berry
0aa7dc2a0f Updated version-branch tests.
After refactor to eliminate the clientglobalcontext.d.ts file, the tests
needed an update to their reference headers.
2015-08-16 12:54:12 -06:00
David Berry
a7c664b54b Removed invalid test reference
After last refactor, test references needed adjustment to remove
clientglobalcontext.d.ts.
2015-08-16 12:51:31 -06:00
David Berry
0bc724912c Combined xrm and clientglobalcontext definitions
Pushed the clientglobalcontext.d.ts definitions into the main xrm.d.ts
(and associated version branches), to eliminate the need for manually
adjusting it to select the correct version, via its <reference> header.
This was simply a bad design choice on my part.  Care should be taken,
though, to avoid using the "GetGlobalContext" method without having
first added ClientGlobalContext.js.aspx to the script sources of the
page--as always.
2015-08-16 12:45:04 -06:00
David Berry
ed6e9dd55e Documented tests.
Provided a brief description of test purposes.
2015-04-07 11:54:15 -06:00
David Berry
053b2838a1 Added Xrm API for TypeScript
Microsoft Dynamics CRM v6, v7.0, and v7.1 definitions inclusive.
2015-04-07 10:02:25 -06:00