Mercurial > pub > ModelGenerator
comparison data/sample.xml @ 9:d3542662cf70
working on members preprocessing
author | cin |
---|---|
date | Sun, 11 Mar 2018 10:27:32 +0300 |
parents | 1f4009d4afb6 |
children | 19a8a71eaa54 |
comparison
equal
deleted
inserted
replaced
8:5fe2e5724331 | 9:d3542662cf70 |
---|---|
5 name="users" version="1.0" clr:namespace="Sample.Model"> | 5 name="users" version="1.0" clr:namespace="Sample.Model"> |
6 | 6 |
7 <import href="types.xml"/> | 7 <import href="types.xml"/> |
8 | 8 |
9 <entity name="Gallery"> | 9 <entity name="Gallery"> |
10 <primaryKey name="Id" type="uuid"/> | 10 <primaryKey name="GalleryPk"> |
11 <member name="Id" type="Gallery"/> | |
12 </primaryKey> | |
13 | |
14 <property name="Id" type="uuid" special="true"> | |
15 <hiddenBy name="GalleryPk" type="Gallery"/> | |
16 <clr:autoGenrated/> | |
17 </property> | |
18 | |
11 <hasMany name="ItemLinks" type="GallertItemLink"> | 19 <hasMany name="ItemLinks" type="GallertItemLink"> |
12 <otherKey name="Item"/> | 20 <otherKey name="Item"/> |
13 <clr:association/> | 21 <clr:association/> |
14 </hasMany> | 22 </hasMany> |
15 </entity> | 23 </entity> |