874 lines
39 KiB
C#
874 lines
39 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace SOH.KeFu.TianRui {
|
|
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="DingDan", Namespace="http://tempuri.org/")]
|
|
[System.SerializableAttribute()]
|
|
public partial class DingDan : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private SOH.KeFu.TianRui.ExtensionDataObject ExtensionData1Field;
|
|
|
|
private int idField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string orderidField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string TaoCanMingChengField;
|
|
|
|
private decimal DingDanJiaGeField;
|
|
|
|
private System.DateTime DingDanShiJianField;
|
|
|
|
private byte stateField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Name="ExtensionData", EmitDefaultValue=false)]
|
|
public SOH.KeFu.TianRui.ExtensionDataObject ExtensionData1 {
|
|
get {
|
|
return this.ExtensionData1Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.ExtensionData1Field, value) != true)) {
|
|
this.ExtensionData1Field = value;
|
|
this.RaisePropertyChanged("ExtensionData1");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
if ((this.idField.Equals(value) != true)) {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
|
|
public string orderid {
|
|
get {
|
|
return this.orderidField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.orderidField, value) != true)) {
|
|
this.orderidField = value;
|
|
this.RaisePropertyChanged("orderid");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
|
|
public string TaoCanMingCheng {
|
|
get {
|
|
return this.TaoCanMingChengField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.TaoCanMingChengField, value) != true)) {
|
|
this.TaoCanMingChengField = value;
|
|
this.RaisePropertyChanged("TaoCanMingCheng");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
|
|
public decimal DingDanJiaGe {
|
|
get {
|
|
return this.DingDanJiaGeField;
|
|
}
|
|
set {
|
|
if ((this.DingDanJiaGeField.Equals(value) != true)) {
|
|
this.DingDanJiaGeField = value;
|
|
this.RaisePropertyChanged("DingDanJiaGe");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)]
|
|
public System.DateTime DingDanShiJian {
|
|
get {
|
|
return this.DingDanShiJianField;
|
|
}
|
|
set {
|
|
if ((this.DingDanShiJianField.Equals(value) != true)) {
|
|
this.DingDanShiJianField = value;
|
|
this.RaisePropertyChanged("DingDanShiJian");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)]
|
|
public byte state {
|
|
get {
|
|
return this.stateField;
|
|
}
|
|
set {
|
|
if ((this.stateField.Equals(value) != true)) {
|
|
this.stateField = value;
|
|
this.RaisePropertyChanged("state");
|
|
}
|
|
}
|
|
}
|
|
|
|
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", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ExtensionDataObject", Namespace="http://tempuri.org/")]
|
|
[System.SerializableAttribute()]
|
|
public partial class ExtensionDataObject : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
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", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="OperationResult", Namespace="http://tempuri.org/")]
|
|
[System.SerializableAttribute()]
|
|
public partial class OperationResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private SOH.KeFu.TianRui.ExtensionDataObject ExtensionData1Field;
|
|
|
|
private byte StateField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string MessageField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string TagField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Name="ExtensionData", EmitDefaultValue=false)]
|
|
public SOH.KeFu.TianRui.ExtensionDataObject ExtensionData1 {
|
|
get {
|
|
return this.ExtensionData1Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.ExtensionData1Field, value) != true)) {
|
|
this.ExtensionData1Field = value;
|
|
this.RaisePropertyChanged("ExtensionData1");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public byte State {
|
|
get {
|
|
return this.StateField;
|
|
}
|
|
set {
|
|
if ((this.StateField.Equals(value) != true)) {
|
|
this.StateField = value;
|
|
this.RaisePropertyChanged("State");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
public string Message {
|
|
get {
|
|
return this.MessageField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.MessageField, value) != true)) {
|
|
this.MessageField = value;
|
|
this.RaisePropertyChanged("Message");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
|
|
public string Tag {
|
|
get {
|
|
return this.TagField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.TagField, value) != true)) {
|
|
this.TagField = value;
|
|
this.RaisePropertyChanged("Tag");
|
|
}
|
|
}
|
|
}
|
|
|
|
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", "4.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="TianRui.FuWuSoap")]
|
|
public interface FuWuSoap {
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 yzm 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetDingDan", ReplyAction="*")]
|
|
SOH.KeFu.TianRui.GetDingDanResponse GetDingDan(SOH.KeFu.TianRui.GetDingDanRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 ddid 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/XiaoFei", ReplyAction="*")]
|
|
SOH.KeFu.TianRui.XiaoFeiResponse XiaoFei(SOH.KeFu.TianRui.XiaoFeiRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 XingMing 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CreateHuiYuan", ReplyAction="*")]
|
|
SOH.KeFu.TianRui.CreateHuiYuanResponse CreateHuiYuan(SOH.KeFu.TianRui.CreateHuiYuanRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 TaoCanMingCheng 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CreateBaoGao", ReplyAction="*")]
|
|
SOH.KeFu.TianRui.CreateBaoGaoResponse CreateBaoGao(SOH.KeFu.TianRui.CreateBaoGaoRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 bbnr 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/TianJiaBaoGaoMingXi", ReplyAction="*")]
|
|
SOH.KeFu.TianRui.TianJiaBaoGaoMingXiResponse TianJiaBaoGaoMingXi(SOH.KeFu.TianRui.TianJiaBaoGaoMingXiRequest request);
|
|
|
|
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 ShouJiHao 以后生成的消息协定未标记为 nillable
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendMsg", ReplyAction="*")]
|
|
SOH.KeFu.TianRui.SendMsgResponse SendMsg(SOH.KeFu.TianRui.SendMsgRequest request);
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class GetDingDanRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetDingDan", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.GetDingDanRequestBody Body;
|
|
|
|
public GetDingDanRequest() {
|
|
}
|
|
|
|
public GetDingDanRequest(SOH.KeFu.TianRui.GetDingDanRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class GetDingDanRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public string yzm;
|
|
|
|
public GetDingDanRequestBody() {
|
|
}
|
|
|
|
public GetDingDanRequestBody(string yzm) {
|
|
this.yzm = yzm;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class GetDingDanResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetDingDanResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.GetDingDanResponseBody Body;
|
|
|
|
public GetDingDanResponse() {
|
|
}
|
|
|
|
public GetDingDanResponse(SOH.KeFu.TianRui.GetDingDanResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class GetDingDanResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public SOH.KeFu.TianRui.DingDan GetDingDanResult;
|
|
|
|
public GetDingDanResponseBody() {
|
|
}
|
|
|
|
public GetDingDanResponseBody(SOH.KeFu.TianRui.DingDan GetDingDanResult) {
|
|
this.GetDingDanResult = GetDingDanResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class XiaoFeiRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="XiaoFei", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.XiaoFeiRequestBody Body;
|
|
|
|
public XiaoFeiRequest() {
|
|
}
|
|
|
|
public XiaoFeiRequest(SOH.KeFu.TianRui.XiaoFeiRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class XiaoFeiRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public string ddid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
public string fdid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
public string ygid;
|
|
|
|
public XiaoFeiRequestBody() {
|
|
}
|
|
|
|
public XiaoFeiRequestBody(string ddid, string fdid, string ygid) {
|
|
this.ddid = ddid;
|
|
this.fdid = fdid;
|
|
this.ygid = ygid;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class XiaoFeiResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="XiaoFeiResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.XiaoFeiResponseBody Body;
|
|
|
|
public XiaoFeiResponse() {
|
|
}
|
|
|
|
public XiaoFeiResponse(SOH.KeFu.TianRui.XiaoFeiResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class XiaoFeiResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public SOH.KeFu.TianRui.OperationResult XiaoFeiResult;
|
|
|
|
public XiaoFeiResponseBody() {
|
|
}
|
|
|
|
public XiaoFeiResponseBody(SOH.KeFu.TianRui.OperationResult XiaoFeiResult) {
|
|
this.XiaoFeiResult = XiaoFeiResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class CreateHuiYuanRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="CreateHuiYuan", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.CreateHuiYuanRequestBody Body;
|
|
|
|
public CreateHuiYuanRequest() {
|
|
}
|
|
|
|
public CreateHuiYuanRequest(SOH.KeFu.TianRui.CreateHuiYuanRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class CreateHuiYuanRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public string XingMing;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
public string ShouJiHao;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
public string ShenFenZheng;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
|
|
public int XingBie;
|
|
|
|
public CreateHuiYuanRequestBody() {
|
|
}
|
|
|
|
public CreateHuiYuanRequestBody(string XingMing, string ShouJiHao, string ShenFenZheng, int XingBie) {
|
|
this.XingMing = XingMing;
|
|
this.ShouJiHao = ShouJiHao;
|
|
this.ShenFenZheng = ShenFenZheng;
|
|
this.XingBie = XingBie;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class CreateHuiYuanResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="CreateHuiYuanResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.CreateHuiYuanResponseBody Body;
|
|
|
|
public CreateHuiYuanResponse() {
|
|
}
|
|
|
|
public CreateHuiYuanResponse(SOH.KeFu.TianRui.CreateHuiYuanResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class CreateHuiYuanResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public SOH.KeFu.TianRui.OperationResult CreateHuiYuanResult;
|
|
|
|
public CreateHuiYuanResponseBody() {
|
|
}
|
|
|
|
public CreateHuiYuanResponseBody(SOH.KeFu.TianRui.OperationResult CreateHuiYuanResult) {
|
|
this.CreateHuiYuanResult = CreateHuiYuanResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class CreateBaoGaoRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="CreateBaoGao", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.CreateBaoGaoRequestBody Body;
|
|
|
|
public CreateBaoGaoRequest() {
|
|
}
|
|
|
|
public CreateBaoGaoRequest(SOH.KeFu.TianRui.CreateBaoGaoRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class CreateBaoGaoRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
|
public int hyid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
public string TaoCanMingCheng;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=2)]
|
|
public System.DateTime TiJianShiJian;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
|
|
public int fzid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
|
|
public string tjtmh;
|
|
|
|
public CreateBaoGaoRequestBody() {
|
|
}
|
|
|
|
public CreateBaoGaoRequestBody(int hyid, string TaoCanMingCheng, System.DateTime TiJianShiJian, int fzid, string tjtmh) {
|
|
this.hyid = hyid;
|
|
this.TaoCanMingCheng = TaoCanMingCheng;
|
|
this.TiJianShiJian = TiJianShiJian;
|
|
this.fzid = fzid;
|
|
this.tjtmh = tjtmh;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class CreateBaoGaoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="CreateBaoGaoResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.CreateBaoGaoResponseBody Body;
|
|
|
|
public CreateBaoGaoResponse() {
|
|
}
|
|
|
|
public CreateBaoGaoResponse(SOH.KeFu.TianRui.CreateBaoGaoResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class CreateBaoGaoResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public SOH.KeFu.TianRui.OperationResult CreateBaoGaoResult;
|
|
|
|
public CreateBaoGaoResponseBody() {
|
|
}
|
|
|
|
public CreateBaoGaoResponseBody(SOH.KeFu.TianRui.OperationResult CreateBaoGaoResult) {
|
|
this.CreateBaoGaoResult = CreateBaoGaoResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class TianJiaBaoGaoMingXiRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TianJiaBaoGaoMingXi", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.TianJiaBaoGaoMingXiRequestBody Body;
|
|
|
|
public TianJiaBaoGaoMingXiRequest() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXiRequest(SOH.KeFu.TianRui.TianJiaBaoGaoMingXiRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class TianJiaBaoGaoMingXiRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
|
public int bgid;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=1)]
|
|
public int page;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
|
public byte[] bbnr;
|
|
|
|
public TianJiaBaoGaoMingXiRequestBody() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXiRequestBody(int bgid, int page, byte[] bbnr) {
|
|
this.bgid = bgid;
|
|
this.page = page;
|
|
this.bbnr = bbnr;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class TianJiaBaoGaoMingXiResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="TianJiaBaoGaoMingXiResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.TianJiaBaoGaoMingXiResponseBody Body;
|
|
|
|
public TianJiaBaoGaoMingXiResponse() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXiResponse(SOH.KeFu.TianRui.TianJiaBaoGaoMingXiResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class TianJiaBaoGaoMingXiResponseBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public SOH.KeFu.TianRui.OperationResult TianJiaBaoGaoMingXiResult;
|
|
|
|
public TianJiaBaoGaoMingXiResponseBody() {
|
|
}
|
|
|
|
public TianJiaBaoGaoMingXiResponseBody(SOH.KeFu.TianRui.OperationResult TianJiaBaoGaoMingXiResult) {
|
|
this.TianJiaBaoGaoMingXiResult = TianJiaBaoGaoMingXiResult;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class SendMsgRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendMsg", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.SendMsgRequestBody Body;
|
|
|
|
public SendMsgRequest() {
|
|
}
|
|
|
|
public SendMsgRequest(SOH.KeFu.TianRui.SendMsgRequestBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
|
|
public partial class SendMsgRequestBody {
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
|
public string ShouJiHao;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
|
public string NeiRong;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(Order=2)]
|
|
public int fzid;
|
|
|
|
public SendMsgRequestBody() {
|
|
}
|
|
|
|
public SendMsgRequestBody(string ShouJiHao, string NeiRong, int fzid) {
|
|
this.ShouJiHao = ShouJiHao;
|
|
this.NeiRong = NeiRong;
|
|
this.fzid = fzid;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class SendMsgResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Name="SendMsgResponse", Namespace="http://tempuri.org/", Order=0)]
|
|
public SOH.KeFu.TianRui.SendMsgResponseBody Body;
|
|
|
|
public SendMsgResponse() {
|
|
}
|
|
|
|
public SendMsgResponse(SOH.KeFu.TianRui.SendMsgResponseBody Body) {
|
|
this.Body = Body;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.Runtime.Serialization.DataContractAttribute()]
|
|
public partial class SendMsgResponseBody {
|
|
|
|
public SendMsgResponseBody() {
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface FuWuSoapChannel : SOH.KeFu.TianRui.FuWuSoap, System.ServiceModel.IClientChannel {
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class FuWuSoapClient : System.ServiceModel.ClientBase<SOH.KeFu.TianRui.FuWuSoap>, SOH.KeFu.TianRui.FuWuSoap {
|
|
|
|
public FuWuSoapClient() {
|
|
}
|
|
|
|
public FuWuSoapClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName) {
|
|
}
|
|
|
|
public FuWuSoapClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public FuWuSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public FuWuSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress) {
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
SOH.KeFu.TianRui.GetDingDanResponse SOH.KeFu.TianRui.FuWuSoap.GetDingDan(SOH.KeFu.TianRui.GetDingDanRequest request) {
|
|
return base.Channel.GetDingDan(request);
|
|
}
|
|
|
|
public SOH.KeFu.TianRui.DingDan GetDingDan(string yzm) {
|
|
SOH.KeFu.TianRui.GetDingDanRequest inValue = new SOH.KeFu.TianRui.GetDingDanRequest();
|
|
inValue.Body = new SOH.KeFu.TianRui.GetDingDanRequestBody();
|
|
inValue.Body.yzm = yzm;
|
|
SOH.KeFu.TianRui.GetDingDanResponse retVal = ((SOH.KeFu.TianRui.FuWuSoap)(this)).GetDingDan(inValue);
|
|
return retVal.Body.GetDingDanResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
SOH.KeFu.TianRui.XiaoFeiResponse SOH.KeFu.TianRui.FuWuSoap.XiaoFei(SOH.KeFu.TianRui.XiaoFeiRequest request) {
|
|
return base.Channel.XiaoFei(request);
|
|
}
|
|
|
|
public SOH.KeFu.TianRui.OperationResult XiaoFei(string ddid, string fdid, string ygid) {
|
|
SOH.KeFu.TianRui.XiaoFeiRequest inValue = new SOH.KeFu.TianRui.XiaoFeiRequest();
|
|
inValue.Body = new SOH.KeFu.TianRui.XiaoFeiRequestBody();
|
|
inValue.Body.ddid = ddid;
|
|
inValue.Body.fdid = fdid;
|
|
inValue.Body.ygid = ygid;
|
|
SOH.KeFu.TianRui.XiaoFeiResponse retVal = ((SOH.KeFu.TianRui.FuWuSoap)(this)).XiaoFei(inValue);
|
|
return retVal.Body.XiaoFeiResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
SOH.KeFu.TianRui.CreateHuiYuanResponse SOH.KeFu.TianRui.FuWuSoap.CreateHuiYuan(SOH.KeFu.TianRui.CreateHuiYuanRequest request) {
|
|
return base.Channel.CreateHuiYuan(request);
|
|
}
|
|
|
|
public SOH.KeFu.TianRui.OperationResult CreateHuiYuan(string XingMing, string ShouJiHao, string ShenFenZheng, int XingBie) {
|
|
SOH.KeFu.TianRui.CreateHuiYuanRequest inValue = new SOH.KeFu.TianRui.CreateHuiYuanRequest();
|
|
inValue.Body = new SOH.KeFu.TianRui.CreateHuiYuanRequestBody();
|
|
inValue.Body.XingMing = XingMing;
|
|
inValue.Body.ShouJiHao = ShouJiHao;
|
|
inValue.Body.ShenFenZheng = ShenFenZheng;
|
|
inValue.Body.XingBie = XingBie;
|
|
SOH.KeFu.TianRui.CreateHuiYuanResponse retVal = ((SOH.KeFu.TianRui.FuWuSoap)(this)).CreateHuiYuan(inValue);
|
|
return retVal.Body.CreateHuiYuanResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
SOH.KeFu.TianRui.CreateBaoGaoResponse SOH.KeFu.TianRui.FuWuSoap.CreateBaoGao(SOH.KeFu.TianRui.CreateBaoGaoRequest request) {
|
|
return base.Channel.CreateBaoGao(request);
|
|
}
|
|
|
|
public SOH.KeFu.TianRui.OperationResult CreateBaoGao(int hyid, string TaoCanMingCheng, System.DateTime TiJianShiJian, int fzid, string tjtmh) {
|
|
SOH.KeFu.TianRui.CreateBaoGaoRequest inValue = new SOH.KeFu.TianRui.CreateBaoGaoRequest();
|
|
inValue.Body = new SOH.KeFu.TianRui.CreateBaoGaoRequestBody();
|
|
inValue.Body.hyid = hyid;
|
|
inValue.Body.TaoCanMingCheng = TaoCanMingCheng;
|
|
inValue.Body.TiJianShiJian = TiJianShiJian;
|
|
inValue.Body.fzid = fzid;
|
|
inValue.Body.tjtmh = tjtmh;
|
|
SOH.KeFu.TianRui.CreateBaoGaoResponse retVal = ((SOH.KeFu.TianRui.FuWuSoap)(this)).CreateBaoGao(inValue);
|
|
return retVal.Body.CreateBaoGaoResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
SOH.KeFu.TianRui.TianJiaBaoGaoMingXiResponse SOH.KeFu.TianRui.FuWuSoap.TianJiaBaoGaoMingXi(SOH.KeFu.TianRui.TianJiaBaoGaoMingXiRequest request) {
|
|
return base.Channel.TianJiaBaoGaoMingXi(request);
|
|
}
|
|
|
|
public SOH.KeFu.TianRui.OperationResult TianJiaBaoGaoMingXi(int bgid, int page, byte[] bbnr) {
|
|
SOH.KeFu.TianRui.TianJiaBaoGaoMingXiRequest inValue = new SOH.KeFu.TianRui.TianJiaBaoGaoMingXiRequest();
|
|
inValue.Body = new SOH.KeFu.TianRui.TianJiaBaoGaoMingXiRequestBody();
|
|
inValue.Body.bgid = bgid;
|
|
inValue.Body.page = page;
|
|
inValue.Body.bbnr = bbnr;
|
|
SOH.KeFu.TianRui.TianJiaBaoGaoMingXiResponse retVal = ((SOH.KeFu.TianRui.FuWuSoap)(this)).TianJiaBaoGaoMingXi(inValue);
|
|
return retVal.Body.TianJiaBaoGaoMingXiResult;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
SOH.KeFu.TianRui.SendMsgResponse SOH.KeFu.TianRui.FuWuSoap.SendMsg(SOH.KeFu.TianRui.SendMsgRequest request) {
|
|
return base.Channel.SendMsg(request);
|
|
}
|
|
|
|
public void SendMsg(string ShouJiHao, string NeiRong, int fzid) {
|
|
SOH.KeFu.TianRui.SendMsgRequest inValue = new SOH.KeFu.TianRui.SendMsgRequest();
|
|
inValue.Body = new SOH.KeFu.TianRui.SendMsgRequestBody();
|
|
inValue.Body.ShouJiHao = ShouJiHao;
|
|
inValue.Body.NeiRong = NeiRong;
|
|
inValue.Body.fzid = fzid;
|
|
SOH.KeFu.TianRui.SendMsgResponse retVal = ((SOH.KeFu.TianRui.FuWuSoap)(this)).SendMsg(inValue);
|
|
}
|
|
}
|
|
}
|