亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? reference.cs

?? 本作目的是介紹一個工具
?? CS
?? 第 1 頁 / 共 5 頁
字號:
?//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.3053
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

// 
// This code was auto-generated by Microsoft.Silverlight.ServiceReference, version 2.0.5.0
// 
namespace ZSampleSilverlight.ZSampleService {
    using System.Runtime.Serialization;
    
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
    [System.Runtime.Serialization.DataContractAttribute(Name="COrdLineDetailData", Namespace="http://schemas.datacontract.org/2004/07/ZSampleServiceLibrary")]
    public partial class COrdLineDetailData : object, System.ComponentModel.INotifyPropertyChanged {
        
        private float curUnitPriceField;
        
        private int fkeyOrderIDField;
        
        private int fkeyProductIDField;
        
        private int fkeyShipViaField;
        
        private int intQuantityField;
        
        private string pkeyOrdLineDetailIDField;
        
        private float sngDiscountField;
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public float curUnitPrice {
            get {
                return this.curUnitPriceField;
            }
            set {
                if ((this.curUnitPriceField.Equals(value) != true)) {
                    this.curUnitPriceField = value;
                    this.RaisePropertyChanged("curUnitPrice");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int fkeyOrderID {
            get {
                return this.fkeyOrderIDField;
            }
            set {
                if ((this.fkeyOrderIDField.Equals(value) != true)) {
                    this.fkeyOrderIDField = value;
                    this.RaisePropertyChanged("fkeyOrderID");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int fkeyProductID {
            get {
                return this.fkeyProductIDField;
            }
            set {
                if ((this.fkeyProductIDField.Equals(value) != true)) {
                    this.fkeyProductIDField = value;
                    this.RaisePropertyChanged("fkeyProductID");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int fkeyShipVia {
            get {
                return this.fkeyShipViaField;
            }
            set {
                if ((this.fkeyShipViaField.Equals(value) != true)) {
                    this.fkeyShipViaField = value;
                    this.RaisePropertyChanged("fkeyShipVia");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int intQuantity {
            get {
                return this.intQuantityField;
            }
            set {
                if ((this.intQuantityField.Equals(value) != true)) {
                    this.intQuantityField = value;
                    this.RaisePropertyChanged("intQuantity");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string pkeyOrdLineDetailID {
            get {
                return this.pkeyOrdLineDetailIDField;
            }
            set {
                if ((object.ReferenceEquals(this.pkeyOrdLineDetailIDField, value) != true)) {
                    this.pkeyOrdLineDetailIDField = value;
                    this.RaisePropertyChanged("pkeyOrdLineDetailID");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public float sngDiscount {
            get {
                return this.sngDiscountField;
            }
            set {
                if ((this.sngDiscountField.Equals(value) != true)) {
                    this.sngDiscountField = value;
                    this.RaisePropertyChanged("sngDiscount");
                }
            }
        }
        
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
        
        protected void RaisePropertyChanged(string propertyName) {
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
            if ((propertyChanged != null)) {
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
            }
        }
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
    [System.Runtime.Serialization.DataContractAttribute(Name="CProductsData", Namespace="http://schemas.datacontract.org/2004/07/ZSampleServiceLibrary")]
    public partial class CProductsData : object, System.ComponentModel.INotifyPropertyChanged {
        
        private float curUnitPriceField;
        
        private int fkeyCategoryIDField;
        
        private int fkeySupplierIDField;
        
        private int intReorderLevelField;
        
        private int intUnitsInStockField;
        
        private int intUnitsOnOrderField;
        
        private string pkeyProductIDField;
        
        private string strProductNameField;
        
        private string strQuantityPerUnitField;
        
        private bool ysnDiscontinuedField;
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public float curUnitPrice {
            get {
                return this.curUnitPriceField;
            }
            set {
                if ((this.curUnitPriceField.Equals(value) != true)) {
                    this.curUnitPriceField = value;
                    this.RaisePropertyChanged("curUnitPrice");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int fkeyCategoryID {
            get {
                return this.fkeyCategoryIDField;
            }
            set {
                if ((this.fkeyCategoryIDField.Equals(value) != true)) {
                    this.fkeyCategoryIDField = value;
                    this.RaisePropertyChanged("fkeyCategoryID");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int fkeySupplierID {
            get {
                return this.fkeySupplierIDField;
            }
            set {
                if ((this.fkeySupplierIDField.Equals(value) != true)) {
                    this.fkeySupplierIDField = value;
                    this.RaisePropertyChanged("fkeySupplierID");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int intReorderLevel {
            get {
                return this.intReorderLevelField;
            }
            set {
                if ((this.intReorderLevelField.Equals(value) != true)) {
                    this.intReorderLevelField = value;
                    this.RaisePropertyChanged("intReorderLevel");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int intUnitsInStock {
            get {
                return this.intUnitsInStockField;
            }
            set {
                if ((this.intUnitsInStockField.Equals(value) != true)) {
                    this.intUnitsInStockField = value;
                    this.RaisePropertyChanged("intUnitsInStock");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int intUnitsOnOrder {
            get {
                return this.intUnitsOnOrderField;
            }
            set {
                if ((this.intUnitsOnOrderField.Equals(value) != true)) {
                    this.intUnitsOnOrderField = value;
                    this.RaisePropertyChanged("intUnitsOnOrder");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string pkeyProductID {
            get {
                return this.pkeyProductIDField;
            }
            set {
                if ((object.ReferenceEquals(this.pkeyProductIDField, value) != true)) {
                    this.pkeyProductIDField = value;
                    this.RaisePropertyChanged("pkeyProductID");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string strProductName {
            get {
                return this.strProductNameField;
            }
            set {
                if ((object.ReferenceEquals(this.strProductNameField, value) != true)) {
                    this.strProductNameField = value;
                    this.RaisePropertyChanged("strProductName");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string strQuantityPerUnit {
            get {
                return this.strQuantityPerUnitField;
            }
            set {
                if ((object.ReferenceEquals(this.strQuantityPerUnitField, value) != true)) {
                    this.strQuantityPerUnitField = value;
                    this.RaisePropertyChanged("strQuantityPerUnit");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool ysnDiscontinued {
            get {
                return this.ysnDiscontinuedField;
            }
            set {
                if ((this.ysnDiscontinuedField.Equals(value) != true)) {
                    this.ysnDiscontinuedField = value;
                    this.RaisePropertyChanged("ysnDiscontinued");
                }
            }
        }
        
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
        
        protected void RaisePropertyChanged(string propertyName) {
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
            if ((propertyChanged != null)) {
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
            }
        }
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
    [System.Runtime.Serialization.DataContractAttribute(Name="CShippersData", Namespace="http://schemas.datacontract.org/2004/07/ZSampleServiceLibrary")]
    public partial class CShippersData : object, System.ComponentModel.INotifyPropertyChanged {
        
        private int fkeyCategoryIDField;
        
        private string pkeyShipperIDField;
        
        private string strCompanyNameField;
        
        private string strPhoneField;
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public int fkeyCategoryID {
            get {
                return this.fkeyCategoryIDField;
            }
            set {
                if ((this.fkeyCategoryIDField.Equals(value) != true)) {
                    this.fkeyCategoryIDField = value;
                    this.RaisePropertyChanged("fkeyCategoryID");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string pkeyShipperID {
            get {
                return this.pkeyShipperIDField;
            }
            set {
                if ((object.ReferenceEquals(this.pkeyShipperIDField, value) != true)) {
                    this.pkeyShipperIDField = value;
                    this.RaisePropertyChanged("pkeyShipperID");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string strCompanyName {
            get {
                return this.strCompanyNameField;
            }
            set {
                if ((object.ReferenceEquals(this.strCompanyNameField, value) != true)) {
                    this.strCompanyNameField = value;
                    this.RaisePropertyChanged("strCompanyName");
                }
            }
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string strPhone {
            get {
                return this.strPhoneField;
            }
            set {

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91免费国产在线观看| 国产成人精品www牛牛影视| 国产精品污网站| 久久久久国产精品免费免费搜索| 91精品国产色综合久久不卡蜜臀 | 中文字幕乱码久久午夜不卡| 精品国产乱码久久久久久久| 91精品国产欧美一区二区| 欧美日韩国产综合久久 | 蜜臀av一级做a爰片久久| 亚洲一区二区欧美| 亚洲一区自拍偷拍| 亚洲成在人线在线播放| 天堂蜜桃一区二区三区| 男人操女人的视频在线观看欧美| 麻豆精品新av中文字幕| 久久成人免费电影| 国产盗摄女厕一区二区三区| 国产成人免费高清| 成人免费毛片a| 91偷拍与自偷拍精品| 在线一区二区三区四区| 欧美伦理影视网| 精品国产一区二区三区忘忧草 | 欧美高清视频不卡网| 欧美一级理论片| 精品粉嫩超白一线天av| 中文字幕不卡在线观看| 亚洲一二三四在线| 久草在线在线精品观看| 成a人片国产精品| 欧美日韩在线直播| 91麻豆精品国产91| wwwwxxxxx欧美| 亚洲精品视频在线看| 七七婷婷婷婷精品国产| 成人黄动漫网站免费app| 欧美中文字幕一二三区视频| 91精品国产一区二区| 亚洲国产精品v| 午夜精品久久久久久久 | 91久久线看在观草草青青| 欧美丝袜丝nylons| 精品福利一二区| 亚洲国产wwwccc36天堂| 成人综合在线观看| 欧美日韩一区二区三区免费看| 久久久亚洲午夜电影| 日韩成人午夜电影| 91丝袜高跟美女视频| 久久伊人蜜桃av一区二区| 亚洲一区在线看| 国产成人在线网站| 日韩亚洲欧美成人一区| 亚洲精品国久久99热| 国产剧情一区二区| 欧美一区二区精品在线| 一个色在线综合| 成人ar影院免费观看视频| 精品国产一区二区三区av性色| 亚洲成人资源网| 色一情一伦一子一伦一区| 精品国产一区二区三区久久久蜜月 | 日韩午夜小视频| 亚洲综合一区二区三区| 91在线观看下载| 欧美激情一区二区三区不卡| 久久99精品国产麻豆婷婷| 制服丝袜中文字幕一区| 亚洲免费成人av| 色综合天天天天做夜夜夜夜做| 久久婷婷久久一区二区三区| 日韩在线一区二区| 欧美性高清videossexo| 亚洲欧美日韩成人高清在线一区| 国产精品456| 久久久99免费| 国产成人av影院| 国产午夜三级一区二区三| 久草中文综合在线| 久久久www成人免费无遮挡大片| 精品一区二区免费在线观看| 日韩欧美不卡在线观看视频| 日本中文字幕不卡| 欧美裸体一区二区三区| 蜜臀精品一区二区三区在线观看| 制服丝袜一区二区三区| 另类欧美日韩国产在线| 久久综合狠狠综合久久综合88| 国内精品伊人久久久久影院对白| 欧美v国产在线一区二区三区| 美日韩一级片在线观看| 日韩精品最新网址| 国模冰冰炮一区二区| 欧美激情一区二区三区全黄 | 自拍偷自拍亚洲精品播放| 91麻豆国产自产在线观看| 一区二区三区在线高清| 欧美一区国产二区| 韩国欧美国产一区| 国产精品三级久久久久三级| 色综合天天性综合| 日韩**一区毛片| 2021中文字幕一区亚洲| 国产suv精品一区二区6| 亚洲黄色av一区| 欧美久久一二三四区| 国产精品资源在线看| 亚洲三级视频在线观看| 欧美精品在欧美一区二区少妇| 麻豆成人av在线| 国产精品久久久久久久午夜片| 欧美性大战久久久久久久| 免费成人在线视频观看| 中文子幕无线码一区tr| 欧美视频日韩视频在线观看| 日韩不卡免费视频| 国产视频一区二区在线| 欧美午夜免费电影| 国产精一品亚洲二区在线视频| 亚洲综合小说图片| 精品国产乱码久久久久久牛牛| 91视频免费观看| 狠狠色综合日日| 一区二区三区自拍| 国产欧美日韩精品一区| 欧美精品乱码久久久久久| 岛国一区二区三区| 七七婷婷婷婷精品国产| 亚洲愉拍自拍另类高清精品| 久久久久久电影| 日韩欧美一二三四区| 欧美亚洲尤物久久| 成人深夜视频在线观看| 日本欧美大码aⅴ在线播放| 日韩美女视频19| 久久精品视频免费| 日韩欧美一区电影| 欧美伦理视频网站| 色综合av在线| 成人性生交大片免费看中文| 久久精品国产秦先生| 亚洲成a人片在线不卡一二三区| 国产精品久久福利| 日本一区二区免费在线| 欧美一区二区观看视频| 欧美美女一区二区| 欧洲国内综合视频| 91久久人澡人人添人人爽欧美| 91色porny在线视频| 不卡的看片网站| 99久久精品一区二区| 99久久婷婷国产精品综合| 不卡av在线网| 91视频观看免费| 欧美视频中文字幕| 欧美喷潮久久久xxxxx| 欧美久久久久久久久| 日韩精品一区二区三区在线观看 | 中文字幕一区二区三区在线播放 | 欧美日韩成人综合天天影院| 欧美私模裸体表演在线观看| 欧美日韩在线不卡| 在线电影国产精品| 日韩一级片网址| 国产日韩v精品一区二区| 国产精品视频九色porn| 亚洲欧美国产三级| 午夜欧美视频在线观看| 日本三级韩国三级欧美三级| 美女视频网站黄色亚洲| 国产乱码精品1区2区3区| 国产盗摄视频一区二区三区| 国产.欧美.日韩| 国产成人在线色| 91久久免费观看| 欧美日韩国产首页| 欧美日韩高清在线| 99国产精品99久久久久久| 北条麻妃一区二区三区| 免费观看成人av| 国产在线精品一区二区不卡了| 国产一区二区在线免费观看| 亚洲va国产va欧美va观看| 午夜一区二区三区视频| 日韩国产欧美在线观看| 国产精品91xxx| 91伊人久久大香线蕉| 91在线观看免费视频| 在线视频一区二区三| 欧美精品一区二区三区久久久| 精品粉嫩超白一线天av| 欧美国产综合色视频| 亚洲不卡av一区二区三区| 日本女人一区二区三区| 国产精品白丝jk白祙喷水网站| 欧美专区日韩专区| 欧美大胆人体bbbb| 中文字幕欧美日本乱码一线二线| 日韩精品最新网址|