2021-11-22 15:50:34 +01:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
|
|
|
|
// Laufzeitversion:4.0.30319.42000
|
|
|
|
|
|
//
|
|
|
|
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
|
|
|
|
// der Code erneut generiert wird.
|
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
namespace BeWoLauncher.ServiceProxy
|
|
|
|
|
|
{
|
|
|
|
|
|
using System.Runtime.Serialization;
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
2022-12-28 16:36:59 +01:00
|
|
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public partial class BeWoFault : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
|
|
|
|
|
|
{
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
private BeWoLauncher.ServiceProxy.BeWoFaultType FaultTypeField;
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
private string InnerExceptionMessageField;
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
private string InnerExceptionStackTraceField;
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
private string MessageField;
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
private string StackTraceField;
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
|
|
|
|
{
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return this.extensionDataField;
|
|
|
|
|
|
}
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
this.extensionDataField = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
|
|
|
|
public BeWoLauncher.ServiceProxy.BeWoFaultType FaultType
|
|
|
|
|
|
{
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return this.FaultTypeField;
|
|
|
|
|
|
}
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
if ((this.FaultTypeField.Equals(value) != true))
|
|
|
|
|
|
{
|
|
|
|
|
|
this.FaultTypeField = value;
|
|
|
|
|
|
this.RaisePropertyChanged("FaultType");
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
|
|
|
|
public string InnerExceptionMessage
|
|
|
|
|
|
{
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return this.InnerExceptionMessageField;
|
|
|
|
|
|
}
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
if ((object.ReferenceEquals(this.InnerExceptionMessageField, value) != true))
|
|
|
|
|
|
{
|
|
|
|
|
|
this.InnerExceptionMessageField = value;
|
|
|
|
|
|
this.RaisePropertyChanged("InnerExceptionMessage");
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
|
|
|
|
public string InnerExceptionStackTrace
|
|
|
|
|
|
{
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return this.InnerExceptionStackTraceField;
|
|
|
|
|
|
}
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
if ((object.ReferenceEquals(this.InnerExceptionStackTraceField, value) != true))
|
|
|
|
|
|
{
|
|
|
|
|
|
this.InnerExceptionStackTraceField = value;
|
|
|
|
|
|
this.RaisePropertyChanged("InnerExceptionStackTrace");
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
|
|
|
|
public string Message
|
|
|
|
|
|
{
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return this.MessageField;
|
|
|
|
|
|
}
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
if ((object.ReferenceEquals(this.MessageField, value) != true))
|
|
|
|
|
|
{
|
|
|
|
|
|
this.MessageField = value;
|
|
|
|
|
|
this.RaisePropertyChanged("Message");
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
|
|
|
|
public string StackTrace
|
|
|
|
|
|
{
|
|
|
|
|
|
get
|
|
|
|
|
|
{
|
|
|
|
|
|
return this.StackTraceField;
|
|
|
|
|
|
}
|
|
|
|
|
|
set
|
|
|
|
|
|
{
|
|
|
|
|
|
if ((object.ReferenceEquals(this.StackTraceField, value) != true))
|
|
|
|
|
|
{
|
|
|
|
|
|
this.StackTraceField = value;
|
|
|
|
|
|
this.RaisePropertyChanged("StackTrace");
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
protected void RaisePropertyChanged(string propertyName)
|
|
|
|
|
|
{
|
|
|
|
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
|
|
|
|
if ((propertyChanged != null))
|
|
|
|
|
|
{
|
|
|
|
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
2022-12-28 16:36:59 +01:00
|
|
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "BeWoFaultType", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public enum BeWoFaultType : int
|
|
|
|
|
|
{
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
|
|
|
|
Unknown = 0,
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
|
|
|
|
Concurrency = 1,
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
|
|
|
|
DeleteNotPossible = 2,
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
|
|
|
|
LoginNameTaken = 3,
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
|
|
|
|
CustomWithoutDetails = 4,
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
2022-12-28 16:36:59 +01:00
|
|
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName = "BeWoLauncher.ServiceProxy.ILauncherService")]
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public interface ILauncherService
|
|
|
|
|
|
{
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/ILauncherService/IsUserValid", ReplyAction = "http://tempuri.org/ILauncherService/IsUserValidResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/ILauncherService/IsUserValidBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2022-03-09 16:29:00 +01:00
|
|
|
|
BS.SharedLauncher.Enums.UserValidationResult IsUserValid(string pUserName, string pPassword, string pPIN, string clientId, bool checkTenant);
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/ILauncherService/ResetTenant", ReplyAction = "http://tempuri.org/ILauncherService/ResetTenantResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/ILauncherService/ResetTenantBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2021-11-22 15:50:34 +01:00
|
|
|
|
void ResetTenant(string tenant);
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/ILauncherService/ResetAllTenant", ReplyAction = "http://tempuri.org/ILauncherService/ResetAllTenantResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/ILauncherService/ResetAllTenantBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2021-11-22 15:50:34 +01:00
|
|
|
|
void ResetAllTenant();
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/ILauncherService/GetEmailForUserName", ReplyAction = "http://tempuri.org/ILauncherService/GetEmailForUserNameResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/ILauncherService/GetEmailForUserNameBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2021-11-22 15:50:34 +01:00
|
|
|
|
bool GetEmailForUserName(out string email, string pUserName, System.Uri serverName);
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/ILauncherService/CheckPassword", ReplyAction = "http://tempuri.org/ILauncherService/CheckPasswordResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/ILauncherService/CheckPasswordBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2022-03-09 16:29:00 +01:00
|
|
|
|
BS.SharedLauncher.Enums.PasswordValidationResult CheckPassword(long userOid, string pOldPassword, string pNewPassword);
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/ILauncherService/CheckPassword2", ReplyAction = "http://tempuri.org/ILauncherService/CheckPassword2Response")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/ILauncherService/CheckPassword2BeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2022-03-09 16:29:00 +01:00
|
|
|
|
BS.SharedLauncher.Enums.PasswordValidationResult CheckPassword2(string username, string pOldPassword, string pNewPassword);
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/ILauncherService/ChangePassword", ReplyAction = "http://tempuri.org/ILauncherService/ChangePasswordResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/ILauncherService/ChangePasswordBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2021-11-22 15:50:34 +01:00
|
|
|
|
long ChangePassword(string pUserName, string pOldPassword, string pNewPassword);
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/ILauncherService/ResetPasswordInfo", ReplyAction = "http://tempuri.org/ILauncherService/ResetPasswordInfoResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/ILauncherService/ResetPasswordInfoBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2021-11-22 15:50:34 +01:00
|
|
|
|
void ResetPasswordInfo(string pUserName, string pPassword);
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
|
|
|
public interface ILauncherServiceChannel : BeWoLauncher.ServiceProxy.ILauncherService, System.ServiceModel.IClientChannel
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
|
|
|
public partial class LauncherServiceClient : System.ServiceModel.ClientBase<BeWoLauncher.ServiceProxy.ILauncherService>, BeWoLauncher.ServiceProxy.ILauncherService
|
|
|
|
|
|
{
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public LauncherServiceClient()
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public LauncherServiceClient(string endpointConfigurationName) :
|
2021-11-22 15:50:34 +01:00
|
|
|
|
base(endpointConfigurationName)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public LauncherServiceClient(string endpointConfigurationName, string remoteAddress) :
|
2021-11-22 15:50:34 +01:00
|
|
|
|
base(endpointConfigurationName, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public LauncherServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
2021-11-22 15:50:34 +01:00
|
|
|
|
base(endpointConfigurationName, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public LauncherServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
2021-11-22 15:50:34 +01:00
|
|
|
|
base(binding, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2022-03-09 16:29:00 +01:00
|
|
|
|
public BS.SharedLauncher.Enums.UserValidationResult IsUserValid(string pUserName, string pPassword, string pPIN, string clientId, bool checkTenant)
|
2021-11-22 15:50:34 +01:00
|
|
|
|
{
|
|
|
|
|
|
return base.Channel.IsUserValid(pUserName, pPassword, pPIN, clientId, checkTenant);
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public void ResetTenant(string tenant)
|
|
|
|
|
|
{
|
|
|
|
|
|
base.Channel.ResetTenant(tenant);
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public void ResetAllTenant()
|
|
|
|
|
|
{
|
|
|
|
|
|
base.Channel.ResetAllTenant();
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public bool GetEmailForUserName(out string email, string pUserName, System.Uri serverName)
|
|
|
|
|
|
{
|
|
|
|
|
|
return base.Channel.GetEmailForUserName(out email, pUserName, serverName);
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2022-03-09 16:29:00 +01:00
|
|
|
|
public BS.SharedLauncher.Enums.PasswordValidationResult CheckPassword(long userOid, string pOldPassword, string pNewPassword)
|
2021-11-22 15:50:34 +01:00
|
|
|
|
{
|
|
|
|
|
|
return base.Channel.CheckPassword(userOid, pOldPassword, pNewPassword);
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2022-03-09 16:29:00 +01:00
|
|
|
|
public BS.SharedLauncher.Enums.PasswordValidationResult CheckPassword2(string username, string pOldPassword, string pNewPassword)
|
2021-11-22 15:50:34 +01:00
|
|
|
|
{
|
|
|
|
|
|
return base.Channel.CheckPassword2(username, pOldPassword, pNewPassword);
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public long ChangePassword(string pUserName, string pOldPassword, string pNewPassword)
|
|
|
|
|
|
{
|
|
|
|
|
|
return base.Channel.ChangePassword(pUserName, pOldPassword, pNewPassword);
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public void ResetPasswordInfo(string pUserName, string pPassword)
|
|
|
|
|
|
{
|
|
|
|
|
|
base.Channel.ResetPasswordInfo(pUserName, pPassword);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
2022-12-28 16:36:59 +01:00
|
|
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName = "BeWoLauncher.ServiceProxy.IEnumTranslationService")]
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public interface IEnumTranslationService
|
|
|
|
|
|
{
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IEnumTranslationService/GetTranslation", ReplyAction = "http://tempuri.org/IEnumTranslationService/GetTranslationResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/IEnumTranslationService/GetTranslationBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
2021-11-22 15:50:34 +01:00
|
|
|
|
string GetTranslation(string e, short value);
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
|
|
|
public interface IEnumTranslationServiceChannel : BeWoLauncher.ServiceProxy.IEnumTranslationService, System.ServiceModel.IClientChannel
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
|
|
|
public partial class EnumTranslationServiceClient : System.ServiceModel.ClientBase<BeWoLauncher.ServiceProxy.IEnumTranslationService>, BeWoLauncher.ServiceProxy.IEnumTranslationService
|
|
|
|
|
|
{
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public EnumTranslationServiceClient()
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public EnumTranslationServiceClient(string endpointConfigurationName) :
|
2021-11-22 15:50:34 +01:00
|
|
|
|
base(endpointConfigurationName)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public EnumTranslationServiceClient(string endpointConfigurationName, string remoteAddress) :
|
2021-11-22 15:50:34 +01:00
|
|
|
|
base(endpointConfigurationName, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public EnumTranslationServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
2021-11-22 15:50:34 +01:00
|
|
|
|
base(endpointConfigurationName, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public EnumTranslationServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
2021-11-22 15:50:34 +01:00
|
|
|
|
base(binding, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2021-11-22 15:50:34 +01:00
|
|
|
|
public string GetTranslation(string e, short value)
|
|
|
|
|
|
{
|
|
|
|
|
|
return base.Channel.GetTranslation(e, value);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2022-03-02 14:45:33 +01:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
2022-12-28 16:36:59 +01:00
|
|
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName = "BeWoLauncher.ServiceProxy.IDownloadBeWoService")]
|
2022-03-02 14:45:33 +01:00
|
|
|
|
public interface IDownloadBeWoService
|
|
|
|
|
|
{
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IDownloadBeWoService/Download2", ReplyAction = "http://tempuri.org/IDownloadBeWoService/Download2Response")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/IDownloadBeWoService/Download2BeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
|
|
|
|
|
BS.SharedLauncher.DataContract.UpdateFileResponse Download2(BS.SharedLauncher.DataContract.UpdatePlanRequest request);
|
|
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IDownloadBeWoService/DownloadInfo", ReplyAction = "http://tempuri.org/IDownloadBeWoService/DownloadInfoResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/IDownloadBeWoService/DownloadInfoBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
|
|
|
|
|
BS.SharedLauncher.DataContract.UpdatePlanResponse DownloadInfo(BS.SharedLauncher.DataContract.UpdatePlanRequest request);
|
|
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IDownloadBeWoService/GetUpdatePlan", ReplyAction = "http://tempuri.org/IDownloadBeWoService/GetUpdatePlanResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/IDownloadBeWoService/GetUpdatePlanBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
|
|
|
|
|
BS.SharedLauncher.DataContract.UpdatePlanResponse GetUpdatePlan(BS.SharedLauncher.DataContract.UpdatePlanRequest request);
|
|
|
|
|
|
|
|
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IDownloadBeWoService/GetUpdateFile", ReplyAction = "http://tempuri.org/IDownloadBeWoService/GetUpdateFileResponse")]
|
|
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BeWoLauncher.ServiceProxy.BeWoFault), Action = "http://tempuri.org/IDownloadBeWoService/GetUpdateFileBeWoFaultFault", Name = "BeWoFault", Namespace = "http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
|
|
|
|
|
|
BS.SharedLauncher.DataContract.UpdateFileResponse GetUpdateFile(BS.SharedLauncher.DataContract.UpdateFileRequest request);
|
2022-03-02 14:45:33 +01:00
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2022-03-02 14:45:33 +01:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
|
|
|
public interface IDownloadBeWoServiceChannel : BeWoLauncher.ServiceProxy.IDownloadBeWoService, System.ServiceModel.IClientChannel
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2022-03-02 14:45:33 +01:00
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
|
|
|
public partial class DownloadBeWoServiceClient : System.ServiceModel.ClientBase<BeWoLauncher.ServiceProxy.IDownloadBeWoService>, BeWoLauncher.ServiceProxy.IDownloadBeWoService
|
|
|
|
|
|
{
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
2022-03-02 14:45:33 +01:00
|
|
|
|
public DownloadBeWoServiceClient()
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public DownloadBeWoServiceClient(string endpointConfigurationName) :
|
2022-03-02 14:45:33 +01:00
|
|
|
|
base(endpointConfigurationName)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public DownloadBeWoServiceClient(string endpointConfigurationName, string remoteAddress) :
|
2022-03-02 14:45:33 +01:00
|
|
|
|
base(endpointConfigurationName, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public DownloadBeWoServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
2022-03-02 14:45:33 +01:00
|
|
|
|
base(endpointConfigurationName, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public DownloadBeWoServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
2022-03-02 14:45:33 +01:00
|
|
|
|
base(binding, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public BS.SharedLauncher.DataContract.UpdateFileResponse Download2(BS.SharedLauncher.DataContract.UpdatePlanRequest request)
|
2022-03-02 14:45:33 +01:00
|
|
|
|
{
|
2022-03-09 16:29:00 +01:00
|
|
|
|
return base.Channel.Download2(request);
|
2022-03-02 14:45:33 +01:00
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public BS.SharedLauncher.DataContract.UpdatePlanResponse DownloadInfo(BS.SharedLauncher.DataContract.UpdatePlanRequest request)
|
2022-09-14 10:57:51 +02:00
|
|
|
|
{
|
|
|
|
|
|
return base.Channel.DownloadInfo(request);
|
|
|
|
|
|
}
|
2022-12-28 16:36:59 +01:00
|
|
|
|
|
|
|
|
|
|
public BS.SharedLauncher.DataContract.UpdatePlanResponse GetUpdatePlan(BS.SharedLauncher.DataContract.UpdatePlanRequest request)
|
|
|
|
|
|
{
|
|
|
|
|
|
return base.Channel.GetUpdatePlan(request);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public BS.SharedLauncher.DataContract.UpdateFileResponse GetUpdateFile(BS.SharedLauncher.DataContract.UpdateFileRequest request)
|
|
|
|
|
|
{
|
|
|
|
|
|
return base.Channel.GetUpdateFile(request);
|
|
|
|
|
|
}
|
2022-03-02 14:45:33 +01:00
|
|
|
|
}
|
2021-11-22 15:50:34 +01:00
|
|
|
|
}
|