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

32 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
<class name="BeWo.Data.Entities.CostBearer2SupportConceptHistory, BeWo.Data" table="CostBearer2SupportConceptHistory" 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="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="CostBearer2SupportConcept_CostBearerOid" type="Int64" />
<property name="CostBearer2SupportConcept_SupportConceptHistoryOid" type="Int64"/>
<property name="CostBearer2SupportConcept_Status" type="BS.Shared.CostBearer2SupportConceptStatus, BS.Shared"/>
<property name="CostBearer2SupportConcept_RequestedStartDate" type="DateTime"/>
<property name="CostBearer2SupportConcept_RequestedEndDate" type="DateTime"/>
<property name="CostBearer2SupportConcept_ApprovedStartDate" type="DateTime"/>
<property name="CostBearer2SupportConcept_ApprovedEndDate" type="DateTime"/>
<property name="CostBearer2SupportConcept_MonthlyPayment" type="System.Decimal"/>
<property name="CostBearer2SupportConcept_CostBearerContactPersonOid" type="System.Decimal"/>
<property name="CostBearer2SupportConcept_AuswahlBezeichnung" type="String"/>
<property name="CostBearer2SupportConcept_KontoHilfeplan" type="String"/>
<property name="CostBearer2SupportConcept_KostenstelleHilfeplan" type="String"/>
</class>
</hibernate-mapping>