Skip to content

Instantly share code, notes, and snippets.

@amr-swalha
Created March 2, 2019 17:43
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 amr-swalha/fae4bc8f0c6e82e47473dfc10f049bcc to your computer and use it in GitHub Desktop.
Save amr-swalha/fae4bc8f0c6e82e47473dfc10f049bcc to your computer and use it in GitHub Desktop.
Sample code for an entity
<Entity name="Product">
<data name="Id" type="int" form="no"></data>
<data name="Title" type="string"></data>
<data name="Price" type="money"></data>
<data name="Description" type="string"></data>
<data name="Quantity" type="int"></data>
<data name="CreatedBy" type="foriegnKey"></data>
</Entity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment