資源簡介
客戶訂購登記系統

代碼片段和文件信息
//------------------------------------------------------------------------------
//?
//?????此代碼由工具生成。
//?????運行時版本: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個文件信息
評論
共有 條評論