Files
BeWoPlaner/Data/Mappings/VarFieldDef.hbm.xml
2016-06-27 01:45:38 +02:00

29 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
<class name="BeWo.Data.Entities.VarFieldDef,BeWo.Data" table="VarFieldDef" mutable="false">
<id name="Oid" column="Oid" type="Int64" unsaved-value="null">
<generator class="identity" />
</id>
<!--<property type="Int64" column="Version" name="Version" />-->
<property column="Tid" type="BS.Shared.TableID, BS.Shared" name="_Tid" access="field" />
<property column="Notice" type="String" name="Notice" length="1024" />
<property column="InsTs" type="DateTime" name="InsTs" />
<property column="InsUser" type="String" name="InsUser" length="256" />
<property column="UdpUser" type="String" name="UdpUser" length="256" />
<property column="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" name="IsActive" />
<property column="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" name="SystemEntryID" />
<property column="DecimalPlaces" type="Int32" name="DecimalPlaces" />
<property column="GroupString" type="String" name="Group" />
<property column="XCoordinate" type="Int32" name="XCoordinate" />
<property column="YCoordinate" type="Int32" name="YCoordinate" />
<property column="Height" type="Int32" name="Height" />
<property column="Width" type="Int32" name="Width" />
<property column="ColumnSpan" type="Int32" name="ColumnSpan" />
<property column="RowSpan" type="Int32" name="RowSpan" />
<property column="Label" type="String" name="Label" />
<property column="ControlType" type="BS.Shared.ControlType, BS.Shared" name="ControlType" />
<property column="PossibleItems" type="String" name="PossibleItems" />
<property column="ObjectTid" type="BS.Shared.TableID, BS.Shared" name="ObjectTid" />
</class>
</hibernate-mapping>