• 大小: 2.01MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-06
  • 语言: 其他
  • 标签: 系统  

资源简介

客户订购登记系统

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// 
//     此代码由工具生成。
//     运行时版本:4.0.30319.1
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// 

//------------------------------------------------------------------------------

namespace CEO {
    
    
    public partial class CustomerOrderEntryCacheClientSyncProvider : Microsoft.Synchronization.Data.SqlServerCe.SqlCeClientSyncProvider {
        
        public CustomerOrderEntryCacheClientSyncProvider() {
            this.ConnectionString = global::CEO.Properties.Settings.Default.ClientCustomerOrderEntryConnectionString;
        }
        
        public CustomerOrderEntryCacheClientSyncProvider(string connectionString) {
            this.ConnectionString = connectionString;
        }
    }
    
    public partial class CustomerOrderEntryCacheSyncAgent : Microsoft.Synchronization.SyncAgent {
        
        private CustomerSyncTable _customerSyncTable;
        
        private EmployeeSyncTable _employeeSyncTable;
        
        private InvoiceSyncTable _invoiceSyncTable;
        
        private OrderDetailSyncTable _orderDetailSyncTable;
        
        private OrdersSyncTable _ordersSyncTable;
        
        private PaymentMethodSyncTable _paymentMethodSyncTable;
        
        private ProductSyncTable _productSyncTable;
        
        private ShipmentSyncTable _shipmentSyncTable;
        
        private ShipmentMethodSyncTable _shipmentMethodSyncTable;
        
        partial void OnInitialized();
        
        public CustomerOrderEntryCacheSyncAgent() {
            this.InitializeSyncProviders();
            this.InitializeSyncTables();
            this.OnInitialized();
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public CustomerSyncTable Customer {
            get {
                return this._customerSyncTable;
            }
            set {
                this.Configuration.SyncTables.Remove(this._customerSyncTable);
                this._customerSyncTable = value;
                this.Configuration.SyncTables.Add(this._customerSyncTable);
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public EmployeeSyncTable Employee {
            get {
                return this._employeeSyncTable;
            }
            set {
                this.Configuration.SyncTables.Remove(this._employeeSyncTable);
                this._employeeSyncTable = value;
                this.Configuration.SyncTables.Add(this._employeeSyncTable);
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public InvoiceSyncTable Invoice {
            get {
                return this._invoiceSyncTable;
            }
            set {
                this.Configuration.SyncTables.Remove(this._invoiceSyncTable)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-01-02 17:39  CEO\
     目录           0  2012-12-21 10:26  CEO\CEO\
     文件         851  2012-11-29 09:46  CEO\CEO.sln
     文件       52224  2013-01-06 19:14  CEO\CEO.suo
     文件       34304  2013-01-02 17:39  CEO\CEO.v11.suo
     目录           0  2012-12-15 16:39  CEO\CEO\All_Conn\
     文件         468  2013-01-06 19:13  CEO\CEO\All_Conn\DB_Conn.cs
     文件         682  2012-12-07 21:55  CEO\CEO\app.config
     目录           0  2012-12-07 21:55  CEO\CEO\bin\
     目录           0  2012-12-22 16:47  CEO\CEO\bin\Debug\
     文件     1007104  2013-01-06 15:34  CEO\CEO\bin\Debug\CEO.exe
     文件         682  2012-12-07 21:55  CEO\CEO\bin\Debug\CEO.exe.config
     文件      579072  2013-01-06 15:34  CEO\CEO\bin\Debug\CEO.pdb
     文件       11600  2013-01-06 19:12  CEO\CEO\bin\Debug\CEO.vshost.exe
     文件         682  2012-12-07 21:55  CEO\CEO\bin\Debug\CEO.vshost.exe.config
     文件         490  2010-03-17 22:39  CEO\CEO\bin\Debug\CEO.vshost.exe.manifest
     文件      282624  2012-12-23 20:33  CEO\CEO\bin\Debug\CustomerOrderEntry.sdf
     目录           0  2012-12-07 21:55  CEO\CEO\bin\Release\
     文件       13658  2012-12-21 10:28  CEO\CEO\CEO.csproj
     文件         497  2012-12-07 21:56  CEO\CEO\CEO.csproj.user
     目录           0  2012-12-06 20:21  CEO\CEO\COE_Data\
     文件        2113  2013-01-06 19:13  CEO\CEO\COE_Data\COE_Sql.cs
     文件      282624  2012-12-23 20:33  CEO\CEO\CustomerOrderEntry.sdf
     文件      160535  2012-12-07 21:55  CEO\CEO\CustomerOrderEntryCache.Designer.cs
     文件      207452  2012-12-07 21:55  CEO\CEO\CustomerOrderEntryCache.sync
     文件      595835  2012-12-07 21:55  CEO\CEO\CustomerOrderEntryDataSet.Designer.cs
     文件           3  2012-12-07 21:55  CEO\CEO\CustomerOrderEntryDataSet.xsc
     文件      122286  2012-12-12 15:34  CEO\CEO\CustomerOrderEntryDataSet.xsd
     文件           3  2012-12-07 21:55  CEO\CEO\CustomerOrderEntryDataSet.xss
     文件      595851  2012-12-12 15:34  CEO\CEO\CustomerOrderEntryDataSet1.Designer.cs
     文件        4852  2013-01-06 13:57  CEO\CEO\F_AddInvoice.cs
............此处省略117个文件信息

评论

共有 条评论