//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Saving.WcfKeeping {
using System.Runtime.Serialization;
using System;
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="str_keep_adjust", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_keep_adjust : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string cancel_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string entry_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime operate_dateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_det_detailField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_det_mainField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_detailField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_listField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_mainField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_optionField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_report_summaryField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string cancel_id {
get {
return this.cancel_idField;
}
set {
if ((object.ReferenceEquals(this.cancel_idField, value) != true)) {
this.cancel_idField = value;
this.RaisePropertyChanged("cancel_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string entry_id {
get {
return this.entry_idField;
}
set {
if ((object.ReferenceEquals(this.entry_idField, value) != true)) {
this.entry_idField = value;
this.RaisePropertyChanged("entry_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime operate_date {
get {
return this.operate_dateField;
}
set {
if ((this.operate_dateField.Equals(value) != true)) {
this.operate_dateField = value;
this.RaisePropertyChanged("operate_date");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_det_detail {
get {
return this.xml_det_detailField;
}
set {
if ((object.ReferenceEquals(this.xml_det_detailField, value) != true)) {
this.xml_det_detailField = value;
this.RaisePropertyChanged("xml_det_detail");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_det_main {
get {
return this.xml_det_mainField;
}
set {
if ((object.ReferenceEquals(this.xml_det_mainField, value) != true)) {
this.xml_det_mainField = value;
this.RaisePropertyChanged("xml_det_main");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_detail {
get {
return this.xml_detailField;
}
set {
if ((object.ReferenceEquals(this.xml_detailField, value) != true)) {
this.xml_detailField = value;
this.RaisePropertyChanged("xml_detail");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_list {
get {
return this.xml_listField;
}
set {
if ((object.ReferenceEquals(this.xml_listField, value) != true)) {
this.xml_listField = value;
this.RaisePropertyChanged("xml_list");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_main {
get {
return this.xml_mainField;
}
set {
if ((object.ReferenceEquals(this.xml_mainField, value) != true)) {
this.xml_mainField = value;
this.RaisePropertyChanged("xml_main");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_option {
get {
return this.xml_optionField;
}
set {
if ((object.ReferenceEquals(this.xml_optionField, value) != true)) {
this.xml_optionField = value;
this.RaisePropertyChanged("xml_option");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_report_summary {
get {
return this.xml_report_summaryField;
}
set {
if ((object.ReferenceEquals(this.xml_report_summaryField, value) != true)) {
this.xml_report_summaryField = value;
this.RaisePropertyChanged("xml_report_summary");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
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", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfKeeping.IKeeping")]
public interface IKeeping {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IKeeping/InitAdjustMonthlyExt", ReplyAction="http://tempuri.org/IKeeping/InitAdjustMonthlyExtResponse")]
int InitAdjustMonthlyExt(string wsPass, ref Saving.WcfKeeping.str_keep_adjust astr_keep_adjust);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IKeeping/SaveAdjustMonthlyExt", ReplyAction="http://tempuri.org/IKeeping/SaveAdjustMonthlyExtResponse")]
int SaveAdjustMonthlyExt(string wsPass, Saving.WcfKeeping.str_keep_adjust astr_keep_adjust);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IKeepingChannel : Saving.WcfKeeping.IKeeping, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class KeepingClient : System.ServiceModel.ClientBase, Saving.WcfKeeping.IKeeping {
public KeepingClient() {
}
public KeepingClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public KeepingClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public KeepingClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public KeepingClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public int InitAdjustMonthlyExt(string wsPass, ref Saving.WcfKeeping.str_keep_adjust astr_keep_adjust) {
return base.Channel.InitAdjustMonthlyExt(wsPass, ref astr_keep_adjust);
}
public int SaveAdjustMonthlyExt(string wsPass, Saving.WcfKeeping.str_keep_adjust astr_keep_adjust) {
return base.Channel.SaveAdjustMonthlyExt(wsPass, astr_keep_adjust);
}
}
}