184 lines
14 KiB
C#
184 lines
14 KiB
C#
|
|
//------------------------------------------------------------------------------
|
|||
|
|
// <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 BeWo.ServiceProxy
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
|
|||
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|||
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="BeWo.ServiceProxy.IValueListService")]
|
|||
|
|
public interface IValueListService
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/DeactivateValueListEntries", ReplyAction="http://tempuri.org/IValueListService/DeactivateValueListEntriesResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/DeactivateValueListEntriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
void DeactivateValueListEntries(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/DeactivateValueListEntry", ReplyAction="http://tempuri.org/IValueListService/DeactivateValueListEntryResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/DeactivateValueListEntryBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
void DeactivateValueListEntry(long pOid, long pVersion);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/DeleteValueListEntries", ReplyAction="http://tempuri.org/IValueListService/DeleteValueListEntriesResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/DeleteValueListEntriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
void DeleteValueListEntries(System.Collections.Generic.Dictionary<long, long> pOid2Version);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/DeleteValueListEntry", ReplyAction="http://tempuri.org/IValueListService/DeleteValueListEntryResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/DeleteValueListEntryBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
void DeleteValueListEntry(long pOid, long pVersion);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/GetAllValueListEntrysByType", ReplyAction="http://tempuri.org/IValueListService/GetAllValueListEntrysByTypeResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/GetAllValueListEntrysByTypeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetAllValueListEntrysByType(BS.Shared.ValueListEntryType pType);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/GetAllValueListEntrysByTypes", ReplyAction="http://tempuri.org/IValueListService/GetAllValueListEntrysByTypesResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/GetAllValueListEntrysByTypesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetAllValueListEntrysByTypes(System.Collections.Generic.List<BS.Shared.ValueListEntryType> pTypes);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/InsertNewValueListEntries", ReplyAction="http://tempuri.org/IValueListService/InsertNewValueListEntriesResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/InsertNewValueListEntriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
System.Collections.Generic.List<long> InsertNewValueListEntries(System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> pEntries);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/UpdateValueListEntries", ReplyAction="http://tempuri.org/IValueListService/UpdateValueListEntriesResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/UpdateValueListEntriesBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
void UpdateValueListEntries(System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> pEntries);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/GetAllValueListEntriesByOidForType", ReplyAction="http://tempuri.org/IValueListService/GetAllValueListEntriesByOidForTypeResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/GetAllValueListEntriesByOidForTypeBeWoFaultF" +
|
|||
|
|
"ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetAllValueListEntriesByOidForType(long pOid);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/InsertNewValueListEntry", ReplyAction="http://tempuri.org/IValueListService/InsertNewValueListEntryResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/InsertNewValueListEntryBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
BS.Shared.DataContracts.ValueListEntryDC InsertNewValueListEntry(BS.Shared.DataContracts.ValueListEntryDC pEntry);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/GetValueListEntryByOid", ReplyAction="http://tempuri.org/IValueListService/GetValueListEntryByOidResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/GetValueListEntryByOidBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
BS.Shared.DataContracts.ValueListEntryDC GetValueListEntryByOid(long pOid);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/InsertAndLoadNewValueListEntries", ReplyAction="http://tempuri.org/IValueListService/InsertAndLoadNewValueListEntriesResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/InsertAndLoadNewValueListEntriesBeWoFaultFau" +
|
|||
|
|
"lt", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> InsertAndLoadNewValueListEntries(System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> pEntries);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/GetValueListEntriesByOids", ReplyAction="http://tempuri.org/IValueListService/GetValueListEntriesByOidsResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/GetValueListEntriesByOidsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetValueListEntriesByOids(System.Collections.Generic.List<long> oids);
|
|||
|
|
|
|||
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IValueListService/GetGoalCategoriesByOids", ReplyAction="http://tempuri.org/IValueListService/GetGoalCategoriesByOidsResponse")]
|
|||
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IValueListService/GetGoalCategoriesByOidsBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|||
|
|
System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetGoalCategoriesByOids(System.Collections.Generic.List<long> oids);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|||
|
|
public interface IValueListServiceChannel : BeWo.ServiceProxy.IValueListService, System.ServiceModel.IClientChannel
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|||
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|||
|
|
public partial class ValueListServiceClient : System.ServiceModel.ClientBase<BeWo.ServiceProxy.IValueListService>, BeWo.ServiceProxy.IValueListService
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
public ValueListServiceClient()
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public ValueListServiceClient(string endpointConfigurationName) :
|
|||
|
|
base(endpointConfigurationName)
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public ValueListServiceClient(string endpointConfigurationName, string remoteAddress) :
|
|||
|
|
base(endpointConfigurationName, remoteAddress)
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public ValueListServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|||
|
|
base(endpointConfigurationName, remoteAddress)
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public ValueListServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|||
|
|
base(binding, remoteAddress)
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void DeactivateValueListEntries(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|||
|
|
{
|
|||
|
|
base.Channel.DeactivateValueListEntries(pOid2Version);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void DeactivateValueListEntry(long pOid, long pVersion)
|
|||
|
|
{
|
|||
|
|
base.Channel.DeactivateValueListEntry(pOid, pVersion);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void DeleteValueListEntries(System.Collections.Generic.Dictionary<long, long> pOid2Version)
|
|||
|
|
{
|
|||
|
|
base.Channel.DeleteValueListEntries(pOid2Version);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void DeleteValueListEntry(long pOid, long pVersion)
|
|||
|
|
{
|
|||
|
|
base.Channel.DeleteValueListEntry(pOid, pVersion);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetAllValueListEntrysByType(BS.Shared.ValueListEntryType pType)
|
|||
|
|
{
|
|||
|
|
return base.Channel.GetAllValueListEntrysByType(pType);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetAllValueListEntrysByTypes(System.Collections.Generic.List<BS.Shared.ValueListEntryType> pTypes)
|
|||
|
|
{
|
|||
|
|
return base.Channel.GetAllValueListEntrysByTypes(pTypes);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public System.Collections.Generic.List<long> InsertNewValueListEntries(System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> pEntries)
|
|||
|
|
{
|
|||
|
|
return base.Channel.InsertNewValueListEntries(pEntries);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void UpdateValueListEntries(System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> pEntries)
|
|||
|
|
{
|
|||
|
|
base.Channel.UpdateValueListEntries(pEntries);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetAllValueListEntriesByOidForType(long pOid)
|
|||
|
|
{
|
|||
|
|
return base.Channel.GetAllValueListEntriesByOidForType(pOid);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public BS.Shared.DataContracts.ValueListEntryDC InsertNewValueListEntry(BS.Shared.DataContracts.ValueListEntryDC pEntry)
|
|||
|
|
{
|
|||
|
|
return base.Channel.InsertNewValueListEntry(pEntry);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public BS.Shared.DataContracts.ValueListEntryDC GetValueListEntryByOid(long pOid)
|
|||
|
|
{
|
|||
|
|
return base.Channel.GetValueListEntryByOid(pOid);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> InsertAndLoadNewValueListEntries(System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> pEntries)
|
|||
|
|
{
|
|||
|
|
return base.Channel.InsertAndLoadNewValueListEntries(pEntries);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetValueListEntriesByOids(System.Collections.Generic.List<long> oids)
|
|||
|
|
{
|
|||
|
|
return base.Channel.GetValueListEntriesByOids(oids);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public System.Collections.Generic.List<BS.Shared.DataContracts.ValueListEntryDC> GetGoalCategoriesByOids(System.Collections.Generic.List<long> oids)
|
|||
|
|
{
|
|||
|
|
return base.Channel.GetGoalCategoriesByOids(oids);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|