//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.19118 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace QMAPP.ServicesAgent.LoginService { 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="LoginInfo", Namespace="http://schemas.datacontract.org/2004/07/QMAPP.Entity.Sys")] [System.SerializableAttribute()] public partial class LoginInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string EmployeeNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LoginUserIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string OrganIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private QMAPP.ServicesAgent.LoginService.UserOrgaization[] OrgasField; [System.Runtime.Serialization.OptionalFieldAttribute()] private QMAPP.ServicesAgent.LoginService.ParaAuthorityPort[] PapsField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PassWordField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string[] PowersField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ServiceSessionIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserDesField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserNameField; [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 EmployeeNo { get { return this.EmployeeNoField; } set { if ((object.ReferenceEquals(this.EmployeeNoField, value) != true)) { this.EmployeeNoField = value; this.RaisePropertyChanged("EmployeeNo"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LoginUserID { get { return this.LoginUserIDField; } set { if ((object.ReferenceEquals(this.LoginUserIDField, value) != true)) { this.LoginUserIDField = value; this.RaisePropertyChanged("LoginUserID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string OrganID { get { return this.OrganIDField; } set { if ((object.ReferenceEquals(this.OrganIDField, value) != true)) { this.OrganIDField = value; this.RaisePropertyChanged("OrganID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public QMAPP.ServicesAgent.LoginService.UserOrgaization[] Orgas { get { return this.OrgasField; } set { if ((object.ReferenceEquals(this.OrgasField, value) != true)) { this.OrgasField = value; this.RaisePropertyChanged("Orgas"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public QMAPP.ServicesAgent.LoginService.ParaAuthorityPort[] Paps { get { return this.PapsField; } set { if ((object.ReferenceEquals(this.PapsField, value) != true)) { this.PapsField = value; this.RaisePropertyChanged("Paps"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PassWord { get { return this.PassWordField; } set { if ((object.ReferenceEquals(this.PassWordField, value) != true)) { this.PassWordField = value; this.RaisePropertyChanged("PassWord"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string[] Powers { get { return this.PowersField; } set { if ((object.ReferenceEquals(this.PowersField, value) != true)) { this.PowersField = value; this.RaisePropertyChanged("Powers"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ServiceSessionID { get { return this.ServiceSessionIDField; } set { if ((object.ReferenceEquals(this.ServiceSessionIDField, value) != true)) { this.ServiceSessionIDField = value; this.RaisePropertyChanged("ServiceSessionID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UserDes { get { return this.UserDesField; } set { if ((object.ReferenceEquals(this.UserDesField, value) != true)) { this.UserDesField = value; this.RaisePropertyChanged("UserDes"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UserID { get { return this.UserIDField; } set { if ((object.ReferenceEquals(this.UserIDField, value) != true)) { this.UserIDField = value; this.RaisePropertyChanged("UserID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UserName { get { return this.UserNameField; } set { if ((object.ReferenceEquals(this.UserNameField, value) != true)) { this.UserNameField = value; this.RaisePropertyChanged("UserName"); } } } 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="UserOrgaization", Namespace="http://schemas.datacontract.org/2004/07/QMAPP.Entity.Sys")] [System.SerializableAttribute()] public partial class UserOrgaization : QMAPP.ServicesAgent.LoginService.BaseEntity { private System.DateTime CreateTimek__BackingFieldField; private string CreateUserk__BackingFieldField; private string IsMainOgrak__BackingFieldField; private string OrgaDESCk__BackingFieldField; private string OrgaIDk__BackingFieldField; private QMAPP.ServicesAgent.LoginService.UserOrgaization[] Orgask__BackingFieldField; private System.DateTime UpdateTimek__BackingFieldField; private string UpdateUserk__BackingFieldField; private string UserIDk__BackingFieldField; private string UserNamek__BackingFieldField; [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public System.DateTime CreateTimek__BackingField { get { return this.CreateTimek__BackingFieldField; } set { if ((this.CreateTimek__BackingFieldField.Equals(value) != true)) { this.CreateTimek__BackingFieldField = value; this.RaisePropertyChanged("CreateTimek__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string CreateUserk__BackingField { get { return this.CreateUserk__BackingFieldField; } set { if ((object.ReferenceEquals(this.CreateUserk__BackingFieldField, value) != true)) { this.CreateUserk__BackingFieldField = value; this.RaisePropertyChanged("CreateUserk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string IsMainOgrak__BackingField { get { return this.IsMainOgrak__BackingFieldField; } set { if ((object.ReferenceEquals(this.IsMainOgrak__BackingFieldField, value) != true)) { this.IsMainOgrak__BackingFieldField = value; this.RaisePropertyChanged("IsMainOgrak__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string OrgaDESCk__BackingField { get { return this.OrgaDESCk__BackingFieldField; } set { if ((object.ReferenceEquals(this.OrgaDESCk__BackingFieldField, value) != true)) { this.OrgaDESCk__BackingFieldField = value; this.RaisePropertyChanged("OrgaDESCk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string OrgaIDk__BackingField { get { return this.OrgaIDk__BackingFieldField; } set { if ((object.ReferenceEquals(this.OrgaIDk__BackingFieldField, value) != true)) { this.OrgaIDk__BackingFieldField = value; this.RaisePropertyChanged("OrgaIDk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public QMAPP.ServicesAgent.LoginService.UserOrgaization[] Orgask__BackingField { get { return this.Orgask__BackingFieldField; } set { if ((object.ReferenceEquals(this.Orgask__BackingFieldField, value) != true)) { this.Orgask__BackingFieldField = value; this.RaisePropertyChanged("Orgask__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public System.DateTime UpdateTimek__BackingField { get { return this.UpdateTimek__BackingFieldField; } set { if ((this.UpdateTimek__BackingFieldField.Equals(value) != true)) { this.UpdateTimek__BackingFieldField = value; this.RaisePropertyChanged("UpdateTimek__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string UpdateUserk__BackingField { get { return this.UpdateUserk__BackingFieldField; } set { if ((object.ReferenceEquals(this.UpdateUserk__BackingFieldField, value) != true)) { this.UpdateUserk__BackingFieldField = value; this.RaisePropertyChanged("UpdateUserk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string UserIDk__BackingField { get { return this.UserIDk__BackingFieldField; } set { if ((object.ReferenceEquals(this.UserIDk__BackingFieldField, value) != true)) { this.UserIDk__BackingFieldField = value; this.RaisePropertyChanged("UserIDk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string UserNamek__BackingField { get { return this.UserNamek__BackingFieldField; } set { if ((object.ReferenceEquals(this.UserNamek__BackingFieldField, value) != true)) { this.UserNamek__BackingFieldField = value; this.RaisePropertyChanged("UserNamek__BackingField"); } } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="ParaAuthorityPort", Namespace="http://schemas.datacontract.org/2004/07/QMAPP.Entity.Sys")] [System.SerializableAttribute()] public partial class ParaAuthorityPort : QMAPP.ServicesAgent.LoginService.BaseEntity { private System.DateTime CREATEDATEk__BackingFieldField; private string CREATEUSERk__BackingFieldField; private string PARATYPEk__BackingFieldField; private string PARAVALUEk__BackingFieldField; private string PIDk__BackingFieldField; private string RELATIONIDk__BackingFieldField; private System.DateTime UPDATEDATEk__BackingFieldField; private string UPDATEUSERk__BackingFieldField; [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public System.DateTime CREATEDATEk__BackingField { get { return this.CREATEDATEk__BackingFieldField; } set { if ((this.CREATEDATEk__BackingFieldField.Equals(value) != true)) { this.CREATEDATEk__BackingFieldField = value; this.RaisePropertyChanged("CREATEDATEk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string CREATEUSERk__BackingField { get { return this.CREATEUSERk__BackingFieldField; } set { if ((object.ReferenceEquals(this.CREATEUSERk__BackingFieldField, value) != true)) { this.CREATEUSERk__BackingFieldField = value; this.RaisePropertyChanged("CREATEUSERk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string PARATYPEk__BackingField { get { return this.PARATYPEk__BackingFieldField; } set { if ((object.ReferenceEquals(this.PARATYPEk__BackingFieldField, value) != true)) { this.PARATYPEk__BackingFieldField = value; this.RaisePropertyChanged("PARATYPEk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string PARAVALUEk__BackingField { get { return this.PARAVALUEk__BackingFieldField; } set { if ((object.ReferenceEquals(this.PARAVALUEk__BackingFieldField, value) != true)) { this.PARAVALUEk__BackingFieldField = value; this.RaisePropertyChanged("PARAVALUEk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string PIDk__BackingField { get { return this.PIDk__BackingFieldField; } set { if ((object.ReferenceEquals(this.PIDk__BackingFieldField, value) != true)) { this.PIDk__BackingFieldField = value; this.RaisePropertyChanged("PIDk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string RELATIONIDk__BackingField { get { return this.RELATIONIDk__BackingFieldField; } set { if ((object.ReferenceEquals(this.RELATIONIDk__BackingFieldField, value) != true)) { this.RELATIONIDk__BackingFieldField = value; this.RaisePropertyChanged("RELATIONIDk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public System.DateTime UPDATEDATEk__BackingField { get { return this.UPDATEDATEk__BackingFieldField; } set { if ((this.UPDATEDATEk__BackingFieldField.Equals(value) != true)) { this.UPDATEDATEk__BackingFieldField = value; this.RaisePropertyChanged("UPDATEDATEk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string UPDATEUSERk__BackingField { get { return this.UPDATEUSERk__BackingFieldField; } set { if ((object.ReferenceEquals(this.UPDATEUSERk__BackingFieldField, value) != true)) { this.UPDATEUSERk__BackingFieldField = value; this.RaisePropertyChanged("UPDATEUSERk__BackingField"); } } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="BaseEntity", Namespace="http://schemas.datacontract.org/2004/07/QMAPP.Entity")] [System.SerializableAttribute()] [System.Runtime.Serialization.KnownTypeAttribute(typeof(QMAPP.ServicesAgent.LoginService.ParaAuthorityPort))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(QMAPP.ServicesAgent.LoginService.UserOrgaization))] public partial class BaseEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private string InfoErrork__BackingFieldField; private bool IsNewInfok__BackingFieldField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string InfoErrork__BackingField { get { return this.InfoErrork__BackingFieldField; } set { if ((object.ReferenceEquals(this.InfoErrork__BackingFieldField, value) != true)) { this.InfoErrork__BackingFieldField = value; this.RaisePropertyChanged("InfoErrork__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public bool IsNewInfok__BackingField { get { return this.IsNewInfok__BackingFieldField; } set { if ((this.IsNewInfok__BackingFieldField.Equals(value) != true)) { this.IsNewInfok__BackingFieldField = value; this.RaisePropertyChanged("IsNewInfok__BackingField"); } } } 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="LoginService.ILoginService")] public interface ILoginService { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ILoginService/IsLogin", ReplyAction="http://tempuri.org/ILoginService/IsLoginResponse")] QMAPP.ServicesAgent.LoginService.LoginInfo IsLogin(QMAPP.ServicesAgent.LoginService.LoginInfo login, QMFrameWork.ServiceInterface.CredentialInfo c); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ILoginService/GetLoginInfo", ReplyAction="http://tempuri.org/ILoginService/GetLoginInfoResponse")] QMAPP.ServicesAgent.LoginService.LoginInfo GetLoginInfo(QMFrameWork.ServiceInterface.CredentialInfo c); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface ILoginServiceChannel : QMAPP.ServicesAgent.LoginService.ILoginService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class LoginServiceClient : System.ServiceModel.ClientBase, QMAPP.ServicesAgent.LoginService.ILoginService { public LoginServiceClient() { } public LoginServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public LoginServiceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public LoginServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public LoginServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public QMAPP.ServicesAgent.LoginService.LoginInfo IsLogin(QMAPP.ServicesAgent.LoginService.LoginInfo login, QMFrameWork.ServiceInterface.CredentialInfo c) { return base.Channel.IsLogin(login, c); } public QMAPP.ServicesAgent.LoginService.LoginInfo GetLoginInfo(QMFrameWork.ServiceInterface.CredentialInfo c) { return base.Channel.GetLoginInfo(c); } } }