Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
mattkol edited this page May 23, 2017 · 12 revisions

SugarRestSharp uses t4 template to generate C# SugarCRM model classes and uses those classes to run SugarCRM REST API requests via RestSharp.

The model generator is implemented in the SugarCrm.PocoGen project. Sample project of how the models used SugarRestSharp is in SugarCrm.PocoGen.Console project. For more info on how to use the SugarCrm.PocoGen.Console application see WPF Lite Poco Generator.

The C# module classes generated can be found at SugarRestSharp project at SugarCrmModels folder.