Mercurial > pub > ModelGenerator
view data/csmodel.xml @ 7:3fe157be5141
sync
author | cin |
---|---|
date | Tue, 06 Mar 2018 19:27:25 +0300 |
parents | cbdada054b4a |
children |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <code xmlns="http://implab.org/schemas/code-dom/csharp.v1.xsd"> <namespace name="Pallada.PoiskMore.Model"> <using name="System"/> <using name="Linq2Db"/> <using name="Data"/> <class name="SarRcc" modifiers="public partial"> <extends name="AbstractEntity"/> <implements name="INotifyPropertyChange"/> <property name="Id" type="Guid" modifiers="public"> <attribute/> </property> <property name="Name" type="string" modifiers="public" binding="true"> <attribute type="Column" params='"rccname", NotNull=true'/> <get/> <set/> </property> <property name="Master" type="SarRcc" nullable="false"> <generateAssociation/> </property> </class> </namespace> </code>