Files
BeWoPlaner/Data/Mappings/SupportConceptHistory.hbm.xml

29 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
<class name="BeWo.Data.Entities.SupportConceptHistory, BeWo.Data" table="SupportConceptHistory" lazy="false">
<id name="Oid" column="Oid" type="Int64" unsaved-value="null">
<generator class="identity" />
</id>
<version column="Version" type="Int64" name="Version" />
<property column="Tid" type="BS.Shared.TableID, BS.Shared" name="_Tid" access="field" />
<property column="SupportConcept_Conference" type="Boolean" name="SupportConcept_Conference" />
<property column="SupportConcept_ConferenceVenue" type="String" name="SupportConcept_ConferenceVenue" />
<property column="SupportConcept_ConferenceDate" type="DateTime" name="SupportConcept_ConferenceDate" />
<property column="SupportConcept_ApprovalDate" type="DateTime" name="SupportConcept_ApprovalDate" />
<property column="SupportConcept_RenewalSendDate" type="DateTime" name="SupportConcept_RenewalSendDate" />
<property column="SupportConcept_RequisitionSendDate" type="DateTime" name="SupportConcept_RequisitionSendDate" />
<property column="SupportConcept_SupportConceptSendDate" type="DateTime" name="SupportConcept_SupportConceptSendDate" />
<property column="SupportConcept_ConsultingNeeded" type="Boolean" name="SupportConcept_ConsultingNeeded" />
<property column="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" name="IsActive" />
<property column="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" name="SystemEntryID" />
<property column="Notice" type="String" name="Notice" />
<property column="InsTs" type="DateTime" name="InsTs" />
<property column="InsUser" type="String" name="InsUser" />
<property column="UdpUser" type="String" name="UdpUser" />
<property column="ChangeType" type="BS.Shared.StatementType, BS.Shared" name="ChangeType" />
<property name="SupportConcept_CustomerOid" type="Int64" />
<property name="SupportConcept_EmployeeOid" type="Int64" />
<property name="SupportConceptOid" type="Int64" />
</class>
</hibernate-mapping>