📄 reference.cs
字号:
}
set {
if ((object.ReferenceEquals(this.strTitleField, value) != true)) {
this.strTitleField = value;
this.RaisePropertyChanged("strTitle");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string strTitleOfCourtesy {
get {
return this.strTitleOfCourtesyField;
}
set {
if ((object.ReferenceEquals(this.strTitleOfCourtesyField, value) != true)) {
this.strTitleOfCourtesyField = value;
this.RaisePropertyChanged("strTitleOfCourtesy");
}
}
}
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="COrderDetailsData", Namespace="http://schemas.datacontract.org/2004/07/ZSampleServiceLibrary")]
public partial class COrderDetailsData : object, System.ComponentModel.INotifyPropertyChanged {
private float curUnitPriceField;
private System.DateTime dtmBirthDateField;
private int fkeyProductIDField;
private int intQuantityField;
private int pkeyOrderIDField;
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 System.DateTime dtmBirthDate {
get {
return this.dtmBirthDateField;
}
set {
if ((this.dtmBirthDateField.Equals(value) != true)) {
this.dtmBirthDateField = value;
this.RaisePropertyChanged("dtmBirthDate");
}
}
}
[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 intQuantity {
get {
return this.intQuantityField;
}
set {
if ((this.intQuantityField.Equals(value) != true)) {
this.intQuantityField = value;
this.RaisePropertyChanged("intQuantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int pkeyOrderID {
get {
return this.pkeyOrderIDField;
}
set {
if ((this.pkeyOrderIDField.Equals(value) != true)) {
this.pkeyOrderIDField = value;
this.RaisePropertyChanged("pkeyOrderID");
}
}
}
[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="COrdersData", Namespace="http://schemas.datacontract.org/2004/07/ZSampleServiceLibrary")]
public partial class COrdersData : object, System.ComponentModel.INotifyPropertyChanged {
private float curFreightField;
private System.DateTime dtmOrderDateField;
private System.DateTime dtmRequiredDateField;
private System.DateTime dtmShippedDateField;
private string fkeyCustomerIDField;
private int fkeyEmployeeIDField;
private int fkeyShipViaField;
private string pkeyOrderIDField;
private string strShipAddressField;
private string strShipCityField;
private string strShipCountryField;
private string strShipNameField;
private string strShipPostalCodeField;
private string strShipRegionField;
[System.Runtime.Serialization.DataMemberAttribute()]
public float curFreight {
get {
return this.curFreightField;
}
set {
if ((this.curFreightField.Equals(value) != true)) {
this.curFreightField = value;
this.RaisePropertyChanged("curFreight");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime dtmOrderDate {
get {
return this.dtmOrderDateField;
}
set {
if ((this.dtmOrderDateField.Equals(value) != true)) {
this.dtmOrderDateField = value;
this.RaisePropertyChanged("dtmOrderDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime dtmRequiredDate {
get {
return this.dtmRequiredDateField;
}
set {
if ((this.dtmRequiredDateField.Equals(value) != true)) {
this.dtmRequiredDateField = value;
this.RaisePropertyChanged("dtmRequiredDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime dtmShippedDate {
get {
return this.dtmShippedDateField;
}
set {
if ((this.dtmShippedDateField.Equals(value) != true)) {
this.dtmShippedDateField = value;
this.RaisePropertyChanged("dtmShippedDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string fkeyCustomerID {
get {
return this.fkeyCustomerIDField;
}
set {
if ((object.ReferenceEquals(this.fkeyCustomerIDField, value) != true)) {
this.fkeyCustomerIDField = value;
this.RaisePropertyChanged("fkeyCustomerID");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int fkeyEmployeeID {
get {
return this.fkeyEmployeeIDField;
}
set {
if ((this.fkeyEmployeeIDField.Equals(value) != true)) {
this.fkeyEmployeeIDField = value;
this.RaisePropertyChanged("fkeyEmployeeID");
}
}
}
[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 string pkeyOrderID {
get {
return this.pkeyOrderIDField;
}
set {
if ((object.ReferenceEquals(this.pkeyOrderIDField, value) != true)) {
this.pkeyOrderIDField = value;
this.RaisePropertyChanged("pkeyOrderID");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string strShipAddress {
get {
return this.strShipAddressField;
}
set {
if ((object.ReferenceEquals(this.strShipAddressField, value) != true)) {
this.strShipAddressField = value;
this.RaisePropertyChanged("strShipAddress");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string strShipCity {
get {
return this.strShipCityField;
}
set {
if ((object.ReferenceEquals(this.strShipCityField, value) != true)) {
this.strShipCityField = value;
this.RaisePropertyChanged("strShipCity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string strShipCountry {
get {
return this.strShipCountryField;
}
set {
if ((object.ReferenceEquals(this.strShipCountryField, value) != true)) {
this.strShipCountryField = value;
this.RaisePropertyChanged("strShipCountry");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string strShipName {
get {
return this.strShipNameField;
}
set {
if ((object.ReferenceEquals(this.strShipNameField, value) != true)) {
this.strShipNameField = value;
this.RaisePropertyChanged("strShipName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string strShipPostalCode {
get {
return this.strShipPostalCodeField;
}
set {
if ((object.ReferenceEquals(this.strShipPostalCodeField, value) != true)) {
this.strShipPostalCodeField = value;
this.RaisePropertyChanged("strShipPostalCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string strShipRegion {
get {
return this.strShipRegionField;
}
set {
if ((object.ReferenceEquals(this.strShipRegionField, value) != true)) {
this.strShipRegionField = value;
this.RaisePropertyChanged("strShipRegion");
}
}
}
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))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -