| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:4.0.30319.42000
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- 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<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetBranchs();
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuid", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidResponse")]
- System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> 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<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> 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<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetBranchsByApplyType(int type);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyType", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyTypeRe" +
- "sponse")]
- System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetPowerMattersByBranchGuidAndApplyType(string guid, int type);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/SearchByQLName", ReplyAction="http://tempuri.org/IPowerMettersService/SearchByQLNameResponse")]
- System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> 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<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetOnceRunBranchs();
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuid", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuidRespons" +
- "e")]
- System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> 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>, 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<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetBranchs() {
- return base.Channel.GetBranchs();
- }
-
- public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> 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<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetPowerMatters(string guid, string ql_kind) {
- return base.Channel.GetPowerMatters(guid, ql_kind);
- }
-
- public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetBranchsByApplyType(int type) {
- return base.Channel.GetBranchsByApplyType(type);
- }
-
- public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetPowerMattersByBranchGuidAndApplyType(string guid, int type) {
- return base.Channel.GetPowerMattersByBranchGuidAndApplyType(guid, type);
- }
-
- public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> SearchByQLName(string ql_name, int itemIndex, int size) {
- return base.Channel.SearchByQLName(ql_name, itemIndex, size);
- }
-
- public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetOnceRunBranchs() {
- return base.Channel.GetOnceRunBranchs();
- }
-
- public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetOnceRunPowerMattersByBranchGuid(string guid) {
- return base.Channel.GetOnceRunPowerMattersByBranchGuid(guid);
- }
- }
- }
|