36 lines
3.5 KiB
XML
36 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
|
|
<class name="BeWo.Data.Entities.SupportConceptApprovalPeriodHistory, BeWo.Data" table="SupportConceptApprovalPeriodHistory" 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="SupportConceptApprovalPeriod_ApprovedBEInterval" type="BS.Shared.SupportConceptApprovalInterval, BS.Shared" />
|
|
<property name="SupportConceptApprovalPeriod_ApprovedBEPerInterval" type="System.Decimal" />
|
|
<property name="SupportConceptApprovalPeriod_ContactCountInterval" type="BS.Shared.SupportConceptApprovalInterval, BS.Shared" />
|
|
<property name="SupportConceptApprovalPeriod_ContactCountPerInterval" type="System.Decimal" />
|
|
<property name="SupportConceptApprovalPeriod_ApprovedBETotal" type="System.Decimal" />
|
|
<property name="SupportConceptApprovalPeriod_ApprovedFixedAmount" type="System.Decimal" />
|
|
<property name="SupportConceptApprovalPeriod_ApprovedFixedAmountInterval" type="BS.Shared.SupportConceptApprovalInterval, BS.Shared" />
|
|
<property name="SupportConceptApprovalPeriod_CostBearer2SupportConceptHistoryOid" type="Int64" />
|
|
<property name="SupportConceptApprovalPeriod_SupportConceptHistoryOid" type="Int64" />
|
|
<property name="SupportConceptApprovalPeriod_EndDate" type="DateTime" />
|
|
<property name="SupportConceptApprovalPeriod_IsApprovedBEShifting" type="Boolean" />
|
|
<property name="SupportConceptApprovalPeriod_IsApprovedFixedAmountShifting" type="Boolean" />
|
|
<property name="SupportConceptApprovalPeriod_MonthlyPayment" type="System.Decimal" />
|
|
<property name="SupportConceptApprovalPeriod_StartDate" type="DateTime" />
|
|
<property name="SupportConceptApprovalPeriod_BudgetOid" type="Int64" />
|
|
<property name="SupportConceptApprovalPeriod_Bewilligungsart" type="BS.Shared.Bewilligungsart, BS.Shared" />
|
|
|
|
</class>
|
|
</hibernate-mapping> |