| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace PowerMatterServiceReference
- {
- using System.Runtime.Serialization;
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Name="County", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
- public enum County : int
- {
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- LS = 0,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- LD = 1,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- LQ = 2,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- QT = 3,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- YH = 4,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- QY = 5,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- JY = 6,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- SC = 7,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- SY = 8,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- JN = 9,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- KFQ = 10,
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Name="PagedResultOfNotificationOfActionAtfYdeie", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
- public partial class PagedResultOfNotificationOfActionAtfYdeie : object
- {
-
- private System.Collections.Generic.List<PowerMatterServiceReference.NotificationOfAction> DataField;
-
- private int IndexField;
-
- private int SizeField;
-
- private long TotalField;
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public System.Collections.Generic.List<PowerMatterServiceReference.NotificationOfAction> Data
- {
- get
- {
- return this.DataField;
- }
- set
- {
- this.DataField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public int Index
- {
- get
- {
- return this.IndexField;
- }
- set
- {
- this.IndexField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public int Size
- {
- get
- {
- return this.SizeField;
- }
- set
- {
- this.SizeField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public long Total
- {
- get
- {
- return this.TotalField;
- }
- set
- {
- this.TotalField = value;
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Name="NotificationOfAction", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
- public partial class NotificationOfAction : object
- {
-
- private PowerMatterServiceReference.ActionType ATypeField;
-
- private bool IsReadField;
-
- private string QL_DEPField;
-
- private string QL_INNER_CODEField;
-
- private string QL_KINDField;
-
- private string QL_NAMEField;
-
- private System.DateTime UPDATE_DATEField;
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public PowerMatterServiceReference.ActionType AType
- {
- get
- {
- return this.ATypeField;
- }
- set
- {
- this.ATypeField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public bool IsRead
- {
- get
- {
- return this.IsReadField;
- }
- set
- {
- this.IsReadField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_DEP
- {
- get
- {
- return this.QL_DEPField;
- }
- set
- {
- this.QL_DEPField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_INNER_CODE
- {
- get
- {
- return this.QL_INNER_CODEField;
- }
- set
- {
- this.QL_INNER_CODEField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_KIND
- {
- get
- {
- return this.QL_KINDField;
- }
- set
- {
- this.QL_KINDField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_NAME
- {
- get
- {
- return this.QL_NAMEField;
- }
- set
- {
- this.QL_NAMEField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public System.DateTime UPDATE_DATE
- {
- get
- {
- return this.UPDATE_DATEField;
- }
- set
- {
- this.UPDATE_DATEField = value;
- }
- }
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Name="ActionType", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
- public enum ActionType : int
- {
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- insert = 0,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- update = 1,
-
- [System.Runtime.Serialization.EnumMemberAttribute()]
- delete = 2,
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Name="PagedResultOfPowerMattersBaseAtfYdeie", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
- public partial class PagedResultOfPowerMattersBaseAtfYdeie : object
- {
-
- private System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase> DataField;
-
- private int IndexField;
-
- private int SizeField;
-
- private long TotalField;
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase> Data
- {
- get
- {
- return this.DataField;
- }
- set
- {
- this.DataField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public int Index
- {
- get
- {
- return this.IndexField;
- }
- set
- {
- this.IndexField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public int Size
- {
- get
- {
- return this.SizeField;
- }
- set
- {
- this.SizeField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public long Total
- {
- get
- {
- return this.TotalField;
- }
- set
- {
- this.TotalField = value;
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Name="PowerMattersBase", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
- public partial class PowerMattersBase : object
- {
-
- private string QL_DEPField;
-
- private string QL_INNER_CODEField;
-
- private string QL_KINDField;
-
- private string QL_NAMEField;
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_DEP
- {
- get
- {
- return this.QL_DEPField;
- }
- set
- {
- this.QL_DEPField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_INNER_CODE
- {
- get
- {
- return this.QL_INNER_CODEField;
- }
- set
- {
- this.QL_INNER_CODEField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_KIND
- {
- get
- {
- return this.QL_KINDField;
- }
- set
- {
- this.QL_KINDField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_NAME
- {
- get
- {
- return this.QL_NAMEField;
- }
- set
- {
- this.QL_NAMEField = value;
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Name="Branch", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
- public partial class Branch : object
- {
-
- private string GUIDField;
-
- private string NameField;
-
- private string ShortNameField;
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string GUID
- {
- get
- {
- return this.GUIDField;
- }
- set
- {
- this.GUIDField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string Name
- {
- get
- {
- return this.NameField;
- }
- set
- {
- this.NameField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string ShortName
- {
- get
- {
- return this.ShortNameField;
- }
- set
- {
- this.ShortNameField = value;
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Name="PowerMattersDetail", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
- public partial class PowerMattersDetail : object
- {
-
- private string ACCEPT_ADDRESS_INFOField;
-
- private int ANTICIPATE_DAYField;
-
- private int APPLYERMIN_COUNTField;
-
- private string APPLYERMIN_COUNT_DESCField;
-
- private string APPLY_CONDITIONField;
-
- private string BJTYPEField;
-
- private string BakNoteField;
-
- private string CHARGEITEM_INFOField;
-
- private string ITEMSOURCEField;
-
- private string LAWBASISField;
-
- private string LEAD_DEPTField;
-
- private string LINK_TELField;
-
- private string MATERIAL_INFOField;
-
- private int PROMISE_DAYField;
-
- private string QA_INFOField;
-
- private string QL_DEPField;
-
- private string QL_INNER_CODEField;
-
- private string QL_KINDField;
-
- private string QL_NAMEField;
-
- private string QL_STATEField;
-
- private string ROWGUIDField;
-
- private string SUPERVISE_TELField;
-
- private string WebApplyModeField;
-
- private string XINGZHENXDRXZField;
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string ACCEPT_ADDRESS_INFO
- {
- get
- {
- return this.ACCEPT_ADDRESS_INFOField;
- }
- set
- {
- this.ACCEPT_ADDRESS_INFOField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public int ANTICIPATE_DAY
- {
- get
- {
- return this.ANTICIPATE_DAYField;
- }
- set
- {
- this.ANTICIPATE_DAYField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public int APPLYERMIN_COUNT
- {
- get
- {
- return this.APPLYERMIN_COUNTField;
- }
- set
- {
- this.APPLYERMIN_COUNTField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string APPLYERMIN_COUNT_DESC
- {
- get
- {
- return this.APPLYERMIN_COUNT_DESCField;
- }
- set
- {
- this.APPLYERMIN_COUNT_DESCField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string APPLY_CONDITION
- {
- get
- {
- return this.APPLY_CONDITIONField;
- }
- set
- {
- this.APPLY_CONDITIONField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string BJTYPE
- {
- get
- {
- return this.BJTYPEField;
- }
- set
- {
- this.BJTYPEField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string BakNote
- {
- get
- {
- return this.BakNoteField;
- }
- set
- {
- this.BakNoteField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string CHARGEITEM_INFO
- {
- get
- {
- return this.CHARGEITEM_INFOField;
- }
- set
- {
- this.CHARGEITEM_INFOField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string ITEMSOURCE
- {
- get
- {
- return this.ITEMSOURCEField;
- }
- set
- {
- this.ITEMSOURCEField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string LAWBASIS
- {
- get
- {
- return this.LAWBASISField;
- }
- set
- {
- this.LAWBASISField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string LEAD_DEPT
- {
- get
- {
- return this.LEAD_DEPTField;
- }
- set
- {
- this.LEAD_DEPTField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string LINK_TEL
- {
- get
- {
- return this.LINK_TELField;
- }
- set
- {
- this.LINK_TELField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string MATERIAL_INFO
- {
- get
- {
- return this.MATERIAL_INFOField;
- }
- set
- {
- this.MATERIAL_INFOField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public int PROMISE_DAY
- {
- get
- {
- return this.PROMISE_DAYField;
- }
- set
- {
- this.PROMISE_DAYField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QA_INFO
- {
- get
- {
- return this.QA_INFOField;
- }
- set
- {
- this.QA_INFOField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_DEP
- {
- get
- {
- return this.QL_DEPField;
- }
- set
- {
- this.QL_DEPField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_INNER_CODE
- {
- get
- {
- return this.QL_INNER_CODEField;
- }
- set
- {
- this.QL_INNER_CODEField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_KIND
- {
- get
- {
- return this.QL_KINDField;
- }
- set
- {
- this.QL_KINDField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_NAME
- {
- get
- {
- return this.QL_NAMEField;
- }
- set
- {
- this.QL_NAMEField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string QL_STATE
- {
- get
- {
- return this.QL_STATEField;
- }
- set
- {
- this.QL_STATEField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string ROWGUID
- {
- get
- {
- return this.ROWGUIDField;
- }
- set
- {
- this.ROWGUIDField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string SUPERVISE_TEL
- {
- get
- {
- return this.SUPERVISE_TELField;
- }
- set
- {
- this.SUPERVISE_TELField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string WebApplyMode
- {
- get
- {
- return this.WebApplyModeField;
- }
- set
- {
- this.WebApplyModeField = value;
- }
- }
-
- [System.Runtime.Serialization.DataMemberAttribute()]
- public string XINGZHENXDRXZ
- {
- get
- {
- return this.XINGZHENXDRXZField;
- }
- set
- {
- this.XINGZHENXDRXZField = value;
- }
- }
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- [System.ServiceModel.ServiceContractAttribute(ConfigurationName="PowerMatterServiceReference.IPowerMettersService")]
- public interface IPowerMettersService
- {
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetUnreadNotifysPagedResultByQL_KindEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetUnreadNotifysPagedResultByQL_KindExRes" +
- "ponse")]
- System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetUnreadNotifysPagedResultByQL_KindExAsync(string key, int itemIndex, int size, System.Collections.Generic.List<string> ql_kinds, bool isHidRead, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMatterBasesByQL_KindEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMatterBasesByQL_KindExResponse")]
- System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMatterBasesByQL_KindExAsync(string key, int itemIndex, int size, System.Collections.Generic.List<string> ql_kinds, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/ReadNotify", ReplyAction="http://tempuri.org/IPowerMettersService/ReadNotifyResponse")]
- System.Threading.Tasks.Task ReadNotifyAsync(string ql_inner_code, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetUnreadNotifysPagedResultEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetUnreadNotifysPagedResultExResponse")]
- System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetUnreadNotifysPagedResultExAsync(int itemIndex, int size, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetUnreadCount", ReplyAction="http://tempuri.org/IPowerMettersService/GetUnreadCountResponse")]
- System.Threading.Tasks.Task<int> GetUnreadCountAsync(PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetNotifysPagedResultEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetNotifysPagedResultExResponse")]
- System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetNotifysPagedResultExAsync(int itemIndex, int size, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchsEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsExResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsExAsync(PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchs", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsAsync();
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidExResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidExAsync(string guid, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidPagedResultEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidPagedResultExR" +
- "esponse")]
- System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMattersByBranchGuidPagedResultExAsync(string guid, int itemIndex, int size, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuid", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAsync(string guid);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowIDEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowIDExResponse")]
- System.Threading.Tasks.Task<PowerMatterServiceReference.PowerMattersDetail> GetPowerMattersDetailByRowIDExAsync(string rowID, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowID", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowIDResponse")]
- System.Threading.Tasks.Task<PowerMatterServiceReference.PowerMattersDetail> GetPowerMattersDetailByRowIDAsync(string rowID);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersExResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersExAsync(string guid, string ql_kind, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMatters", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersAsync(string guid, string ql_kind);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchsByApplyTypeEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsByApplyTypeExResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsByApplyTypeExAsync(int type, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchsByApplyType", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsByApplyTypeResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsByApplyTypeAsync(int type);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyTypeEx" +
- "", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyTypeEx" +
- "Response")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAndApplyTypeExAsync(string guid, int type, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyType", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyTypeRe" +
- "sponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAndApplyTypeAsync(string guid, int type);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/SearchByQLNameEx", ReplyAction="http://tempuri.org/IPowerMettersService/SearchByQLNameExResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> SearchByQLNameExAsync(string ql_name, int itemIndex, int size, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMatterBasesEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMatterBasesExResponse")]
- System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMatterBasesExAsync(int itemIndex, int size, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/SearchByQLName", ReplyAction="http://tempuri.org/IPowerMettersService/SearchByQLNameResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> SearchByQLNameAsync(string ql_name, int itemIndex, int size);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunBranchsEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunBranchsExResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetOnceRunBranchsExAsync(PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunBranchs", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunBranchsResponse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetOnceRunBranchsAsync();
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuidEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuidExRespo" +
- "nse")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetOnceRunPowerMattersByBranchGuidExAsync(string guid, PowerMatterServiceReference.County c);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuid", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuidRespons" +
- "e")]
- System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetOnceRunPowerMattersByBranchGuidAsync(string guid);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/SearchByKeyPagedResultEx", ReplyAction="http://tempuri.org/IPowerMettersService/SearchByKeyPagedResultExResponse")]
- System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> SearchByKeyPagedResultExAsync(string key, int itemIndex, int size, PowerMatterServiceReference.County c);
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- public interface IPowerMettersServiceChannel : PowerMatterServiceReference.IPowerMettersService, System.ServiceModel.IClientChannel
- {
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
- public partial class PowerMettersServiceClient : System.ServiceModel.ClientBase<PowerMatterServiceReference.IPowerMettersService>, PowerMatterServiceReference.IPowerMettersService
- {
-
- /// <summary>
- /// Implement this partial method to configure the service endpoint.
- /// </summary>
- /// <param name="serviceEndpoint">The endpoint to configure</param>
- /// <param name="clientCredentials">The client credentials</param>
- static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials);
-
- public PowerMettersServiceClient() :
- base(PowerMettersServiceClient.GetDefaultBinding(), PowerMettersServiceClient.GetDefaultEndpointAddress())
- {
- this.Endpoint.Name = EndpointConfiguration.BasicHttpBinding_IPowerMettersService.ToString();
- ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
- }
-
- public PowerMettersServiceClient(EndpointConfiguration endpointConfiguration) :
- base(PowerMettersServiceClient.GetBindingForEndpoint(endpointConfiguration), PowerMettersServiceClient.GetEndpointAddress(endpointConfiguration))
- {
- this.Endpoint.Name = endpointConfiguration.ToString();
- ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
- }
-
- public PowerMettersServiceClient(EndpointConfiguration endpointConfiguration, string remoteAddress) :
- base(PowerMettersServiceClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress))
- {
- this.Endpoint.Name = endpointConfiguration.ToString();
- ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
- }
-
- public PowerMettersServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
- base(PowerMettersServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
- {
- this.Endpoint.Name = endpointConfiguration.ToString();
- ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
- }
-
- public PowerMettersServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
- base(binding, remoteAddress)
- {
- }
-
- public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetUnreadNotifysPagedResultByQL_KindExAsync(string key, int itemIndex, int size, System.Collections.Generic.List<string> ql_kinds, bool isHidRead, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetUnreadNotifysPagedResultByQL_KindExAsync(key, itemIndex, size, ql_kinds, isHidRead, c);
- }
-
- public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMatterBasesByQL_KindExAsync(string key, int itemIndex, int size, System.Collections.Generic.List<string> ql_kinds, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetPowerMatterBasesByQL_KindExAsync(key, itemIndex, size, ql_kinds, c);
- }
-
- public System.Threading.Tasks.Task ReadNotifyAsync(string ql_inner_code, PowerMatterServiceReference.County c)
- {
- return base.Channel.ReadNotifyAsync(ql_inner_code, c);
- }
-
- public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetUnreadNotifysPagedResultExAsync(int itemIndex, int size, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetUnreadNotifysPagedResultExAsync(itemIndex, size, c);
- }
-
- public System.Threading.Tasks.Task<int> GetUnreadCountAsync(PowerMatterServiceReference.County c)
- {
- return base.Channel.GetUnreadCountAsync(c);
- }
-
- public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetNotifysPagedResultExAsync(int itemIndex, int size, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetNotifysPagedResultExAsync(itemIndex, size, c);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsExAsync(PowerMatterServiceReference.County c)
- {
- return base.Channel.GetBranchsExAsync(c);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsAsync()
- {
- return base.Channel.GetBranchsAsync();
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidExAsync(string guid, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetPowerMattersByBranchGuidExAsync(guid, c);
- }
-
- public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMattersByBranchGuidPagedResultExAsync(string guid, int itemIndex, int size, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetPowerMattersByBranchGuidPagedResultExAsync(guid, itemIndex, size, c);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAsync(string guid)
- {
- return base.Channel.GetPowerMattersByBranchGuidAsync(guid);
- }
-
- public System.Threading.Tasks.Task<PowerMatterServiceReference.PowerMattersDetail> GetPowerMattersDetailByRowIDExAsync(string rowID, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetPowerMattersDetailByRowIDExAsync(rowID, c);
- }
-
- public System.Threading.Tasks.Task<PowerMatterServiceReference.PowerMattersDetail> GetPowerMattersDetailByRowIDAsync(string rowID)
- {
- return base.Channel.GetPowerMattersDetailByRowIDAsync(rowID);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersExAsync(string guid, string ql_kind, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetPowerMattersExAsync(guid, ql_kind, c);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersAsync(string guid, string ql_kind)
- {
- return base.Channel.GetPowerMattersAsync(guid, ql_kind);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsByApplyTypeExAsync(int type, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetBranchsByApplyTypeExAsync(type, c);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsByApplyTypeAsync(int type)
- {
- return base.Channel.GetBranchsByApplyTypeAsync(type);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAndApplyTypeExAsync(string guid, int type, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetPowerMattersByBranchGuidAndApplyTypeExAsync(guid, type, c);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAndApplyTypeAsync(string guid, int type)
- {
- return base.Channel.GetPowerMattersByBranchGuidAndApplyTypeAsync(guid, type);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> SearchByQLNameExAsync(string ql_name, int itemIndex, int size, PowerMatterServiceReference.County c)
- {
- return base.Channel.SearchByQLNameExAsync(ql_name, itemIndex, size, c);
- }
-
- public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMatterBasesExAsync(int itemIndex, int size, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetPowerMatterBasesExAsync(itemIndex, size, c);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> SearchByQLNameAsync(string ql_name, int itemIndex, int size)
- {
- return base.Channel.SearchByQLNameAsync(ql_name, itemIndex, size);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetOnceRunBranchsExAsync(PowerMatterServiceReference.County c)
- {
- return base.Channel.GetOnceRunBranchsExAsync(c);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetOnceRunBranchsAsync()
- {
- return base.Channel.GetOnceRunBranchsAsync();
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetOnceRunPowerMattersByBranchGuidExAsync(string guid, PowerMatterServiceReference.County c)
- {
- return base.Channel.GetOnceRunPowerMattersByBranchGuidExAsync(guid, c);
- }
-
- public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetOnceRunPowerMattersByBranchGuidAsync(string guid)
- {
- return base.Channel.GetOnceRunPowerMattersByBranchGuidAsync(guid);
- }
-
- public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> SearchByKeyPagedResultExAsync(string key, int itemIndex, int size, PowerMatterServiceReference.County c)
- {
- return base.Channel.SearchByKeyPagedResultExAsync(key, itemIndex, size, c);
- }
-
- public virtual System.Threading.Tasks.Task OpenAsync()
- {
- return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action<System.IAsyncResult>(((System.ServiceModel.ICommunicationObject)(this)).EndOpen));
- }
-
- public virtual System.Threading.Tasks.Task CloseAsync()
- {
- return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action<System.IAsyncResult>(((System.ServiceModel.ICommunicationObject)(this)).EndClose));
- }
-
- private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration)
- {
- if ((endpointConfiguration == EndpointConfiguration.BasicHttpBinding_IPowerMettersService))
- {
- System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding();
- result.MaxBufferSize = int.MaxValue;
- result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max;
- result.MaxReceivedMessageSize = int.MaxValue;
- result.AllowCookies = true;
- return result;
- }
- throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
- }
-
- private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration)
- {
- if ((endpointConfiguration == EndpointConfiguration.BasicHttpBinding_IPowerMettersService))
- {
- return new System.ServiceModel.EndpointAddress("http://127.0.0.1:12351/");
- }
- throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
- }
-
- private static System.ServiceModel.Channels.Binding GetDefaultBinding()
- {
- return PowerMettersServiceClient.GetBindingForEndpoint(EndpointConfiguration.BasicHttpBinding_IPowerMettersService);
- }
-
- private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
- {
- return PowerMettersServiceClient.GetEndpointAddress(EndpointConfiguration.BasicHttpBinding_IPowerMettersService);
- }
-
- public enum EndpointConfiguration
- {
-
- BasicHttpBinding_IPowerMettersService,
- }
- }
- }
|