//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace Winsoft.GOV.Test.PowerMettersServiceReference { 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="Branch", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")] [System.SerializableAttribute()] public partial class Branch : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string GUIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string NameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ShortNameField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string GUID { get { return this.GUIDField; } set { if ((object.ReferenceEquals(this.GUIDField, value) != true)) { this.GUIDField = value; this.RaisePropertyChanged("GUID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Name { get { return this.NameField; } set { if ((object.ReferenceEquals(this.NameField, value) != true)) { this.NameField = value; this.RaisePropertyChanged("Name"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ShortName { get { return this.ShortNameField; } set { if ((object.ReferenceEquals(this.ShortNameField, value) != true)) { this.ShortNameField = value; this.RaisePropertyChanged("ShortName"); } } } 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="PowerMattersBase", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")] [System.SerializableAttribute()] public partial class PowerMattersBase : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string QL_INNER_CODEField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string QL_NAMEField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string QL_INNER_CODE { get { return this.QL_INNER_CODEField; } set { if ((object.ReferenceEquals(this.QL_INNER_CODEField, value) != true)) { this.QL_INNER_CODEField = value; this.RaisePropertyChanged("QL_INNER_CODE"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string QL_NAME { get { return this.QL_NAMEField; } set { if ((object.ReferenceEquals(this.QL_NAMEField, value) != true)) { this.QL_NAMEField = value; this.RaisePropertyChanged("QL_NAME"); } } } 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="PowerMattersDetail", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")] [System.SerializableAttribute()] public partial class PowerMattersDetail : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ACCEPT_ADDRESS_INFOField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int ANTICIPATE_DAYField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int APPLYERMIN_COUNTField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string APPLYERMIN_COUNT_DESCField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string APPLY_CONDITIONField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string BJTYPEField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string BakNoteField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CHARGEITEM_INFOField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ITEMSOURCEField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LAWBASISField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LEAD_DEPTField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LINK_TELField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MATERIAL_INFOField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int PROMISE_DAYField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string QA_INFOField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string QL_DEPField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string QL_KINDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string QL_NAMEField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string QL_STATEField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ROWGUIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SUPERVISE_TELField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string WebApplyModeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string XINGZHENXDRXZField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string ACCEPT_ADDRESS_INFO { get { return this.ACCEPT_ADDRESS_INFOField; } set { if ((object.ReferenceEquals(this.ACCEPT_ADDRESS_INFOField, value) != true)) { this.ACCEPT_ADDRESS_INFOField = value; this.RaisePropertyChanged("ACCEPT_ADDRESS_INFO"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int ANTICIPATE_DAY { get { return this.ANTICIPATE_DAYField; } set { if ((this.ANTICIPATE_DAYField.Equals(value) != true)) { this.ANTICIPATE_DAYField = value; this.RaisePropertyChanged("ANTICIPATE_DAY"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int APPLYERMIN_COUNT { get { return this.APPLYERMIN_COUNTField; } set { if ((this.APPLYERMIN_COUNTField.Equals(value) != true)) { this.APPLYERMIN_COUNTField = value; this.RaisePropertyChanged("APPLYERMIN_COUNT"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string APPLYERMIN_COUNT_DESC { get { return this.APPLYERMIN_COUNT_DESCField; } set { if ((object.ReferenceEquals(this.APPLYERMIN_COUNT_DESCField, value) != true)) { this.APPLYERMIN_COUNT_DESCField = value; this.RaisePropertyChanged("APPLYERMIN_COUNT_DESC"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string APPLY_CONDITION { get { return this.APPLY_CONDITIONField; } set { if ((object.ReferenceEquals(this.APPLY_CONDITIONField, value) != true)) { this.APPLY_CONDITIONField = value; this.RaisePropertyChanged("APPLY_CONDITION"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string BJTYPE { get { return this.BJTYPEField; } set { if ((object.ReferenceEquals(this.BJTYPEField, value) != true)) { this.BJTYPEField = value; this.RaisePropertyChanged("BJTYPE"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string BakNote { get { return this.BakNoteField; } set { if ((object.ReferenceEquals(this.BakNoteField, value) != true)) { this.BakNoteField = value; this.RaisePropertyChanged("BakNote"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CHARGEITEM_INFO { get { return this.CHARGEITEM_INFOField; } set { if ((object.ReferenceEquals(this.CHARGEITEM_INFOField, value) != true)) { this.CHARGEITEM_INFOField = value; this.RaisePropertyChanged("CHARGEITEM_INFO"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ITEMSOURCE { get { return this.ITEMSOURCEField; } set { if ((object.ReferenceEquals(this.ITEMSOURCEField, value) != true)) { this.ITEMSOURCEField = value; this.RaisePropertyChanged("ITEMSOURCE"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LAWBASIS { get { return this.LAWBASISField; } set { if ((object.ReferenceEquals(this.LAWBASISField, value) != true)) { this.LAWBASISField = value; this.RaisePropertyChanged("LAWBASIS"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LEAD_DEPT { get { return this.LEAD_DEPTField; } set { if ((object.ReferenceEquals(this.LEAD_DEPTField, value) != true)) { this.LEAD_DEPTField = value; this.RaisePropertyChanged("LEAD_DEPT"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LINK_TEL { get { return this.LINK_TELField; } set { if ((object.ReferenceEquals(this.LINK_TELField, value) != true)) { this.LINK_TELField = value; this.RaisePropertyChanged("LINK_TEL"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MATERIAL_INFO { get { return this.MATERIAL_INFOField; } set { if ((object.ReferenceEquals(this.MATERIAL_INFOField, value) != true)) { this.MATERIAL_INFOField = value; this.RaisePropertyChanged("MATERIAL_INFO"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int PROMISE_DAY { get { return this.PROMISE_DAYField; } set { if ((this.PROMISE_DAYField.Equals(value) != true)) { this.PROMISE_DAYField = value; this.RaisePropertyChanged("PROMISE_DAY"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string QA_INFO { get { return this.QA_INFOField; } set { if ((object.ReferenceEquals(this.QA_INFOField, value) != true)) { this.QA_INFOField = value; this.RaisePropertyChanged("QA_INFO"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string QL_DEP { get { return this.QL_DEPField; } set { if ((object.ReferenceEquals(this.QL_DEPField, value) != true)) { this.QL_DEPField = value; this.RaisePropertyChanged("QL_DEP"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string QL_KIND { get { return this.QL_KINDField; } set { if ((object.ReferenceEquals(this.QL_KINDField, value) != true)) { this.QL_KINDField = value; this.RaisePropertyChanged("QL_KIND"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string QL_NAME { get { return this.QL_NAMEField; } set { if ((object.ReferenceEquals(this.QL_NAMEField, value) != true)) { this.QL_NAMEField = value; this.RaisePropertyChanged("QL_NAME"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string QL_STATE { get { return this.QL_STATEField; } set { if ((object.ReferenceEquals(this.QL_STATEField, value) != true)) { this.QL_STATEField = value; this.RaisePropertyChanged("QL_STATE"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ROWGUID { get { return this.ROWGUIDField; } set { if ((object.ReferenceEquals(this.ROWGUIDField, value) != true)) { this.ROWGUIDField = value; this.RaisePropertyChanged("ROWGUID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SUPERVISE_TEL { get { return this.SUPERVISE_TELField; } set { if ((object.ReferenceEquals(this.SUPERVISE_TELField, value) != true)) { this.SUPERVISE_TELField = value; this.RaisePropertyChanged("SUPERVISE_TEL"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string WebApplyMode { get { return this.WebApplyModeField; } set { if ((object.ReferenceEquals(this.WebApplyModeField, value) != true)) { this.WebApplyModeField = value; this.RaisePropertyChanged("WebApplyMode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string XINGZHENXDRXZ { get { return this.XINGZHENXDRXZField; } set { if ((object.ReferenceEquals(this.XINGZHENXDRXZField, value) != true)) { this.XINGZHENXDRXZField = value; this.RaisePropertyChanged("XINGZHENXDRXZ"); } } } 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="PowerMettersServiceReference.IPowerMettersService")] public interface IPowerMettersService { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchs", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsResponse")] System.Collections.Generic.List GetBranchs(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuid", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidResponse")] System.Collections.Generic.List GetPowerMattersByBranchGuid(string guid); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowID", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowIDResponse")] Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersDetail GetPowerMattersDetailByRowID(string rowID); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMatters", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersResponse")] System.Collections.Generic.List GetPowerMatters(string guid, string ql_kind); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchsByApplyType", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsByApplyTypeResponse")] System.Collections.Generic.List GetBranchsByApplyType(int type); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyType", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyTypeRe" + "sponse")] System.Collections.Generic.List GetPowerMattersByBranchGuidAndApplyType(string guid, int type); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/SearchByQLName", ReplyAction="http://tempuri.org/IPowerMettersService/SearchByQLNameResponse")] System.Collections.Generic.List SearchByQLName(string ql_name, int itemIndex, int size); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunBranchs", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunBranchsResponse")] System.Collections.Generic.List GetOnceRunBranchs(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuid", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuidRespons" + "e")] System.Collections.Generic.List GetOnceRunPowerMattersByBranchGuid(string guid); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IPowerMettersServiceChannel : Winsoft.GOV.Test.PowerMettersServiceReference.IPowerMettersService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class PowerMettersServiceClient : System.ServiceModel.ClientBase, Winsoft.GOV.Test.PowerMettersServiceReference.IPowerMettersService { public PowerMettersServiceClient() { } public PowerMettersServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public PowerMettersServiceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public PowerMettersServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public PowerMettersServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public System.Collections.Generic.List GetBranchs() { return base.Channel.GetBranchs(); } public System.Collections.Generic.List GetPowerMattersByBranchGuid(string guid) { return base.Channel.GetPowerMattersByBranchGuid(guid); } public Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersDetail GetPowerMattersDetailByRowID(string rowID) { return base.Channel.GetPowerMattersDetailByRowID(rowID); } public System.Collections.Generic.List GetPowerMatters(string guid, string ql_kind) { return base.Channel.GetPowerMatters(guid, ql_kind); } public System.Collections.Generic.List GetBranchsByApplyType(int type) { return base.Channel.GetBranchsByApplyType(type); } public System.Collections.Generic.List GetPowerMattersByBranchGuidAndApplyType(string guid, int type) { return base.Channel.GetPowerMattersByBranchGuidAndApplyType(guid, type); } public System.Collections.Generic.List SearchByQLName(string ql_name, int itemIndex, int size) { return base.Channel.SearchByQLName(ql_name, itemIndex, size); } public System.Collections.Generic.List GetOnceRunBranchs() { return base.Channel.GetOnceRunBranchs(); } public System.Collections.Generic.List GetOnceRunPowerMattersByBranchGuid(string guid) { return base.Channel.GetOnceRunPowerMattersByBranchGuid(guid); } } }