?? reference.cs
字號:
?//------------------------------------------------------------------------------
// <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 hypphone.ServiceReference1 {
using System.Runtime.Serialization;
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="addresslist", Namespace="http://schemas.datacontract.org/2004/07/")]
public partial class addresslist : object, System.ComponentModel.INotifyPropertyChanged {
private int 編號Field;
private string 姓名Field;
private string 手機號Field;
private string 電話號碼Field;
private string 地址Field;
private string 備注Field;
[System.Runtime.Serialization.DataMemberAttribute()]
public int 編號 {
get {
return this.編號Field;
}
set {
if ((this.編號Field.Equals(value) != true)) {
this.編號Field = value;
this.RaisePropertyChanged("編號");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=1)]
public string 姓名 {
get {
return this.姓名Field;
}
set {
if ((object.ReferenceEquals(this.姓名Field, value) != true)) {
this.姓名Field = value;
this.RaisePropertyChanged("姓名");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=2)]
public string 手機號 {
get {
return this.手機號Field;
}
set {
if ((object.ReferenceEquals(this.手機號Field, value) != true)) {
this.手機號Field = value;
this.RaisePropertyChanged("手機號");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
public string 電話號碼 {
get {
return this.電話號碼Field;
}
set {
if ((object.ReferenceEquals(this.電話號碼Field, value) != true)) {
this.電話號碼Field = value;
this.RaisePropertyChanged("電話號碼");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=4)]
public string 地址 {
get {
return this.地址Field;
}
set {
if ((object.ReferenceEquals(this.地址Field, value) != true)) {
this.地址Field = value;
this.RaisePropertyChanged("地址");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=5)]
public string 備注 {
get {
return this.備注Field;
}
set {
if ((object.ReferenceEquals(this.備注Field, value) != true)) {
this.備注Field = value;
this.RaisePropertyChanged("備注");
}
}
}
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="librarylist", Namespace="http://schemas.datacontract.org/2004/07/")]
public partial class librarylist : object, System.ComponentModel.INotifyPropertyChanged {
private int 編號Field;
private string 書名Field;
private string 作者Field;
private string 出版社Field;
private string 庫存Field;
private string 書標號Field;
private string 備注Field;
[System.Runtime.Serialization.DataMemberAttribute()]
public int 編號 {
get {
return this.編號Field;
}
set {
if ((this.編號Field.Equals(value) != true)) {
this.編號Field = value;
this.RaisePropertyChanged("編號");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=1)]
public string 書名 {
get {
return this.書名Field;
}
set {
if ((object.ReferenceEquals(this.書名Field, value) != true)) {
this.書名Field = value;
this.RaisePropertyChanged("書名");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=2)]
public string 作者 {
get {
return this.作者Field;
}
set {
if ((object.ReferenceEquals(this.作者Field, value) != true)) {
this.作者Field = value;
this.RaisePropertyChanged("作者");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
public string 出版社 {
get {
return this.出版社Field;
}
set {
if ((object.ReferenceEquals(this.出版社Field, value) != true)) {
this.出版社Field = value;
this.RaisePropertyChanged("出版社");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=4)]
public string 庫存 {
get {
return this.庫存Field;
}
set {
if ((object.ReferenceEquals(this.庫存Field, value) != true)) {
this.庫存Field = value;
this.RaisePropertyChanged("庫存");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=5)]
public string 書標號 {
get {
return this.書標號Field;
}
set {
if ((object.ReferenceEquals(this.書標號Field, value) != true)) {
this.書標號Field = value;
this.RaisePropertyChanged("書標號");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=6)]
public string 備注 {
get {
return this.備注Field;
}
set {
if ((object.ReferenceEquals(this.備注Field, value) != true)) {
this.備注Field = value;
this.RaisePropertyChanged("備注");
}
}
}
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.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceReference1.IService")]
public interface IService {
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -