Skip to content

Instantly share code, notes, and snippets.

@JamesBender
Created February 18, 2014 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesBender/9080408 to your computer and use it in GitHub Desktop.
Save JamesBender/9080408 to your computer and use it in GitHub Desktop.
JustCode template to create a Telerik Backend Services Type Model
using Telerik.Everlive.Sdk.Core.Model.Base;
namespace $1=SUGGEST_NAMESPACE()$
{
$2=SELECT(public,internal,protected,private)$ class $3=GET_FILE_NAME()$ : DataItem
{
|
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment