コード例 #1
0
        protected void CopyValues(LoanInfo source)
        {
            if (source == null)
            {
                return;
            }

            Oid = source.Oid;
            _base.CopyValues(source);
        }
コード例 #2
0
 protected virtual void BuildLoanAccountingEntry(LoanInfo traspaso, LineaRegistro lr)
 {
     throw new iQImplementationException("ContabilidadExporterBase::BuildLoanAccountingEntry");
 }
コード例 #3
0
 public static string SELECT(LoanInfo parent)
 {
     return(InterestRate.SELECT(new QueryConditions {
         Prestamo = parent
     }, true));
 }