Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

XrmContext Appveyor build status NuGet version Join the chat at https://gitter.im/delegateas/XrmContext

XrmContext generates early-bound .NET classes which represent the entity model of the given Dynamics CRM instance.

XrmDefinitelyTyped can be installed and updated via NuGet

PM> Install-Package Delegate.XrmContext

What is it?

It is very similar to that of CrmSvcUtil, but has several new features that help you code better and more reliably, and generates files that takes up less space.

Features include:

  • Much smaller code files
  • Both entity- and solution-based filtering available
  • Option sets are generated as enums
  • Attributes of type OptionSetValue (and others) have been abstracted away, and strongly-typed, to allow for cleaner and more robust code.
  • Additional helper methods for both entities and the service context have been added.
  • Simple deprecation of attributes/fields
  • DebuggerDisplay attributes on entities

Click here for more details on each of these points.

Getting Started

First see how to generate the context, and afterwards check out what you can use the generated code for.

About

Tool to generate early-bound .NET classes and enumerations for MS Dynamics 365/CRM server-side coding.

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.