Files
mapo-iob-libs/EgwProxy.Icoel/Connected Services/SizerService/Reference.cs
T
Samuele Locatelli a2171e643d Aggiunta proxy iniziale:
- FTP
- Gomba
- Icoel
- MultiCcn
- OSAI
- SqlDB
2024-12-23 09:01:29 +01:00

4636 lines
232 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace EgwProxy.Icoel.SizerService {
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="ServiceVersion", Namespace="http://schemas.datacontract.org/2004/07/Compac.Services.Core")]
[System.SerializableAttribute()]
public partial class ServiceVersion : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Version InterfaceVersionField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ProviderNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ProviderVersionField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Version InterfaceVersion {
get {
return this.InterfaceVersionField;
}
set {
if ((object.ReferenceEquals(this.InterfaceVersionField, value) != true)) {
this.InterfaceVersionField = value;
this.RaisePropertyChanged("InterfaceVersion");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string ProviderName {
get {
return this.ProviderNameField;
}
set {
if ((object.ReferenceEquals(this.ProviderNameField, value) != true)) {
this.ProviderNameField = value;
this.RaisePropertyChanged("ProviderName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string ProviderVersion {
get {
return this.ProviderVersionField;
}
set {
if ((object.ReferenceEquals(this.ProviderVersionField, value) != true)) {
this.ProviderVersionField = value;
this.RaisePropertyChanged("ProviderVersion");
}
}
}
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="Batch", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Batch : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private bool AvoidLayoutChangeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private bool AvoidSavingOldLayoutsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string[] CommentsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime EndTimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string GrowerCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int IdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private bool IsFinalizedField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.LaneGroup[] LaneGroupsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Guid LayoutIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string LayoutNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private bool OverrideLayoutConflictsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SampleNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SizingProfileNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime StartTimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TotallingVarietyField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TotallingVarietyCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Guid VarietyIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VarietyNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int VisionMapField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public bool AvoidLayoutChange {
get {
return this.AvoidLayoutChangeField;
}
set {
if ((this.AvoidLayoutChangeField.Equals(value) != true)) {
this.AvoidLayoutChangeField = value;
this.RaisePropertyChanged("AvoidLayoutChange");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public bool AvoidSavingOldLayouts {
get {
return this.AvoidSavingOldLayoutsField;
}
set {
if ((this.AvoidSavingOldLayoutsField.Equals(value) != true)) {
this.AvoidSavingOldLayoutsField = value;
this.RaisePropertyChanged("AvoidSavingOldLayouts");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string[] Comments {
get {
return this.CommentsField;
}
set {
if ((object.ReferenceEquals(this.CommentsField, value) != true)) {
this.CommentsField = value;
this.RaisePropertyChanged("Comments");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime EndTime {
get {
return this.EndTimeField;
}
set {
if ((this.EndTimeField.Equals(value) != true)) {
this.EndTimeField = value;
this.RaisePropertyChanged("EndTime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string GrowerCode {
get {
return this.GrowerCodeField;
}
set {
if ((object.ReferenceEquals(this.GrowerCodeField, value) != true)) {
this.GrowerCodeField = value;
this.RaisePropertyChanged("GrowerCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int Id {
get {
return this.IdField;
}
set {
if ((this.IdField.Equals(value) != true)) {
this.IdField = value;
this.RaisePropertyChanged("Id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public bool IsFinalized {
get {
return this.IsFinalizedField;
}
set {
if ((this.IsFinalizedField.Equals(value) != true)) {
this.IsFinalizedField = value;
this.RaisePropertyChanged("IsFinalized");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.LaneGroup[] LaneGroups {
get {
return this.LaneGroupsField;
}
set {
if ((object.ReferenceEquals(this.LaneGroupsField, value) != true)) {
this.LaneGroupsField = value;
this.RaisePropertyChanged("LaneGroups");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Guid LayoutId {
get {
return this.LayoutIdField;
}
set {
if ((this.LayoutIdField.Equals(value) != true)) {
this.LayoutIdField = value;
this.RaisePropertyChanged("LayoutId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string LayoutName {
get {
return this.LayoutNameField;
}
set {
if ((object.ReferenceEquals(this.LayoutNameField, value) != true)) {
this.LayoutNameField = value;
this.RaisePropertyChanged("LayoutName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public bool OverrideLayoutConflicts {
get {
return this.OverrideLayoutConflictsField;
}
set {
if ((this.OverrideLayoutConflictsField.Equals(value) != true)) {
this.OverrideLayoutConflictsField = value;
this.RaisePropertyChanged("OverrideLayoutConflicts");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string SampleName {
get {
return this.SampleNameField;
}
set {
if ((object.ReferenceEquals(this.SampleNameField, value) != true)) {
this.SampleNameField = value;
this.RaisePropertyChanged("SampleName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string SizingProfileName {
get {
return this.SizingProfileNameField;
}
set {
if ((object.ReferenceEquals(this.SizingProfileNameField, value) != true)) {
this.SizingProfileNameField = value;
this.RaisePropertyChanged("SizingProfileName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime StartTime {
get {
return this.StartTimeField;
}
set {
if ((this.StartTimeField.Equals(value) != true)) {
this.StartTimeField = value;
this.RaisePropertyChanged("StartTime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string TotallingVariety {
get {
return this.TotallingVarietyField;
}
set {
if ((object.ReferenceEquals(this.TotallingVarietyField, value) != true)) {
this.TotallingVarietyField = value;
this.RaisePropertyChanged("TotallingVariety");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string TotallingVarietyCode {
get {
return this.TotallingVarietyCodeField;
}
set {
if ((object.ReferenceEquals(this.TotallingVarietyCodeField, value) != true)) {
this.TotallingVarietyCodeField = value;
this.RaisePropertyChanged("TotallingVarietyCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Guid VarietyId {
get {
return this.VarietyIdField;
}
set {
if ((this.VarietyIdField.Equals(value) != true)) {
this.VarietyIdField = value;
this.RaisePropertyChanged("VarietyId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string VarietyName {
get {
return this.VarietyNameField;
}
set {
if ((object.ReferenceEquals(this.VarietyNameField, value) != true)) {
this.VarietyNameField = value;
this.RaisePropertyChanged("VarietyName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int VisionMap {
get {
return this.VisionMapField;
}
set {
if ((this.VisionMapField.Equals(value) != true)) {
this.VisionMapField = value;
this.RaisePropertyChanged("VisionMap");
}
}
}
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="LaneGroup", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class LaneGroup : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int[] LanesField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int[] Lanes {
get {
return this.LanesField;
}
set {
if ((object.ReferenceEquals(this.LanesField, value) != true)) {
this.LanesField = value;
this.RaisePropertyChanged("Lanes");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
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="ArgumentFault", Namespace="http://Compac.Services.Core")]
[System.SerializableAttribute()]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.ServiceVersion))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.ServiceEvent))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Version))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(int[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(double[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(string[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, int>))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, int>[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<EgwProxy.Icoel.SizerService.Outlet, EgwProxy.Icoel.SizerService.Product>))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, string>))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Guid[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<int, int>))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Batch[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Batch))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.LaneGroup[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.LaneGroup))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Layout[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Layout))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Outlet))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Product))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Element[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Element))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Pack))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.PackBoxType))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.PackControl))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.PackingStyle))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.PackTargetFill))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.PackFillMode))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Product[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Variety))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Grade[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Grade))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Quality[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Quality))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.SizingMap[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.SizingMap))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.QualityGradePair[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.QualityGradePair))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Size[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Size))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Variety[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Pack[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Label[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Label))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Outlet[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.AlarmPriority))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Grower))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Grower[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.ElementSamplingConfiguration))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.SamplingMeasurementUnit))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.Ratio))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.RatioMeasurementUnit))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.ProductSamplingConfiguration))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.SamplingProgress[]))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.SamplingProgress))]
public partial class ArgumentFault : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string MessageField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private object ValueField;
[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 Message {
get {
return this.MessageField;
}
set {
if ((object.ReferenceEquals(this.MessageField, value) != true)) {
this.MessageField = value;
this.RaisePropertyChanged("Message");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public object Value {
get {
return this.ValueField;
}
set {
if ((object.ReferenceEquals(this.ValueField, value) != true)) {
this.ValueField = value;
this.RaisePropertyChanged("Value");
}
}
}
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="ServiceEvent", Namespace="http://schemas.datacontract.org/2004/07/Compac.Services.Core")]
[System.SerializableAttribute()]
public partial class ServiceEvent : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Collections.Generic.Dictionary<string, string> EventArgsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string EventNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime EventTimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int IdField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Collections.Generic.Dictionary<string, string> EventArgs {
get {
return this.EventArgsField;
}
set {
if ((object.ReferenceEquals(this.EventArgsField, value) != true)) {
this.EventArgsField = value;
this.RaisePropertyChanged("EventArgs");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string EventName {
get {
return this.EventNameField;
}
set {
if ((object.ReferenceEquals(this.EventNameField, value) != true)) {
this.EventNameField = value;
this.RaisePropertyChanged("EventName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime EventTime {
get {
return this.EventTimeField;
}
set {
if ((this.EventTimeField.Equals(value) != true)) {
this.EventTimeField = value;
this.RaisePropertyChanged("EventTime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int Id {
get {
return this.IdField;
}
set {
if ((this.IdField.Equals(value) != true)) {
this.IdField = value;
this.RaisePropertyChanged("Id");
}
}
}
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="Outlet", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Outlet : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Guid CurrentProductIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private double DeliveredFruitPerMinuteField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int IdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int LastDeliveredBatchIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int MaxRateSquareCMPerMinuteField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<System.Guid> PendingProductIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string StatusField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Guid CurrentProductId {
get {
return this.CurrentProductIdField;
}
set {
if ((this.CurrentProductIdField.Equals(value) != true)) {
this.CurrentProductIdField = value;
this.RaisePropertyChanged("CurrentProductId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public double DeliveredFruitPerMinute {
get {
return this.DeliveredFruitPerMinuteField;
}
set {
if ((this.DeliveredFruitPerMinuteField.Equals(value) != true)) {
this.DeliveredFruitPerMinuteField = value;
this.RaisePropertyChanged("DeliveredFruitPerMinute");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int Id {
get {
return this.IdField;
}
set {
if ((this.IdField.Equals(value) != true)) {
this.IdField = value;
this.RaisePropertyChanged("Id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int LastDeliveredBatchId {
get {
return this.LastDeliveredBatchIdField;
}
set {
if ((this.LastDeliveredBatchIdField.Equals(value) != true)) {
this.LastDeliveredBatchIdField = value;
this.RaisePropertyChanged("LastDeliveredBatchId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int MaxRateSquareCMPerMinute {
get {
return this.MaxRateSquareCMPerMinuteField;
}
set {
if ((this.MaxRateSquareCMPerMinuteField.Equals(value) != true)) {
this.MaxRateSquareCMPerMinuteField = value;
this.RaisePropertyChanged("MaxRateSquareCMPerMinute");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<System.Guid> PendingProductId {
get {
return this.PendingProductIdField;
}
set {
if ((this.PendingProductIdField.Equals(value) != true)) {
this.PendingProductIdField = value;
this.RaisePropertyChanged("PendingProductId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Status {
get {
return this.StatusField;
}
set {
if ((object.ReferenceEquals(this.StatusField, value) != true)) {
this.StatusField = value;
this.RaisePropertyChanged("Status");
}
}
}
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="Product", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Product : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DisplayNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.Element[] ElementsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Guid IdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.Pack PackField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SpecialInstructionsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.PackTargetFill TargetFillField;
[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 DisplayName {
get {
return this.DisplayNameField;
}
set {
if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) {
this.DisplayNameField = value;
this.RaisePropertyChanged("DisplayName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.Element[] Elements {
get {
return this.ElementsField;
}
set {
if ((object.ReferenceEquals(this.ElementsField, value) != true)) {
this.ElementsField = value;
this.RaisePropertyChanged("Elements");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Guid Id {
get {
return this.IdField;
}
set {
if ((this.IdField.Equals(value) != true)) {
this.IdField = value;
this.RaisePropertyChanged("Id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.Pack Pack {
get {
return this.PackField;
}
set {
if ((object.ReferenceEquals(this.PackField, value) != true)) {
this.PackField = value;
this.RaisePropertyChanged("Pack");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string SpecialInstructions {
get {
return this.SpecialInstructionsField;
}
set {
if ((object.ReferenceEquals(this.SpecialInstructionsField, value) != true)) {
this.SpecialInstructionsField = value;
this.RaisePropertyChanged("SpecialInstructions");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.PackTargetFill TargetFill {
get {
return this.TargetFillField;
}
set {
if ((object.ReferenceEquals(this.TargetFillField, value) != true)) {
this.TargetFillField = value;
this.RaisePropertyChanged("TargetFill");
}
}
}
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="Layout", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Layout : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Collections.Generic.Dictionary<EgwProxy.Icoel.SizerService.Outlet, EgwProxy.Icoel.SizerService.Product> AssignmentsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Guid IdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.Product[] ProductsField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Collections.Generic.Dictionary<EgwProxy.Icoel.SizerService.Outlet, EgwProxy.Icoel.SizerService.Product> Assignments {
get {
return this.AssignmentsField;
}
set {
if ((object.ReferenceEquals(this.AssignmentsField, value) != true)) {
this.AssignmentsField = value;
this.RaisePropertyChanged("Assignments");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Guid Id {
get {
return this.IdField;
}
set {
if ((this.IdField.Equals(value) != true)) {
this.IdField = value;
this.RaisePropertyChanged("Id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.Product[] Products {
get {
return this.ProductsField;
}
set {
if ((object.ReferenceEquals(this.ProductsField, value) != true)) {
this.ProductsField = value;
this.RaisePropertyChanged("Products");
}
}
}
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="Element", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Element : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string GradeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string LabelField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string QualityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SizeField;
[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 Grade {
get {
return this.GradeField;
}
set {
if ((object.ReferenceEquals(this.GradeField, value) != true)) {
this.GradeField = value;
this.RaisePropertyChanged("Grade");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Label {
get {
return this.LabelField;
}
set {
if ((object.ReferenceEquals(this.LabelField, value) != true)) {
this.LabelField = value;
this.RaisePropertyChanged("Label");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Quality {
get {
return this.QualityField;
}
set {
if ((object.ReferenceEquals(this.QualityField, value) != true)) {
this.QualityField = value;
this.RaisePropertyChanged("Quality");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Size {
get {
return this.SizeField;
}
set {
if ((object.ReferenceEquals(this.SizeField, value) != true)) {
this.SizeField = value;
this.RaisePropertyChanged("Size");
}
}
}
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="Pack", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Pack : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.PackBoxType BoxTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Guid IdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.PackControl PackControlField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.PackingStyle StyleField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.PackTargetFill TargetFillField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int UserCodeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.PackBoxType BoxType {
get {
return this.BoxTypeField;
}
set {
if ((object.ReferenceEquals(this.BoxTypeField, value) != true)) {
this.BoxTypeField = value;
this.RaisePropertyChanged("BoxType");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Guid Id {
get {
return this.IdField;
}
set {
if ((this.IdField.Equals(value) != true)) {
this.IdField = value;
this.RaisePropertyChanged("Id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.PackControl PackControl {
get {
return this.PackControlField;
}
set {
if ((object.ReferenceEquals(this.PackControlField, value) != true)) {
this.PackControlField = value;
this.RaisePropertyChanged("PackControl");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.PackingStyle Style {
get {
return this.StyleField;
}
set {
if ((object.ReferenceEquals(this.StyleField, value) != true)) {
this.StyleField = value;
this.RaisePropertyChanged("Style");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.PackTargetFill TargetFill {
get {
return this.TargetFillField;
}
set {
if ((object.ReferenceEquals(this.TargetFillField, value) != true)) {
this.TargetFillField = value;
this.RaisePropertyChanged("TargetFill");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int UserCode {
get {
return this.UserCodeField;
}
set {
if ((this.UserCodeField.Equals(value) != true)) {
this.UserCodeField = value;
this.RaisePropertyChanged("UserCode");
}
}
}
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="PackBoxType", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class PackBoxType : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DisplayNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TypeField;
[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 DisplayName {
get {
return this.DisplayNameField;
}
set {
if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) {
this.DisplayNameField = value;
this.RaisePropertyChanged("DisplayName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Type {
get {
return this.TypeField;
}
set {
if ((object.ReferenceEquals(this.TypeField, value) != true)) {
this.TypeField = value;
this.RaisePropertyChanged("Type");
}
}
}
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="PackControl", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class PackControl : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int NumberOfStepsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int PackChangeTimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int PackLengthField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int StepDelayField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int NumberOfSteps {
get {
return this.NumberOfStepsField;
}
set {
if ((this.NumberOfStepsField.Equals(value) != true)) {
this.NumberOfStepsField = value;
this.RaisePropertyChanged("NumberOfSteps");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int PackChangeTime {
get {
return this.PackChangeTimeField;
}
set {
if ((this.PackChangeTimeField.Equals(value) != true)) {
this.PackChangeTimeField = value;
this.RaisePropertyChanged("PackChangeTime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int PackLength {
get {
return this.PackLengthField;
}
set {
if ((this.PackLengthField.Equals(value) != true)) {
this.PackLengthField = value;
this.RaisePropertyChanged("PackLength");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int StepDelay {
get {
return this.StepDelayField;
}
set {
if ((this.StepDelayField.Equals(value) != true)) {
this.StepDelayField = value;
this.RaisePropertyChanged("StepDelay");
}
}
}
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="PackingStyle", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class PackingStyle : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DisplayNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string DisplayName {
get {
return this.DisplayNameField;
}
set {
if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) {
this.DisplayNameField = value;
this.RaisePropertyChanged("DisplayName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
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="PackTargetFill", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class PackTargetFill : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.PackFillMode FillModeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private decimal WeightDecigramField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.PackFillMode FillMode {
get {
return this.FillModeField;
}
set {
if ((this.FillModeField.Equals(value) != true)) {
this.FillModeField = value;
this.RaisePropertyChanged("FillMode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public decimal WeightDecigram {
get {
return this.WeightDecigramField;
}
set {
if ((this.WeightDecigramField.Equals(value) != true)) {
this.WeightDecigramField = value;
this.RaisePropertyChanged("WeightDecigram");
}
}
}
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.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="PackFillMode", Namespace="uri:Compac.Services.Sizer.Service")]
public enum PackFillMode : int {
[System.Runtime.Serialization.EnumMemberAttribute()]
Weight = 0,
[System.Runtime.Serialization.EnumMemberAttribute()]
Quantity = 1,
[System.Runtime.Serialization.EnumMemberAttribute()]
WeightAndQuantity = 2,
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Variety", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Variety : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.Grade[] GradesField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Guid IdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.Quality[] QualitiesField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.SizingMap[] SizingMapsField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.Grade[] Grades {
get {
return this.GradesField;
}
set {
if ((object.ReferenceEquals(this.GradesField, value) != true)) {
this.GradesField = value;
this.RaisePropertyChanged("Grades");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Guid Id {
get {
return this.IdField;
}
set {
if ((this.IdField.Equals(value) != true)) {
this.IdField = value;
this.RaisePropertyChanged("Id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.Quality[] Qualities {
get {
return this.QualitiesField;
}
set {
if ((object.ReferenceEquals(this.QualitiesField, value) != true)) {
this.QualitiesField = value;
this.RaisePropertyChanged("Qualities");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.SizingMap[] SizingMaps {
get {
return this.SizingMapsField;
}
set {
if ((object.ReferenceEquals(this.SizingMapsField, value) != true)) {
this.SizingMapsField = value;
this.RaisePropertyChanged("SizingMaps");
}
}
}
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="Grade", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Grade : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Quality", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Quality : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="SizingMap", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class SizingMap : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.QualityGradePair[] CoveredQualityGradesField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.Size[] SizesField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.QualityGradePair[] CoveredQualityGrades {
get {
return this.CoveredQualityGradesField;
}
set {
if ((object.ReferenceEquals(this.CoveredQualityGradesField, value) != true)) {
this.CoveredQualityGradesField = value;
this.RaisePropertyChanged("CoveredQualityGrades");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.Size[] Sizes {
get {
return this.SizesField;
}
set {
if ((object.ReferenceEquals(this.SizesField, value) != true)) {
this.SizesField = value;
this.RaisePropertyChanged("Sizes");
}
}
}
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="QualityGradePair", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class QualityGradePair : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string GradeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string QualityField;
[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 Grade {
get {
return this.GradeField;
}
set {
if ((object.ReferenceEquals(this.GradeField, value) != true)) {
this.GradeField = value;
this.RaisePropertyChanged("Grade");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Quality {
get {
return this.QualityField;
}
set {
if ((object.ReferenceEquals(this.QualityField, value) != true)) {
this.QualityField = value;
this.RaisePropertyChanged("Quality");
}
}
}
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="Size", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Size : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Collections.Generic.Dictionary<string, string> SettingsField;
[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 Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Collections.Generic.Dictionary<string, string> Settings {
get {
return this.SettingsField;
}
set {
if ((object.ReferenceEquals(this.SettingsField, value) != true)) {
this.SettingsField = value;
this.RaisePropertyChanged("Settings");
}
}
}
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="Label", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Label : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DisplayNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string DisplayName {
get {
return this.DisplayNameField;
}
set {
if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) {
this.DisplayNameField = value;
this.RaisePropertyChanged("DisplayName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
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.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="AlarmPriority", Namespace="uri:Compac.Services.Sizer.Service")]
public enum AlarmPriority : int {
[System.Runtime.Serialization.EnumMemberAttribute()]
Low = 0,
[System.Runtime.Serialization.EnumMemberAttribute()]
Medium = 1,
[System.Runtime.Serialization.EnumMemberAttribute()]
High = 2,
[System.Runtime.Serialization.EnumMemberAttribute()]
Critical = 3,
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Grower", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Grower : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string Address1Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string Address2Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ContactNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CountryField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string EmailAddressField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FaxField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string MobileField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PhoneField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string StateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TownCityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TraceabilityIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ZipCodeField;
[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 Address1 {
get {
return this.Address1Field;
}
set {
if ((object.ReferenceEquals(this.Address1Field, value) != true)) {
this.Address1Field = value;
this.RaisePropertyChanged("Address1");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Address2 {
get {
return this.Address2Field;
}
set {
if ((object.ReferenceEquals(this.Address2Field, value) != true)) {
this.Address2Field = value;
this.RaisePropertyChanged("Address2");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Code {
get {
return this.CodeField;
}
set {
if ((object.ReferenceEquals(this.CodeField, value) != true)) {
this.CodeField = value;
this.RaisePropertyChanged("Code");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string ContactName {
get {
return this.ContactNameField;
}
set {
if ((object.ReferenceEquals(this.ContactNameField, value) != true)) {
this.ContactNameField = value;
this.RaisePropertyChanged("ContactName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Country {
get {
return this.CountryField;
}
set {
if ((object.ReferenceEquals(this.CountryField, value) != true)) {
this.CountryField = value;
this.RaisePropertyChanged("Country");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string EmailAddress {
get {
return this.EmailAddressField;
}
set {
if ((object.ReferenceEquals(this.EmailAddressField, value) != true)) {
this.EmailAddressField = value;
this.RaisePropertyChanged("EmailAddress");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Fax {
get {
return this.FaxField;
}
set {
if ((object.ReferenceEquals(this.FaxField, value) != true)) {
this.FaxField = value;
this.RaisePropertyChanged("Fax");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Mobile {
get {
return this.MobileField;
}
set {
if ((object.ReferenceEquals(this.MobileField, value) != true)) {
this.MobileField = value;
this.RaisePropertyChanged("Mobile");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Phone {
get {
return this.PhoneField;
}
set {
if ((object.ReferenceEquals(this.PhoneField, value) != true)) {
this.PhoneField = value;
this.RaisePropertyChanged("Phone");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string State {
get {
return this.StateField;
}
set {
if ((object.ReferenceEquals(this.StateField, value) != true)) {
this.StateField = value;
this.RaisePropertyChanged("State");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string TownCity {
get {
return this.TownCityField;
}
set {
if ((object.ReferenceEquals(this.TownCityField, value) != true)) {
this.TownCityField = value;
this.RaisePropertyChanged("TownCity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string TraceabilityId {
get {
return this.TraceabilityIdField;
}
set {
if ((object.ReferenceEquals(this.TraceabilityIdField, value) != true)) {
this.TraceabilityIdField = value;
this.RaisePropertyChanged("TraceabilityId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string ZipCode {
get {
return this.ZipCodeField;
}
set {
if ((object.ReferenceEquals(this.ZipCodeField, value) != true)) {
this.ZipCodeField = value;
this.RaisePropertyChanged("ZipCode");
}
}
}
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="AbstractSamplingConfiguration", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.ElementSamplingConfiguration))]
[System.Runtime.Serialization.KnownTypeAttribute(typeof(EgwProxy.Icoel.SizerService.ProductSamplingConfiguration))]
public partial class AbstractSamplingConfiguration : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
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="ElementSamplingConfiguration", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class ElementSamplingConfiguration : EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration {
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int BatchIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.Element[] ElementsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<decimal> LimitField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.SamplingMeasurementUnit LimitUnitField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.Ratio RatioField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.RatioMeasurementUnit RatioRightUnitField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int[] LaneNumbersField;
[System.Runtime.Serialization.DataMemberAttribute()]
public int BatchId {
get {
return this.BatchIdField;
}
set {
if ((this.BatchIdField.Equals(value) != true)) {
this.BatchIdField = value;
this.RaisePropertyChanged("BatchId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.Element[] Elements {
get {
return this.ElementsField;
}
set {
if ((object.ReferenceEquals(this.ElementsField, value) != true)) {
this.ElementsField = value;
this.RaisePropertyChanged("Elements");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<decimal> Limit {
get {
return this.LimitField;
}
set {
if ((this.LimitField.Equals(value) != true)) {
this.LimitField = value;
this.RaisePropertyChanged("Limit");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.SamplingMeasurementUnit LimitUnit {
get {
return this.LimitUnitField;
}
set {
if ((this.LimitUnitField.Equals(value) != true)) {
this.LimitUnitField = value;
this.RaisePropertyChanged("LimitUnit");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.Ratio Ratio {
get {
return this.RatioField;
}
set {
if ((object.ReferenceEquals(this.RatioField, value) != true)) {
this.RatioField = value;
this.RaisePropertyChanged("Ratio");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.RatioMeasurementUnit RatioRightUnit {
get {
return this.RatioRightUnitField;
}
set {
if ((this.RatioRightUnitField.Equals(value) != true)) {
this.RatioRightUnitField = value;
this.RaisePropertyChanged("RatioRightUnit");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=6)]
public int[] LaneNumbers {
get {
return this.LaneNumbersField;
}
set {
if ((object.ReferenceEquals(this.LaneNumbersField, value) != true)) {
this.LaneNumbersField = value;
this.RaisePropertyChanged("LaneNumbers");
}
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="SamplingMeasurementUnit", Namespace="uri:Compac.Services.Sizer.Service")]
public enum SamplingMeasurementUnit : int {
[System.Runtime.Serialization.EnumMemberAttribute()]
Pieces = 0,
[System.Runtime.Serialization.EnumMemberAttribute()]
Decigrams = 1,
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Ratio", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class Ratio : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int NumeratorField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int DenominatorField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int Numerator {
get {
return this.NumeratorField;
}
set {
if ((this.NumeratorField.Equals(value) != true)) {
this.NumeratorField = value;
this.RaisePropertyChanged("Numerator");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(Order=1)]
public int Denominator {
get {
return this.DenominatorField;
}
set {
if ((this.DenominatorField.Equals(value) != true)) {
this.DenominatorField = value;
this.RaisePropertyChanged("Denominator");
}
}
}
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.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="RatioMeasurementUnit", Namespace="uri:Compac.Services.Sizer.Service")]
public enum RatioMeasurementUnit : int {
[System.Runtime.Serialization.EnumMemberAttribute()]
Pieces = 0,
[System.Runtime.Serialization.EnumMemberAttribute()]
CartonEquivalents = 1,
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="ProductSamplingConfiguration", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class ProductSamplingConfiguration : EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration {
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int BatchIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int[] LaneNumbersField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<decimal> LimitField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.SamplingMeasurementUnit LimitUnitField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Guid ProductIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.Ratio RatioField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.RatioMeasurementUnit RatioRightUnitField;
[System.Runtime.Serialization.DataMemberAttribute()]
public int BatchId {
get {
return this.BatchIdField;
}
set {
if ((this.BatchIdField.Equals(value) != true)) {
this.BatchIdField = value;
this.RaisePropertyChanged("BatchId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int[] LaneNumbers {
get {
return this.LaneNumbersField;
}
set {
if ((object.ReferenceEquals(this.LaneNumbersField, value) != true)) {
this.LaneNumbersField = value;
this.RaisePropertyChanged("LaneNumbers");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<decimal> Limit {
get {
return this.LimitField;
}
set {
if ((this.LimitField.Equals(value) != true)) {
this.LimitField = value;
this.RaisePropertyChanged("Limit");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.SamplingMeasurementUnit LimitUnit {
get {
return this.LimitUnitField;
}
set {
if ((this.LimitUnitField.Equals(value) != true)) {
this.LimitUnitField = value;
this.RaisePropertyChanged("LimitUnit");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Guid ProductId {
get {
return this.ProductIdField;
}
set {
if ((this.ProductIdField.Equals(value) != true)) {
this.ProductIdField = value;
this.RaisePropertyChanged("ProductId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.Ratio Ratio {
get {
return this.RatioField;
}
set {
if ((object.ReferenceEquals(this.RatioField, value) != true)) {
this.RatioField = value;
this.RaisePropertyChanged("Ratio");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.RatioMeasurementUnit RatioRightUnit {
get {
return this.RatioRightUnitField;
}
set {
if ((this.RatioRightUnitField.Equals(value) != true)) {
this.RatioRightUnitField = value;
this.RaisePropertyChanged("RatioRightUnit");
}
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="SamplingProgress", Namespace="uri:Compac.Services.Sizer.Service")]
[System.SerializableAttribute()]
public partial class SamplingProgress : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private decimal CurrentCountField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<decimal> TargetCountField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private EgwProxy.Icoel.SizerService.SamplingMeasurementUnit UnitField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public decimal CurrentCount {
get {
return this.CurrentCountField;
}
set {
if ((this.CurrentCountField.Equals(value) != true)) {
this.CurrentCountField = value;
this.RaisePropertyChanged("CurrentCount");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string Name {
get {
return this.NameField;
}
set {
if ((object.ReferenceEquals(this.NameField, value) != true)) {
this.NameField = value;
this.RaisePropertyChanged("Name");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<decimal> TargetCount {
get {
return this.TargetCountField;
}
set {
if ((this.TargetCountField.Equals(value) != true)) {
this.TargetCountField = value;
this.RaisePropertyChanged("TargetCount");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public EgwProxy.Icoel.SizerService.SamplingMeasurementUnit Unit {
get {
return this.UnitField;
}
set {
if ((this.UnitField.Equals(value) != true)) {
this.UnitField = value;
this.RaisePropertyChanged("Unit");
}
}
}
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(Namespace="urn:clr:Compac.Services.Sizer.Service", ConfigurationName="SizerService.ISizerService")]
public interface ISizerService {
// CODEGEN: Generating message contract since the wrapper namespace (urn:clr:Compac.Services.Core) of message GetVersionRequest does not match the default value (urn:clr:Compac.Services.Sizer.Service)
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Core/ICompacService/GetVersion", ReplyAction="urn:clr:Compac.Services.Core/ICompacService/GetVersionResponse")]
EgwProxy.Icoel.SizerService.GetVersionResponse GetVersion(EgwProxy.Icoel.SizerService.GetVersionRequest request);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Core/ICompacService/GetVersion", ReplyAction="urn:clr:Compac.Services.Core/ICompacService/GetVersionResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.GetVersionResponse> GetVersionAsync(EgwProxy.Icoel.SizerService.GetVersionRequest request);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSerialNo", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSerialNoResponse")]
string GetSerialNo();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSerialNo", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSerialNoResponse")]
System.Threading.Tasks.Task<string> GetSerialNoAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineName", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineNameResponse")]
string GetMachineName();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineName", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineNameResponse")]
System.Threading.Tasks.Task<string> GetMachineNameAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetPackhouseName", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetPackhouseNameResponse")]
string GetPackhouseName();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetPackhouseName", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetPackhouseNameResponse")]
System.Threading.Tasks.Task<string> GetPackhouseNameAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNumberOfPackersForOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNumberOfPackersForOutletRe" +
"sponse")]
int GetNumberOfPackersForOutlet(int outlet);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNumberOfPackersForOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNumberOfPackersForOutletRe" +
"sponse")]
System.Threading.Tasks.Task<int> GetNumberOfPackersForOutletAsync(int outlet);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNumberOfPackersForOutlets", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNumberOfPackersForOutletsR" +
"esponse")]
int[] GetNumberOfPackersForOutlets();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNumberOfPackersForOutlets", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNumberOfPackersForOutletsR" +
"esponse")]
System.Threading.Tasks.Task<int[]> GetNumberOfPackersForOutletsAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetExactNumberOfPackersForOut" +
"let", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetExactNumberOfPackersForOut" +
"letResponse")]
double GetExactNumberOfPackersForOutlet(int outlet);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetExactNumberOfPackersForOut" +
"let", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetExactNumberOfPackersForOut" +
"letResponse")]
System.Threading.Tasks.Task<double> GetExactNumberOfPackersForOutletAsync(int outlet);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetExactNumberOfPackersForOut" +
"lets", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetExactNumberOfPackersForOut" +
"letsResponse")]
double[] GetExactNumberOfPackersForOutlets();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetExactNumberOfPackersForOut" +
"lets", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetExactNumberOfPackersForOut" +
"letsResponse")]
System.Threading.Tasks.Task<double[]> GetExactNumberOfPackersForOutletsAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetTotalNumberOfOutletPackers" +
"", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetTotalNumberOfOutletPackers" +
"Response")]
int GetTotalNumberOfOutletPackers();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetTotalNumberOfOutletPackers" +
"", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetTotalNumberOfOutletPackers" +
"Response")]
System.Threading.Tasks.Task<int> GetTotalNumberOfOutletPackersAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetTotalNumberOfOutletPackers" +
"", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetTotalNumberOfOutletPackers" +
"Response")]
void SetTotalNumberOfOutletPackers(int number);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetTotalNumberOfOutletPackers" +
"", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetTotalNumberOfOutletPackers" +
"Response")]
System.Threading.Tasks.Task SetTotalNumberOfOutletPackersAsync(int number);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletGroup", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletGroupResponse")]
void SetOutletGroup(int[] outlets);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletGroup", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletGroupResponse")]
System.Threading.Tasks.Task SetOutletGroupAsync(int[] outlets);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetQueuedBatches", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetQueuedBatchesResponse")]
EgwProxy.Icoel.SizerService.Batch[] GetQueuedBatches();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetQueuedBatches", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetQueuedBatchesResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch[]> GetQueuedBatchesAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatchInQueue", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatchInQueueResponse")]
EgwProxy.Icoel.SizerService.Batch GetNextBatchInQueue();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatchInQueue", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatchInQueueResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetNextBatchInQueueAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatches", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatchesResponse")]
EgwProxy.Icoel.SizerService.Batch[] GetNextBatches();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatches", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatchesResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch[]> GetNextBatchesAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatchByLaneGroup", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatchByLaneGroupRespon" +
"se")]
EgwProxy.Icoel.SizerService.Batch GetNextBatchByLaneGroup(EgwProxy.Icoel.SizerService.LaneGroup laneGroup);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatchByLaneGroup", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetNextBatchByLaneGroupRespon" +
"se")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetNextBatchByLaneGroupAsync(EgwProxy.Icoel.SizerService.LaneGroup laneGroup);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatchResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatchArgumentFaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void AddBatch(EgwProxy.Icoel.SizerService.Batch batch);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatchResponse")]
System.Threading.Tasks.Task AddBatchAsync(EgwProxy.Icoel.SizerService.Batch batch);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatches", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatchesResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatchesArgumentFaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void AddBatches(EgwProxy.Icoel.SizerService.Batch[] batches);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatches", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatchesResponse")]
System.Threading.Tasks.Task AddBatchesAsync(EgwProxy.Icoel.SizerService.Batch[] batches);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ClearBatchQueue", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ClearBatchQueueResponse")]
void ClearBatchQueue();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ClearBatchQueue", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ClearBatchQueueResponse")]
System.Threading.Tasks.Task ClearBatchQueueAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveNextBatchInQueue", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveNextBatchInQueueRespons" +
"e")]
void RemoveNextBatchInQueue();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveNextBatchInQueue", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveNextBatchInQueueRespons" +
"e")]
System.Threading.Tasks.Task RemoveNextBatchInQueueAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveNextBatchInQueueForLane" +
"Group", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveNextBatchInQueueForLane" +
"GroupResponse")]
void RemoveNextBatchInQueueForLaneGroup(EgwProxy.Icoel.SizerService.LaneGroup laneGroup, bool removeWholeBatch);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveNextBatchInQueueForLane" +
"Group", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveNextBatchInQueueForLane" +
"GroupResponse")]
System.Threading.Tasks.Task RemoveNextBatchInQueueForLaneGroupAsync(EgwProxy.Icoel.SizerService.LaneGroup laneGroup, bool removeWholeBatch);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/StartNextBatchInQueue", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/StartNextBatchInQueueResponse" +
"")]
int StartNextBatchInQueue();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/StartNextBatchInQueue", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/StartNextBatchInQueueResponse" +
"")]
System.Threading.Tasks.Task<int> StartNextBatchInQueueAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/StartNextBatchInQueueForLaneG" +
"roup", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/StartNextBatchInQueueForLaneG" +
"roupResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/StartNextBatchInQueueForLaneG" +
"roupArgumentFaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
int StartNextBatchInQueueForLaneGroup(EgwProxy.Icoel.SizerService.LaneGroup laneGroup);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/StartNextBatchInQueueForLaneG" +
"roup", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/StartNextBatchInQueueForLaneG" +
"roupResponse")]
System.Threading.Tasks.Task<int> StartNextBatchInQueueForLaneGroupAsync(EgwProxy.Icoel.SizerService.LaneGroup laneGroup);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentCartonEquivalentWei" +
"ght", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentCartonEquivalentWei" +
"ghtResponse")]
double GetCurrentCartonEquivalentWeight();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentCartonEquivalentWei" +
"ght", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentCartonEquivalentWei" +
"ghtResponse")]
System.Threading.Tasks.Task<double> GetCurrentCartonEquivalentWeightAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetCurrentCartonEquivalentWei" +
"ght", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetCurrentCartonEquivalentWei" +
"ghtResponse")]
void SetCurrentCartonEquivalentWeight(double cartonEquivalentWeight);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetCurrentCartonEquivalentWei" +
"ght", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetCurrentCartonEquivalentWei" +
"ghtResponse")]
System.Threading.Tasks.Task SetCurrentCartonEquivalentWeightAsync(double cartonEquivalentWeight);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneSizeFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneSizeFPMResponse")]
System.Collections.Generic.Dictionary<string, int> GetLaneSizeFPM(int laneIndex);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneSizeFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneSizeFPMResponse")]
System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, int>> GetLaneSizeFPMAsync(int laneIndex);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesSizeFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesSizeFPMResponse")]
System.Collections.Generic.Dictionary<string, int>[] GetLanesSizeFPM();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesSizeFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesSizeFPMResponse")]
System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, int>[]> GetLanesSizeFPMAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneGradeFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneGradeFPMResponse")]
System.Collections.Generic.Dictionary<string, int> GetLaneGradeFPM(int laneIndex);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneGradeFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneGradeFPMResponse")]
System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, int>> GetLaneGradeFPMAsync(int laneIndex);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesGradeFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesGradeFPMResponse")]
System.Collections.Generic.Dictionary<string, int>[] GetLanesGradeFPM();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesGradeFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesGradeFPMResponse")]
System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, int>[]> GetLanesGradeFPMAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ForceChangeOnStage", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ForceChangeOnStageResponse")]
bool ForceChangeOnStage(string stageName, int toBatchId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ForceChangeOnStage", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ForceChangeOnStageResponse")]
System.Threading.Tasks.Task<bool> ForceChangeOnStageAsync(string stageName, int toBatchId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSizingProfileNames", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSizingProfileNamesResponse" +
"")]
string[] GetSizingProfileNames();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSizingProfileNames", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSizingProfileNamesResponse" +
"")]
System.Threading.Tasks.Task<string[]> GetSizingProfileNamesAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyNames", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyNamesResponse")]
string[] GetVarietyNames();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyNames", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyNamesResponse")]
System.Threading.Tasks.Task<string[]> GetVarietyNamesAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLayouts", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLayoutsResponse")]
EgwProxy.Icoel.SizerService.Layout[] GetLayouts(System.Guid varietyID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLayouts", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLayoutsResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout[]> GetLayoutsAsync(System.Guid varietyID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyByName", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyByNameResponse")]
EgwProxy.Icoel.SizerService.Variety GetVarietyByName(string varietyName);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyByName", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyByNameResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Variety> GetVarietyByNameAsync(string varietyName);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyById", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyByIdResponse")]
EgwProxy.Icoel.SizerService.Variety GetVarietyById(System.Guid varietyID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyById", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetVarietyByIdResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Variety> GetVarietyByIdAsync(System.Guid varietyID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveVariety", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveVarietyResponse")]
EgwProxy.Icoel.SizerService.Variety GetActiveVariety();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveVariety", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveVarietyResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Variety> GetActiveVarietyAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveVarieties", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveVarietiesResponse")]
EgwProxy.Icoel.SizerService.Variety[] GetActiveVarieties();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveVarieties", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveVarietiesResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Variety[]> GetActiveVarietiesAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllVarieties", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllVarietiesResponse")]
EgwProxy.Icoel.SizerService.Variety[] GetAllVarieties();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllVarieties", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllVarietiesResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Variety[]> GetAllVarietiesAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLayoutResponse")]
EgwProxy.Icoel.SizerService.Layout GetLayout(System.Guid varietyID, System.Guid layoutID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLayoutResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout> GetLayoutAsync(System.Guid varietyID, System.Guid layoutID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveLayoutResponse")]
EgwProxy.Icoel.SizerService.Layout GetActiveLayout(System.Guid varietyID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveLayoutResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout> GetActiveLayoutAsync(System.Guid varietyID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProduct", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductResponse")]
EgwProxy.Icoel.SizerService.Product GetProduct(System.Guid productGuid);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProduct", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Product> GetProductAsync(System.Guid productGuid);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveProducts", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveProductsResponse")]
EgwProxy.Icoel.SizerService.Product[] GetActiveProducts(System.Guid varietyID, System.Guid layoutID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveProducts", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveProductsResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Product[]> GetActiveProductsAsync(System.Guid varietyID, System.Guid layoutID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllProducts", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllProductsResponse")]
EgwProxy.Icoel.SizerService.Product[] GetAllProducts(System.Guid varietyID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllProducts", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllProductsResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Product[]> GetAllProductsAsync(System.Guid varietyID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveProduct", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveProductResponse")]
void RemoveProduct(System.Guid varietyID, System.Guid layoutID, System.Guid productID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveProduct", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveProductResponse")]
System.Threading.Tasks.Task RemoveProductAsync(System.Guid varietyID, System.Guid layoutID, System.Guid productID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/CreateLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/CreateLayoutResponse")]
EgwProxy.Icoel.SizerService.Layout CreateLayout(System.Guid varietyID, string layoutName);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/CreateLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/CreateLayoutResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout> CreateLayoutAsync(System.Guid varietyID, string layoutName);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteLayoutResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteLayoutArgumentFaultFaul" +
"t", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void DeleteLayout(System.Guid varietyID, System.Guid layoutID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteLayoutResponse")]
System.Threading.Tasks.Task DeleteLayoutAsync(System.Guid varietyID, System.Guid layoutID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateLayoutResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateLayoutArgumentFaultFaul" +
"t", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
EgwProxy.Icoel.SizerService.Layout UpdateLayout(System.Guid varietyID, EgwProxy.Icoel.SizerService.Layout layout);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateLayoutResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout> UpdateLayoutAsync(System.Guid varietyID, EgwProxy.Icoel.SizerService.Layout layout);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ActivateLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ActivateLayoutResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ActivateLayoutArgumentFaultFa" +
"ult", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
EgwProxy.Icoel.SizerService.Layout ActivateLayout(System.Guid varietyID, System.Guid layoutID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ActivateLayout", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ActivateLayoutResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout> ActivateLayoutAsync(System.Guid varietyID, System.Guid layoutID);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllPacks", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllPacksResponse")]
EgwProxy.Icoel.SizerService.Pack[] GetAllPacks();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllPacks", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllPacksResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Pack[]> GetAllPacksAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllLabels", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllLabelsResponse")]
EgwProxy.Icoel.SizerService.Label[] GetAllLabels();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllLabels", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllLabelsResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Label[]> GetAllLabelsAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveLabels", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveLabelsResponse")]
EgwProxy.Icoel.SizerService.Label[] GetActiveLabels();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveLabels", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetActiveLabelsResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Label[]> GetActiveLabelsAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddProduct", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddProductResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddProductArgumentFaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void AddProduct(System.Guid varietyID, EgwProxy.Icoel.SizerService.Product product);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddProduct", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddProductResponse")]
System.Threading.Tasks.Task AddProductAsync(System.Guid varietyID, EgwProxy.Icoel.SizerService.Product product);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateProduct", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateProductResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateProductArgumentFaultFau" +
"lt", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void UpdateProduct(EgwProxy.Icoel.SizerService.Product product);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateProduct", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateProductResponse")]
System.Threading.Tasks.Task UpdateProductAsync(EgwProxy.Icoel.SizerService.Product product);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteProduct", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteProductResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteProductArgumentFaultFau" +
"lt", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void DeleteProduct(System.Guid productID, bool force);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteProduct", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteProductResponse")]
System.Threading.Tasks.Task DeleteProductAsync(System.Guid productID, bool force);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ActivateProducts", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ActivateProductsResponse")]
void ActivateProducts(System.Guid varietyID, System.Guid layoutID, System.Guid[] productGuids);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ActivateProducts", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ActivateProductsResponse")]
System.Threading.Tasks.Task ActivateProductsAsync(System.Guid varietyID, System.Guid layoutID, System.Guid[] productGuids);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutlets", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutletsResponse")]
EgwProxy.Icoel.SizerService.Outlet[] GetOutlets();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutlets", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutletsResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Outlet[]> GetOutletsAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductAtOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductAtOutletResponse")]
EgwProxy.Icoel.SizerService.Product GetProductAtOutlet(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductAtOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductAtOutletResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Product> GetProductAtOutletAsync(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchAtOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchAtOutletResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchAtOutletArgumentFault" +
"Fault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
EgwProxy.Icoel.SizerService.Batch GetBatchAtOutlet(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchAtOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchAtOutletResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetBatchAtOutletAsync(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchesAtOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchesAtOutletResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchesAtOutletArgumentFau" +
"ltFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
EgwProxy.Icoel.SizerService.Batch[] GetBatchesAtOutlet(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchesAtOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchesAtOutletResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch[]> GetBatchesAtOutletAsync(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchesForProductAtOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchesForProductAtOutletR" +
"esponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchesForProductAtOutletA" +
"rgumentFaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
EgwProxy.Icoel.SizerService.Batch[] GetBatchesForProductAtOutlet(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchesForProductAtOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchesForProductAtOutletR" +
"esponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch[]> GetBatchesForProductAtOutletAsync(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductUserData", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductUserDataResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductUserDataArgumentFau" +
"ltFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
string GetProductUserData(System.Guid productId, string category, string field);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductUserData", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductUserDataResponse")]
System.Threading.Tasks.Task<string> GetProductUserDataAsync(System.Guid productId, string category, string field);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeProductAtOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeProductAtOutletResponse" +
"")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeProductAtOutletArgument" +
"FaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void ChangeProductAtOutlet(int outletId, System.Guid productID, bool force);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeProductAtOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeProductAtOutletResponse" +
"")]
System.Threading.Tasks.Task ChangeProductAtOutletAsync(int outletId, System.Guid productID, bool force);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletEnabled", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletEnabledResponse")]
void SetOutletEnabled(int outletId, bool enabled, bool disableOnPackBoundary);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletEnabled", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletEnabledResponse")]
System.Threading.Tasks.Task SetOutletEnabledAsync(int outletId, bool enabled, bool disableOnPackBoundary);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ResetOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ResetOutletResponse")]
void ResetOutlet(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ResetOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ResetOutletResponse")]
System.Threading.Tasks.Task ResetOutletAsync(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/CycleOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/CycleOutletResponse")]
void CycleOutlet(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/CycleOutlet", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/CycleOutletResponse")]
System.Threading.Tasks.Task CycleOutletAsync(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductsInNextAvailableOut" +
"letStrategy", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductsInNextAvailableOut" +
"letStrategyResponse")]
EgwProxy.Icoel.SizerService.Product[] GetProductsInNextAvailableOutletStrategy();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductsInNextAvailableOut" +
"letStrategy", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetProductsInNextAvailableOut" +
"letStrategyResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Product[]> GetProductsInNextAvailableOutletStrategyAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddProductToNextAvailableOutl" +
"etStrategy", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddProductToNextAvailableOutl" +
"etStrategyResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddProductToNextAvailableOutl" +
"etStrategyArgumentFaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void AddProductToNextAvailableOutletStrategy(System.Guid productId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddProductToNextAvailableOutl" +
"etStrategy", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddProductToNextAvailableOutl" +
"etStrategyResponse")]
System.Threading.Tasks.Task AddProductToNextAvailableOutletStrategyAsync(System.Guid productId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveProductFromNextAvailabl" +
"eOutletStrategy", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveProductFromNextAvailabl" +
"eOutletStrategyResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveProductFromNextAvailabl" +
"eOutletStrategyArgumentFaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void RemoveProductFromNextAvailableOutletStrategy(System.Guid productId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveProductFromNextAvailabl" +
"eOutletStrategy", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RemoveProductFromNextAvailabl" +
"eOutletStrategyResponse")]
System.Threading.Tasks.Task RemoveProductFromNextAvailableOutletStrategyAsync(System.Guid productId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutletFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutletFPMResponse")]
double GetOutletFPM(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutletFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutletFPMResponse")]
System.Threading.Tasks.Task<double> GetOutletFPMAsync(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutletsFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutletsFPMResponse")]
double[] GetOutletsFPM();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutletsFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetOutletsFPMResponse")]
System.Threading.Tasks.Task<double[]> GetOutletsFPMAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRodsPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRodsPMResponse")]
int[] GetMachineRodsPM();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRodsPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRodsPMResponse")]
System.Threading.Tasks.Task<int[]> GetMachineRodsPMAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRecycleFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRecycleFPMResponse")]
int GetMachineRecycleFPM();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRecycleFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRecycleFPMResponse")]
System.Threading.Tasks.Task<int> GetMachineRecycleFPMAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRejectFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRejectFPMResponse")]
int GetMachineRejectFPM();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRejectFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineRejectFPMResponse")]
System.Threading.Tasks.Task<int> GetMachineRejectFPMAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineMissedFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineMissedFPMResponse")]
int GetMachineMissedFPM();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineMissedFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineMissedFPMResponse")]
System.Threading.Tasks.Task<int> GetMachineMissedFPMAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineDroppedFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineDroppedFPMResponse")]
int GetMachineDroppedFPM();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineDroppedFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineDroppedFPMResponse")]
System.Threading.Tasks.Task<int> GetMachineDroppedFPMAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachinePackedFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachinePackedFPMResponse")]
int GetMachinePackedFPM();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachinePackedFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachinePackedFPMResponse")]
System.Threading.Tasks.Task<int> GetMachinePackedFPMAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineAFW", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineAFWResponse")]
double GetMachineAFW();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineAFW", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineAFWResponse")]
System.Threading.Tasks.Task<double> GetMachineAFWAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAFW", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAFWResponse")]
double GetAFW(int batchId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAFW", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAFWResponse")]
System.Threading.Tasks.Task<double> GetAFWAsync(int batchId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineAVC", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineAVCResponse")]
int GetMachineAVC();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineAVC", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineAVCResponse")]
System.Threading.Tasks.Task<int> GetMachineAVCAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachinePacksPH", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachinePacksPHResponse")]
int GetMachinePacksPH();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachinePacksPH", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachinePacksPHResponse")]
System.Threading.Tasks.Task<int> GetMachinePacksPHAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineCupfill", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineCupfillResponse")]
double GetMachineCupfill();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineCupfill", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineCupfillResponse")]
System.Threading.Tasks.Task<double> GetMachineCupfillAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesCupfill", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesCupfillResponse")]
double GetLanesCupfill(int lane);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesCupfill", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLanesCupfillResponse")]
System.Threading.Tasks.Task<double> GetLanesCupfillAsync(int lane);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCupfillForAllLanes", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCupfillForAllLanesResponse" +
"")]
double[] GetCupfillForAllLanes();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCupfillForAllLanes", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCupfillForAllLanesResponse" +
"")]
System.Threading.Tasks.Task<double[]> GetCupfillForAllLanesAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletsMaxRateSquareCMPerM" +
"inute", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletsMaxRateSquareCMPerM" +
"inuteResponse")]
void SetOutletsMaxRateSquareCMPerMinute(System.Collections.Generic.Dictionary<int, int> newRates);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletsMaxRateSquareCMPerM" +
"inute", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetOutletsMaxRateSquareCMPerM" +
"inuteResponse")]
System.Threading.Tasks.Task SetOutletsMaxRateSquareCMPerMinuteAsync(System.Collections.Generic.Dictionary<int, int> newRates);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineTonnesPH", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineTonnesPHResponse")]
int GetMachineTonnesPH();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineTonnesPH", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineTonnesPHResponse")]
System.Threading.Tasks.Task<int> GetMachineTonnesPHAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseAlarm", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseAlarmResponse")]
void RaiseAlarm(string alarm, string details);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseAlarm", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseAlarmResponse")]
System.Threading.Tasks.Task RaiseAlarmAsync(string alarm, string details);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseAlarmWithPriority", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseAlarmWithPriorityRespons" +
"e")]
void RaiseAlarmWithPriority(string alarm, string details, EgwProxy.Icoel.SizerService.AlarmPriority priority);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseAlarmWithPriority", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseAlarmWithPriorityRespons" +
"e")]
System.Threading.Tasks.Task RaiseAlarmWithPriorityAsync(string alarm, string details, EgwProxy.Icoel.SizerService.AlarmPriority priority);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseEvent", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseEventResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseEventArgumentFaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void RaiseEvent(EgwProxy.Icoel.SizerService.ServiceEvent eventDetails);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseEvent", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/RaiseEventResponse")]
System.Threading.Tasks.Task RaiseEventAsync(EgwProxy.Icoel.SizerService.ServiceEvent eventDetails);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneGroups", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneGroupsResponse")]
EgwProxy.Icoel.SizerService.LaneGroup[] GetLaneGroups();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneGroups", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetLaneGroupsResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.LaneGroup[]> GetLaneGroupsAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchResponse")]
EgwProxy.Icoel.SizerService.Batch GetBatch(int id);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetBatchAsync(int id);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchResponse")]
EgwProxy.Icoel.SizerService.Batch GetCurrentBatch();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetCurrentBatchAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatches", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchesResponse")]
EgwProxy.Icoel.SizerService.Batch[] GetCurrentBatches();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatches", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchesResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch[]> GetCurrentBatchesAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchByLane", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchByLaneResponse" +
"")]
EgwProxy.Icoel.SizerService.Batch GetCurrentBatchByLane(int lane);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchByLane", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchByLaneResponse" +
"")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetCurrentBatchByLaneAsync(int lane);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchByLaneGroup", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchByLaneGroupRes" +
"ponse")]
EgwProxy.Icoel.SizerService.Batch GetCurrentBatchByLaneGroup(EgwProxy.Icoel.SizerService.LaneGroup laneGroup);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchByLaneGroup", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetCurrentBatchByLaneGroupRes" +
"ponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetCurrentBatchByLaneGroupAsync(EgwProxy.Icoel.SizerService.LaneGroup laneGroup);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/IsCurrentBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/IsCurrentBatchResponse")]
bool IsCurrentBatch(int id);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/IsCurrentBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/IsCurrentBatchResponse")]
System.Threading.Tasks.Task<bool> IsCurrentBatchAsync(int id);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchLaneGroups", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchLaneGroupsResponse")]
EgwProxy.Icoel.SizerService.LaneGroup[] GetBatchLaneGroups(int id);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchLaneGroups", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchLaneGroupsResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.LaneGroup[]> GetBatchLaneGroupsAsync(int id);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchLanes", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchLanesResponse")]
int[] GetBatchLanes(int id);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchLanes", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetBatchLanesResponse")]
System.Threading.Tasks.Task<int[]> GetBatchLanesAsync(int id);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeBatchResponse")]
int ChangeBatch(EgwProxy.Icoel.SizerService.Batch batch);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeBatchResponse")]
System.Threading.Tasks.Task<int> ChangeBatchAsync(EgwProxy.Icoel.SizerService.Batch batch);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeBatchByLane", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeBatchByLaneResponse")]
int ChangeBatchByLane(EgwProxy.Icoel.SizerService.Batch batch, EgwProxy.Icoel.SizerService.LaneGroup[] laneGroups);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeBatchByLane", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ChangeBatchByLaneResponse")]
System.Threading.Tasks.Task<int> ChangeBatchByLaneAsync(EgwProxy.Icoel.SizerService.Batch batch, EgwProxy.Icoel.SizerService.LaneGroup[] laneGroups);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SecondsToBallArrivingOnLastBa" +
"tchChange", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SecondsToBallArrivingOnLastBa" +
"tchChangeResponse")]
int SecondsToBallArrivingOnLastBatchChange();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SecondsToBallArrivingOnLastBa" +
"tchChange", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SecondsToBallArrivingOnLastBa" +
"tchChangeResponse")]
System.Threading.Tasks.Task<int> SecondsToBallArrivingOnLastBatchChangeAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatchLanes", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatchLanesResponse")]
void AddBatchLanes(EgwProxy.Icoel.SizerService.Batch batch, EgwProxy.Icoel.SizerService.LaneGroup[] laneGroups);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatchLanes", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddBatchLanesResponse")]
System.Threading.Tasks.Task AddBatchLanesAsync(EgwProxy.Icoel.SizerService.Batch batch, EgwProxy.Icoel.SizerService.LaneGroup[] laneGroups);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ClearBatches", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ClearBatchesResponse")]
void ClearBatches();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/ClearBatches", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/ClearBatchesResponse")]
System.Threading.Tasks.Task ClearBatchesAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetBatchDetails", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetBatchDetailsResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetBatchDetailsArgumentFaultF" +
"ault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void SetBatchDetails(EgwProxy.Icoel.SizerService.Batch batch);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetBatchDetails", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetBatchDetailsResponse")]
System.Threading.Tasks.Task SetBatchDetailsAsync(EgwProxy.Icoel.SizerService.Batch batch);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/FlushTotals", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/FlushTotalsResponse")]
void FlushTotals();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/FlushTotals", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/FlushTotalsResponse")]
System.Threading.Tasks.Task FlushTotalsAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetGrower", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetGrowerResponse")]
EgwProxy.Icoel.SizerService.Grower GetGrower(string growerCode);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetGrower", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetGrowerResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Grower> GetGrowerAsync(string growerCode);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllGrowers", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllGrowersResponse")]
EgwProxy.Icoel.SizerService.Grower[] GetAllGrowers();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllGrowers", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetAllGrowersResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Grower[]> GetAllGrowersAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddGrower", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddGrowerResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddGrowerArgumentFaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void AddGrower(EgwProxy.Icoel.SizerService.Grower grower);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddGrower", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddGrowerResponse")]
System.Threading.Tasks.Task AddGrowerAsync(EgwProxy.Icoel.SizerService.Grower grower);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddGrowers", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddGrowersResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddGrowersArgumentFaultFault", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void AddGrowers(EgwProxy.Icoel.SizerService.Grower[] growers);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddGrowers", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/AddGrowersResponse")]
System.Threading.Tasks.Task AddGrowersAsync(EgwProxy.Icoel.SizerService.Grower[] growers);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteGrower", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteGrowerResponse")]
void DeleteGrower(string growerCode);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteGrower", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/DeleteGrowerResponse")]
System.Threading.Tasks.Task DeleteGrowerAsync(string growerCode);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateGrower", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateGrowerResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(EgwProxy.Icoel.SizerService.ArgumentFault), Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateGrowerArgumentFaultFaul" +
"t", Name="ArgumentFault", Namespace="http://Compac.Services.Core")]
void UpdateGrower(EgwProxy.Icoel.SizerService.Grower grower);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateGrower", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/UpdateGrowerResponse")]
System.Threading.Tasks.Task UpdateGrowerAsync(EgwProxy.Icoel.SizerService.Grower grower);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineTotalFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineTotalFPMResponse")]
int GetMachineTotalFPM();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineTotalFPM", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetMachineTotalFPMResponse")]
System.Threading.Tasks.Task<int> GetMachineTotalFPMAsync();
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/MatchesCurrentBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/MatchesCurrentBatchResponse")]
bool MatchesCurrentBatch(int batchId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/MatchesCurrentBatch", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/MatchesCurrentBatchResponse")]
System.Threading.Tasks.Task<bool> MatchesCurrentBatchAsync(int batchId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSamplingConfiguration", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSamplingConfigurationRespo" +
"nse")]
EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration GetSamplingConfiguration(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSamplingConfiguration", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSamplingConfigurationRespo" +
"nse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration> GetSamplingConfigurationAsync(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetSamplingConfiguration", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetSamplingConfigurationRespo" +
"nse")]
void SetSamplingConfiguration(int outletId, EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration config);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetSamplingConfiguration", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/SetSamplingConfigurationRespo" +
"nse")]
System.Threading.Tasks.Task SetSamplingConfigurationAsync(int outletId, EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration config);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSamplingProgress", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSamplingProgressResponse")]
EgwProxy.Icoel.SizerService.SamplingProgress[] GetSamplingProgress(int outletId);
[System.ServiceModel.OperationContractAttribute(Action="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSamplingProgress", ReplyAction="urn:clr:Compac.Services.Sizer.Service/ISizerService/GetSamplingProgressResponse")]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.SamplingProgress[]> GetSamplingProgressAsync(int outletId);
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(WrapperName="GetVersion", WrapperNamespace="urn:clr:Compac.Services.Core", IsWrapped=true)]
public partial class GetVersionRequest {
public GetVersionRequest() {
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(WrapperName="GetVersionResponse", WrapperNamespace="urn:clr:Compac.Services.Core", IsWrapped=true)]
public partial class GetVersionResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:clr:Compac.Services.Core", Order=0)]
public EgwProxy.Icoel.SizerService.ServiceVersion GetVersionResult;
public GetVersionResponse() {
}
public GetVersionResponse(EgwProxy.Icoel.SizerService.ServiceVersion GetVersionResult) {
this.GetVersionResult = GetVersionResult;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface ISizerServiceChannel : EgwProxy.Icoel.SizerService.ISizerService, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class SizerServiceClient : System.ServiceModel.ClientBase<EgwProxy.Icoel.SizerService.ISizerService>, EgwProxy.Icoel.SizerService.ISizerService {
public SizerServiceClient() {
}
public SizerServiceClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public SizerServiceClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public SizerServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public SizerServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
EgwProxy.Icoel.SizerService.GetVersionResponse EgwProxy.Icoel.SizerService.ISizerService.GetVersion(EgwProxy.Icoel.SizerService.GetVersionRequest request) {
return base.Channel.GetVersion(request);
}
public EgwProxy.Icoel.SizerService.ServiceVersion GetVersion() {
EgwProxy.Icoel.SizerService.GetVersionRequest inValue = new EgwProxy.Icoel.SizerService.GetVersionRequest();
EgwProxy.Icoel.SizerService.GetVersionResponse retVal = ((EgwProxy.Icoel.SizerService.ISizerService)(this)).GetVersion(inValue);
return retVal.GetVersionResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.GetVersionResponse> EgwProxy.Icoel.SizerService.ISizerService.GetVersionAsync(EgwProxy.Icoel.SizerService.GetVersionRequest request) {
return base.Channel.GetVersionAsync(request);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.GetVersionResponse> GetVersionAsync() {
EgwProxy.Icoel.SizerService.GetVersionRequest inValue = new EgwProxy.Icoel.SizerService.GetVersionRequest();
return ((EgwProxy.Icoel.SizerService.ISizerService)(this)).GetVersionAsync(inValue);
}
public string GetSerialNo() {
return base.Channel.GetSerialNo();
}
public System.Threading.Tasks.Task<string> GetSerialNoAsync() {
return base.Channel.GetSerialNoAsync();
}
public string GetMachineName() {
return base.Channel.GetMachineName();
}
public System.Threading.Tasks.Task<string> GetMachineNameAsync() {
return base.Channel.GetMachineNameAsync();
}
public string GetPackhouseName() {
return base.Channel.GetPackhouseName();
}
public System.Threading.Tasks.Task<string> GetPackhouseNameAsync() {
return base.Channel.GetPackhouseNameAsync();
}
public int GetNumberOfPackersForOutlet(int outlet) {
return base.Channel.GetNumberOfPackersForOutlet(outlet);
}
public System.Threading.Tasks.Task<int> GetNumberOfPackersForOutletAsync(int outlet) {
return base.Channel.GetNumberOfPackersForOutletAsync(outlet);
}
public int[] GetNumberOfPackersForOutlets() {
return base.Channel.GetNumberOfPackersForOutlets();
}
public System.Threading.Tasks.Task<int[]> GetNumberOfPackersForOutletsAsync() {
return base.Channel.GetNumberOfPackersForOutletsAsync();
}
public double GetExactNumberOfPackersForOutlet(int outlet) {
return base.Channel.GetExactNumberOfPackersForOutlet(outlet);
}
public System.Threading.Tasks.Task<double> GetExactNumberOfPackersForOutletAsync(int outlet) {
return base.Channel.GetExactNumberOfPackersForOutletAsync(outlet);
}
public double[] GetExactNumberOfPackersForOutlets() {
return base.Channel.GetExactNumberOfPackersForOutlets();
}
public System.Threading.Tasks.Task<double[]> GetExactNumberOfPackersForOutletsAsync() {
return base.Channel.GetExactNumberOfPackersForOutletsAsync();
}
public int GetTotalNumberOfOutletPackers() {
return base.Channel.GetTotalNumberOfOutletPackers();
}
public System.Threading.Tasks.Task<int> GetTotalNumberOfOutletPackersAsync() {
return base.Channel.GetTotalNumberOfOutletPackersAsync();
}
public void SetTotalNumberOfOutletPackers(int number) {
base.Channel.SetTotalNumberOfOutletPackers(number);
}
public System.Threading.Tasks.Task SetTotalNumberOfOutletPackersAsync(int number) {
return base.Channel.SetTotalNumberOfOutletPackersAsync(number);
}
public void SetOutletGroup(int[] outlets) {
base.Channel.SetOutletGroup(outlets);
}
public System.Threading.Tasks.Task SetOutletGroupAsync(int[] outlets) {
return base.Channel.SetOutletGroupAsync(outlets);
}
public EgwProxy.Icoel.SizerService.Batch[] GetQueuedBatches() {
return base.Channel.GetQueuedBatches();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch[]> GetQueuedBatchesAsync() {
return base.Channel.GetQueuedBatchesAsync();
}
public EgwProxy.Icoel.SizerService.Batch GetNextBatchInQueue() {
return base.Channel.GetNextBatchInQueue();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetNextBatchInQueueAsync() {
return base.Channel.GetNextBatchInQueueAsync();
}
public EgwProxy.Icoel.SizerService.Batch[] GetNextBatches() {
return base.Channel.GetNextBatches();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch[]> GetNextBatchesAsync() {
return base.Channel.GetNextBatchesAsync();
}
public EgwProxy.Icoel.SizerService.Batch GetNextBatchByLaneGroup(EgwProxy.Icoel.SizerService.LaneGroup laneGroup) {
return base.Channel.GetNextBatchByLaneGroup(laneGroup);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetNextBatchByLaneGroupAsync(EgwProxy.Icoel.SizerService.LaneGroup laneGroup) {
return base.Channel.GetNextBatchByLaneGroupAsync(laneGroup);
}
public void AddBatch(EgwProxy.Icoel.SizerService.Batch batch) {
base.Channel.AddBatch(batch);
}
public System.Threading.Tasks.Task AddBatchAsync(EgwProxy.Icoel.SizerService.Batch batch) {
return base.Channel.AddBatchAsync(batch);
}
public void AddBatches(EgwProxy.Icoel.SizerService.Batch[] batches) {
base.Channel.AddBatches(batches);
}
public System.Threading.Tasks.Task AddBatchesAsync(EgwProxy.Icoel.SizerService.Batch[] batches) {
return base.Channel.AddBatchesAsync(batches);
}
public void ClearBatchQueue() {
base.Channel.ClearBatchQueue();
}
public System.Threading.Tasks.Task ClearBatchQueueAsync() {
return base.Channel.ClearBatchQueueAsync();
}
public void RemoveNextBatchInQueue() {
base.Channel.RemoveNextBatchInQueue();
}
public System.Threading.Tasks.Task RemoveNextBatchInQueueAsync() {
return base.Channel.RemoveNextBatchInQueueAsync();
}
public void RemoveNextBatchInQueueForLaneGroup(EgwProxy.Icoel.SizerService.LaneGroup laneGroup, bool removeWholeBatch) {
base.Channel.RemoveNextBatchInQueueForLaneGroup(laneGroup, removeWholeBatch);
}
public System.Threading.Tasks.Task RemoveNextBatchInQueueForLaneGroupAsync(EgwProxy.Icoel.SizerService.LaneGroup laneGroup, bool removeWholeBatch) {
return base.Channel.RemoveNextBatchInQueueForLaneGroupAsync(laneGroup, removeWholeBatch);
}
public int StartNextBatchInQueue() {
return base.Channel.StartNextBatchInQueue();
}
public System.Threading.Tasks.Task<int> StartNextBatchInQueueAsync() {
return base.Channel.StartNextBatchInQueueAsync();
}
public int StartNextBatchInQueueForLaneGroup(EgwProxy.Icoel.SizerService.LaneGroup laneGroup) {
return base.Channel.StartNextBatchInQueueForLaneGroup(laneGroup);
}
public System.Threading.Tasks.Task<int> StartNextBatchInQueueForLaneGroupAsync(EgwProxy.Icoel.SizerService.LaneGroup laneGroup) {
return base.Channel.StartNextBatchInQueueForLaneGroupAsync(laneGroup);
}
public double GetCurrentCartonEquivalentWeight() {
return base.Channel.GetCurrentCartonEquivalentWeight();
}
public System.Threading.Tasks.Task<double> GetCurrentCartonEquivalentWeightAsync() {
return base.Channel.GetCurrentCartonEquivalentWeightAsync();
}
public void SetCurrentCartonEquivalentWeight(double cartonEquivalentWeight) {
base.Channel.SetCurrentCartonEquivalentWeight(cartonEquivalentWeight);
}
public System.Threading.Tasks.Task SetCurrentCartonEquivalentWeightAsync(double cartonEquivalentWeight) {
return base.Channel.SetCurrentCartonEquivalentWeightAsync(cartonEquivalentWeight);
}
public System.Collections.Generic.Dictionary<string, int> GetLaneSizeFPM(int laneIndex) {
return base.Channel.GetLaneSizeFPM(laneIndex);
}
public System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, int>> GetLaneSizeFPMAsync(int laneIndex) {
return base.Channel.GetLaneSizeFPMAsync(laneIndex);
}
public System.Collections.Generic.Dictionary<string, int>[] GetLanesSizeFPM() {
return base.Channel.GetLanesSizeFPM();
}
public System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, int>[]> GetLanesSizeFPMAsync() {
return base.Channel.GetLanesSizeFPMAsync();
}
public System.Collections.Generic.Dictionary<string, int> GetLaneGradeFPM(int laneIndex) {
return base.Channel.GetLaneGradeFPM(laneIndex);
}
public System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, int>> GetLaneGradeFPMAsync(int laneIndex) {
return base.Channel.GetLaneGradeFPMAsync(laneIndex);
}
public System.Collections.Generic.Dictionary<string, int>[] GetLanesGradeFPM() {
return base.Channel.GetLanesGradeFPM();
}
public System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, int>[]> GetLanesGradeFPMAsync() {
return base.Channel.GetLanesGradeFPMAsync();
}
public bool ForceChangeOnStage(string stageName, int toBatchId) {
return base.Channel.ForceChangeOnStage(stageName, toBatchId);
}
public System.Threading.Tasks.Task<bool> ForceChangeOnStageAsync(string stageName, int toBatchId) {
return base.Channel.ForceChangeOnStageAsync(stageName, toBatchId);
}
public string[] GetSizingProfileNames() {
return base.Channel.GetSizingProfileNames();
}
public System.Threading.Tasks.Task<string[]> GetSizingProfileNamesAsync() {
return base.Channel.GetSizingProfileNamesAsync();
}
public string[] GetVarietyNames() {
return base.Channel.GetVarietyNames();
}
public System.Threading.Tasks.Task<string[]> GetVarietyNamesAsync() {
return base.Channel.GetVarietyNamesAsync();
}
public EgwProxy.Icoel.SizerService.Layout[] GetLayouts(System.Guid varietyID) {
return base.Channel.GetLayouts(varietyID);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout[]> GetLayoutsAsync(System.Guid varietyID) {
return base.Channel.GetLayoutsAsync(varietyID);
}
public EgwProxy.Icoel.SizerService.Variety GetVarietyByName(string varietyName) {
return base.Channel.GetVarietyByName(varietyName);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Variety> GetVarietyByNameAsync(string varietyName) {
return base.Channel.GetVarietyByNameAsync(varietyName);
}
public EgwProxy.Icoel.SizerService.Variety GetVarietyById(System.Guid varietyID) {
return base.Channel.GetVarietyById(varietyID);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Variety> GetVarietyByIdAsync(System.Guid varietyID) {
return base.Channel.GetVarietyByIdAsync(varietyID);
}
public EgwProxy.Icoel.SizerService.Variety GetActiveVariety() {
return base.Channel.GetActiveVariety();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Variety> GetActiveVarietyAsync() {
return base.Channel.GetActiveVarietyAsync();
}
public EgwProxy.Icoel.SizerService.Variety[] GetActiveVarieties() {
return base.Channel.GetActiveVarieties();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Variety[]> GetActiveVarietiesAsync() {
return base.Channel.GetActiveVarietiesAsync();
}
public EgwProxy.Icoel.SizerService.Variety[] GetAllVarieties() {
return base.Channel.GetAllVarieties();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Variety[]> GetAllVarietiesAsync() {
return base.Channel.GetAllVarietiesAsync();
}
public EgwProxy.Icoel.SizerService.Layout GetLayout(System.Guid varietyID, System.Guid layoutID) {
return base.Channel.GetLayout(varietyID, layoutID);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout> GetLayoutAsync(System.Guid varietyID, System.Guid layoutID) {
return base.Channel.GetLayoutAsync(varietyID, layoutID);
}
public EgwProxy.Icoel.SizerService.Layout GetActiveLayout(System.Guid varietyID) {
return base.Channel.GetActiveLayout(varietyID);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout> GetActiveLayoutAsync(System.Guid varietyID) {
return base.Channel.GetActiveLayoutAsync(varietyID);
}
public EgwProxy.Icoel.SizerService.Product GetProduct(System.Guid productGuid) {
return base.Channel.GetProduct(productGuid);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Product> GetProductAsync(System.Guid productGuid) {
return base.Channel.GetProductAsync(productGuid);
}
public EgwProxy.Icoel.SizerService.Product[] GetActiveProducts(System.Guid varietyID, System.Guid layoutID) {
return base.Channel.GetActiveProducts(varietyID, layoutID);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Product[]> GetActiveProductsAsync(System.Guid varietyID, System.Guid layoutID) {
return base.Channel.GetActiveProductsAsync(varietyID, layoutID);
}
public EgwProxy.Icoel.SizerService.Product[] GetAllProducts(System.Guid varietyID) {
return base.Channel.GetAllProducts(varietyID);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Product[]> GetAllProductsAsync(System.Guid varietyID) {
return base.Channel.GetAllProductsAsync(varietyID);
}
public void RemoveProduct(System.Guid varietyID, System.Guid layoutID, System.Guid productID) {
base.Channel.RemoveProduct(varietyID, layoutID, productID);
}
public System.Threading.Tasks.Task RemoveProductAsync(System.Guid varietyID, System.Guid layoutID, System.Guid productID) {
return base.Channel.RemoveProductAsync(varietyID, layoutID, productID);
}
public EgwProxy.Icoel.SizerService.Layout CreateLayout(System.Guid varietyID, string layoutName) {
return base.Channel.CreateLayout(varietyID, layoutName);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout> CreateLayoutAsync(System.Guid varietyID, string layoutName) {
return base.Channel.CreateLayoutAsync(varietyID, layoutName);
}
public void DeleteLayout(System.Guid varietyID, System.Guid layoutID) {
base.Channel.DeleteLayout(varietyID, layoutID);
}
public System.Threading.Tasks.Task DeleteLayoutAsync(System.Guid varietyID, System.Guid layoutID) {
return base.Channel.DeleteLayoutAsync(varietyID, layoutID);
}
public EgwProxy.Icoel.SizerService.Layout UpdateLayout(System.Guid varietyID, EgwProxy.Icoel.SizerService.Layout layout) {
return base.Channel.UpdateLayout(varietyID, layout);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout> UpdateLayoutAsync(System.Guid varietyID, EgwProxy.Icoel.SizerService.Layout layout) {
return base.Channel.UpdateLayoutAsync(varietyID, layout);
}
public EgwProxy.Icoel.SizerService.Layout ActivateLayout(System.Guid varietyID, System.Guid layoutID) {
return base.Channel.ActivateLayout(varietyID, layoutID);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Layout> ActivateLayoutAsync(System.Guid varietyID, System.Guid layoutID) {
return base.Channel.ActivateLayoutAsync(varietyID, layoutID);
}
public EgwProxy.Icoel.SizerService.Pack[] GetAllPacks() {
return base.Channel.GetAllPacks();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Pack[]> GetAllPacksAsync() {
return base.Channel.GetAllPacksAsync();
}
public EgwProxy.Icoel.SizerService.Label[] GetAllLabels() {
return base.Channel.GetAllLabels();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Label[]> GetAllLabelsAsync() {
return base.Channel.GetAllLabelsAsync();
}
public EgwProxy.Icoel.SizerService.Label[] GetActiveLabels() {
return base.Channel.GetActiveLabels();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Label[]> GetActiveLabelsAsync() {
return base.Channel.GetActiveLabelsAsync();
}
public void AddProduct(System.Guid varietyID, EgwProxy.Icoel.SizerService.Product product) {
base.Channel.AddProduct(varietyID, product);
}
public System.Threading.Tasks.Task AddProductAsync(System.Guid varietyID, EgwProxy.Icoel.SizerService.Product product) {
return base.Channel.AddProductAsync(varietyID, product);
}
public void UpdateProduct(EgwProxy.Icoel.SizerService.Product product) {
base.Channel.UpdateProduct(product);
}
public System.Threading.Tasks.Task UpdateProductAsync(EgwProxy.Icoel.SizerService.Product product) {
return base.Channel.UpdateProductAsync(product);
}
public void DeleteProduct(System.Guid productID, bool force) {
base.Channel.DeleteProduct(productID, force);
}
public System.Threading.Tasks.Task DeleteProductAsync(System.Guid productID, bool force) {
return base.Channel.DeleteProductAsync(productID, force);
}
public void ActivateProducts(System.Guid varietyID, System.Guid layoutID, System.Guid[] productGuids) {
base.Channel.ActivateProducts(varietyID, layoutID, productGuids);
}
public System.Threading.Tasks.Task ActivateProductsAsync(System.Guid varietyID, System.Guid layoutID, System.Guid[] productGuids) {
return base.Channel.ActivateProductsAsync(varietyID, layoutID, productGuids);
}
public EgwProxy.Icoel.SizerService.Outlet[] GetOutlets() {
return base.Channel.GetOutlets();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Outlet[]> GetOutletsAsync() {
return base.Channel.GetOutletsAsync();
}
public EgwProxy.Icoel.SizerService.Product GetProductAtOutlet(int outletId) {
return base.Channel.GetProductAtOutlet(outletId);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Product> GetProductAtOutletAsync(int outletId) {
return base.Channel.GetProductAtOutletAsync(outletId);
}
public EgwProxy.Icoel.SizerService.Batch GetBatchAtOutlet(int outletId) {
return base.Channel.GetBatchAtOutlet(outletId);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetBatchAtOutletAsync(int outletId) {
return base.Channel.GetBatchAtOutletAsync(outletId);
}
public EgwProxy.Icoel.SizerService.Batch[] GetBatchesAtOutlet(int outletId) {
return base.Channel.GetBatchesAtOutlet(outletId);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch[]> GetBatchesAtOutletAsync(int outletId) {
return base.Channel.GetBatchesAtOutletAsync(outletId);
}
public EgwProxy.Icoel.SizerService.Batch[] GetBatchesForProductAtOutlet(int outletId) {
return base.Channel.GetBatchesForProductAtOutlet(outletId);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch[]> GetBatchesForProductAtOutletAsync(int outletId) {
return base.Channel.GetBatchesForProductAtOutletAsync(outletId);
}
public string GetProductUserData(System.Guid productId, string category, string field) {
return base.Channel.GetProductUserData(productId, category, field);
}
public System.Threading.Tasks.Task<string> GetProductUserDataAsync(System.Guid productId, string category, string field) {
return base.Channel.GetProductUserDataAsync(productId, category, field);
}
public void ChangeProductAtOutlet(int outletId, System.Guid productID, bool force) {
base.Channel.ChangeProductAtOutlet(outletId, productID, force);
}
public System.Threading.Tasks.Task ChangeProductAtOutletAsync(int outletId, System.Guid productID, bool force) {
return base.Channel.ChangeProductAtOutletAsync(outletId, productID, force);
}
public void SetOutletEnabled(int outletId, bool enabled, bool disableOnPackBoundary) {
base.Channel.SetOutletEnabled(outletId, enabled, disableOnPackBoundary);
}
public System.Threading.Tasks.Task SetOutletEnabledAsync(int outletId, bool enabled, bool disableOnPackBoundary) {
return base.Channel.SetOutletEnabledAsync(outletId, enabled, disableOnPackBoundary);
}
public void ResetOutlet(int outletId) {
base.Channel.ResetOutlet(outletId);
}
public System.Threading.Tasks.Task ResetOutletAsync(int outletId) {
return base.Channel.ResetOutletAsync(outletId);
}
public void CycleOutlet(int outletId) {
base.Channel.CycleOutlet(outletId);
}
public System.Threading.Tasks.Task CycleOutletAsync(int outletId) {
return base.Channel.CycleOutletAsync(outletId);
}
public EgwProxy.Icoel.SizerService.Product[] GetProductsInNextAvailableOutletStrategy() {
return base.Channel.GetProductsInNextAvailableOutletStrategy();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Product[]> GetProductsInNextAvailableOutletStrategyAsync() {
return base.Channel.GetProductsInNextAvailableOutletStrategyAsync();
}
public void AddProductToNextAvailableOutletStrategy(System.Guid productId) {
base.Channel.AddProductToNextAvailableOutletStrategy(productId);
}
public System.Threading.Tasks.Task AddProductToNextAvailableOutletStrategyAsync(System.Guid productId) {
return base.Channel.AddProductToNextAvailableOutletStrategyAsync(productId);
}
public void RemoveProductFromNextAvailableOutletStrategy(System.Guid productId) {
base.Channel.RemoveProductFromNextAvailableOutletStrategy(productId);
}
public System.Threading.Tasks.Task RemoveProductFromNextAvailableOutletStrategyAsync(System.Guid productId) {
return base.Channel.RemoveProductFromNextAvailableOutletStrategyAsync(productId);
}
public double GetOutletFPM(int outletId) {
return base.Channel.GetOutletFPM(outletId);
}
public System.Threading.Tasks.Task<double> GetOutletFPMAsync(int outletId) {
return base.Channel.GetOutletFPMAsync(outletId);
}
public double[] GetOutletsFPM() {
return base.Channel.GetOutletsFPM();
}
public System.Threading.Tasks.Task<double[]> GetOutletsFPMAsync() {
return base.Channel.GetOutletsFPMAsync();
}
public int[] GetMachineRodsPM() {
return base.Channel.GetMachineRodsPM();
}
public System.Threading.Tasks.Task<int[]> GetMachineRodsPMAsync() {
return base.Channel.GetMachineRodsPMAsync();
}
public int GetMachineRecycleFPM() {
return base.Channel.GetMachineRecycleFPM();
}
public System.Threading.Tasks.Task<int> GetMachineRecycleFPMAsync() {
return base.Channel.GetMachineRecycleFPMAsync();
}
public int GetMachineRejectFPM() {
return base.Channel.GetMachineRejectFPM();
}
public System.Threading.Tasks.Task<int> GetMachineRejectFPMAsync() {
return base.Channel.GetMachineRejectFPMAsync();
}
public int GetMachineMissedFPM() {
return base.Channel.GetMachineMissedFPM();
}
public System.Threading.Tasks.Task<int> GetMachineMissedFPMAsync() {
return base.Channel.GetMachineMissedFPMAsync();
}
public int GetMachineDroppedFPM() {
return base.Channel.GetMachineDroppedFPM();
}
public System.Threading.Tasks.Task<int> GetMachineDroppedFPMAsync() {
return base.Channel.GetMachineDroppedFPMAsync();
}
public int GetMachinePackedFPM() {
return base.Channel.GetMachinePackedFPM();
}
public System.Threading.Tasks.Task<int> GetMachinePackedFPMAsync() {
return base.Channel.GetMachinePackedFPMAsync();
}
public double GetMachineAFW() {
return base.Channel.GetMachineAFW();
}
public System.Threading.Tasks.Task<double> GetMachineAFWAsync() {
return base.Channel.GetMachineAFWAsync();
}
public double GetAFW(int batchId) {
return base.Channel.GetAFW(batchId);
}
public System.Threading.Tasks.Task<double> GetAFWAsync(int batchId) {
return base.Channel.GetAFWAsync(batchId);
}
public int GetMachineAVC() {
return base.Channel.GetMachineAVC();
}
public System.Threading.Tasks.Task<int> GetMachineAVCAsync() {
return base.Channel.GetMachineAVCAsync();
}
public int GetMachinePacksPH() {
return base.Channel.GetMachinePacksPH();
}
public System.Threading.Tasks.Task<int> GetMachinePacksPHAsync() {
return base.Channel.GetMachinePacksPHAsync();
}
public double GetMachineCupfill() {
return base.Channel.GetMachineCupfill();
}
public System.Threading.Tasks.Task<double> GetMachineCupfillAsync() {
return base.Channel.GetMachineCupfillAsync();
}
public double GetLanesCupfill(int lane) {
return base.Channel.GetLanesCupfill(lane);
}
public System.Threading.Tasks.Task<double> GetLanesCupfillAsync(int lane) {
return base.Channel.GetLanesCupfillAsync(lane);
}
public double[] GetCupfillForAllLanes() {
return base.Channel.GetCupfillForAllLanes();
}
public System.Threading.Tasks.Task<double[]> GetCupfillForAllLanesAsync() {
return base.Channel.GetCupfillForAllLanesAsync();
}
public void SetOutletsMaxRateSquareCMPerMinute(System.Collections.Generic.Dictionary<int, int> newRates) {
base.Channel.SetOutletsMaxRateSquareCMPerMinute(newRates);
}
public System.Threading.Tasks.Task SetOutletsMaxRateSquareCMPerMinuteAsync(System.Collections.Generic.Dictionary<int, int> newRates) {
return base.Channel.SetOutletsMaxRateSquareCMPerMinuteAsync(newRates);
}
public int GetMachineTonnesPH() {
return base.Channel.GetMachineTonnesPH();
}
public System.Threading.Tasks.Task<int> GetMachineTonnesPHAsync() {
return base.Channel.GetMachineTonnesPHAsync();
}
public void RaiseAlarm(string alarm, string details) {
base.Channel.RaiseAlarm(alarm, details);
}
public System.Threading.Tasks.Task RaiseAlarmAsync(string alarm, string details) {
return base.Channel.RaiseAlarmAsync(alarm, details);
}
public void RaiseAlarmWithPriority(string alarm, string details, EgwProxy.Icoel.SizerService.AlarmPriority priority) {
base.Channel.RaiseAlarmWithPriority(alarm, details, priority);
}
public System.Threading.Tasks.Task RaiseAlarmWithPriorityAsync(string alarm, string details, EgwProxy.Icoel.SizerService.AlarmPriority priority) {
return base.Channel.RaiseAlarmWithPriorityAsync(alarm, details, priority);
}
public void RaiseEvent(EgwProxy.Icoel.SizerService.ServiceEvent eventDetails) {
base.Channel.RaiseEvent(eventDetails);
}
public System.Threading.Tasks.Task RaiseEventAsync(EgwProxy.Icoel.SizerService.ServiceEvent eventDetails) {
return base.Channel.RaiseEventAsync(eventDetails);
}
public EgwProxy.Icoel.SizerService.LaneGroup[] GetLaneGroups() {
return base.Channel.GetLaneGroups();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.LaneGroup[]> GetLaneGroupsAsync() {
return base.Channel.GetLaneGroupsAsync();
}
public EgwProxy.Icoel.SizerService.Batch GetBatch(int id) {
return base.Channel.GetBatch(id);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetBatchAsync(int id) {
return base.Channel.GetBatchAsync(id);
}
public EgwProxy.Icoel.SizerService.Batch GetCurrentBatch() {
return base.Channel.GetCurrentBatch();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetCurrentBatchAsync() {
return base.Channel.GetCurrentBatchAsync();
}
public EgwProxy.Icoel.SizerService.Batch[] GetCurrentBatches() {
return base.Channel.GetCurrentBatches();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch[]> GetCurrentBatchesAsync() {
return base.Channel.GetCurrentBatchesAsync();
}
public EgwProxy.Icoel.SizerService.Batch GetCurrentBatchByLane(int lane) {
return base.Channel.GetCurrentBatchByLane(lane);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetCurrentBatchByLaneAsync(int lane) {
return base.Channel.GetCurrentBatchByLaneAsync(lane);
}
public EgwProxy.Icoel.SizerService.Batch GetCurrentBatchByLaneGroup(EgwProxy.Icoel.SizerService.LaneGroup laneGroup) {
return base.Channel.GetCurrentBatchByLaneGroup(laneGroup);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Batch> GetCurrentBatchByLaneGroupAsync(EgwProxy.Icoel.SizerService.LaneGroup laneGroup) {
return base.Channel.GetCurrentBatchByLaneGroupAsync(laneGroup);
}
public bool IsCurrentBatch(int id) {
return base.Channel.IsCurrentBatch(id);
}
public System.Threading.Tasks.Task<bool> IsCurrentBatchAsync(int id) {
return base.Channel.IsCurrentBatchAsync(id);
}
public EgwProxy.Icoel.SizerService.LaneGroup[] GetBatchLaneGroups(int id) {
return base.Channel.GetBatchLaneGroups(id);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.LaneGroup[]> GetBatchLaneGroupsAsync(int id) {
return base.Channel.GetBatchLaneGroupsAsync(id);
}
public int[] GetBatchLanes(int id) {
return base.Channel.GetBatchLanes(id);
}
public System.Threading.Tasks.Task<int[]> GetBatchLanesAsync(int id) {
return base.Channel.GetBatchLanesAsync(id);
}
public int ChangeBatch(EgwProxy.Icoel.SizerService.Batch batch) {
return base.Channel.ChangeBatch(batch);
}
public System.Threading.Tasks.Task<int> ChangeBatchAsync(EgwProxy.Icoel.SizerService.Batch batch) {
return base.Channel.ChangeBatchAsync(batch);
}
public int ChangeBatchByLane(EgwProxy.Icoel.SizerService.Batch batch, EgwProxy.Icoel.SizerService.LaneGroup[] laneGroups) {
return base.Channel.ChangeBatchByLane(batch, laneGroups);
}
public System.Threading.Tasks.Task<int> ChangeBatchByLaneAsync(EgwProxy.Icoel.SizerService.Batch batch, EgwProxy.Icoel.SizerService.LaneGroup[] laneGroups) {
return base.Channel.ChangeBatchByLaneAsync(batch, laneGroups);
}
public int SecondsToBallArrivingOnLastBatchChange() {
return base.Channel.SecondsToBallArrivingOnLastBatchChange();
}
public System.Threading.Tasks.Task<int> SecondsToBallArrivingOnLastBatchChangeAsync() {
return base.Channel.SecondsToBallArrivingOnLastBatchChangeAsync();
}
public void AddBatchLanes(EgwProxy.Icoel.SizerService.Batch batch, EgwProxy.Icoel.SizerService.LaneGroup[] laneGroups) {
base.Channel.AddBatchLanes(batch, laneGroups);
}
public System.Threading.Tasks.Task AddBatchLanesAsync(EgwProxy.Icoel.SizerService.Batch batch, EgwProxy.Icoel.SizerService.LaneGroup[] laneGroups) {
return base.Channel.AddBatchLanesAsync(batch, laneGroups);
}
public void ClearBatches() {
base.Channel.ClearBatches();
}
public System.Threading.Tasks.Task ClearBatchesAsync() {
return base.Channel.ClearBatchesAsync();
}
public void SetBatchDetails(EgwProxy.Icoel.SizerService.Batch batch) {
base.Channel.SetBatchDetails(batch);
}
public System.Threading.Tasks.Task SetBatchDetailsAsync(EgwProxy.Icoel.SizerService.Batch batch) {
return base.Channel.SetBatchDetailsAsync(batch);
}
public void FlushTotals() {
base.Channel.FlushTotals();
}
public System.Threading.Tasks.Task FlushTotalsAsync() {
return base.Channel.FlushTotalsAsync();
}
public EgwProxy.Icoel.SizerService.Grower GetGrower(string growerCode) {
return base.Channel.GetGrower(growerCode);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Grower> GetGrowerAsync(string growerCode) {
return base.Channel.GetGrowerAsync(growerCode);
}
public EgwProxy.Icoel.SizerService.Grower[] GetAllGrowers() {
return base.Channel.GetAllGrowers();
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.Grower[]> GetAllGrowersAsync() {
return base.Channel.GetAllGrowersAsync();
}
public void AddGrower(EgwProxy.Icoel.SizerService.Grower grower) {
base.Channel.AddGrower(grower);
}
public System.Threading.Tasks.Task AddGrowerAsync(EgwProxy.Icoel.SizerService.Grower grower) {
return base.Channel.AddGrowerAsync(grower);
}
public void AddGrowers(EgwProxy.Icoel.SizerService.Grower[] growers) {
base.Channel.AddGrowers(growers);
}
public System.Threading.Tasks.Task AddGrowersAsync(EgwProxy.Icoel.SizerService.Grower[] growers) {
return base.Channel.AddGrowersAsync(growers);
}
public void DeleteGrower(string growerCode) {
base.Channel.DeleteGrower(growerCode);
}
public System.Threading.Tasks.Task DeleteGrowerAsync(string growerCode) {
return base.Channel.DeleteGrowerAsync(growerCode);
}
public void UpdateGrower(EgwProxy.Icoel.SizerService.Grower grower) {
base.Channel.UpdateGrower(grower);
}
public System.Threading.Tasks.Task UpdateGrowerAsync(EgwProxy.Icoel.SizerService.Grower grower) {
return base.Channel.UpdateGrowerAsync(grower);
}
public int GetMachineTotalFPM() {
return base.Channel.GetMachineTotalFPM();
}
public System.Threading.Tasks.Task<int> GetMachineTotalFPMAsync() {
return base.Channel.GetMachineTotalFPMAsync();
}
public bool MatchesCurrentBatch(int batchId) {
return base.Channel.MatchesCurrentBatch(batchId);
}
public System.Threading.Tasks.Task<bool> MatchesCurrentBatchAsync(int batchId) {
return base.Channel.MatchesCurrentBatchAsync(batchId);
}
public EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration GetSamplingConfiguration(int outletId) {
return base.Channel.GetSamplingConfiguration(outletId);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration> GetSamplingConfigurationAsync(int outletId) {
return base.Channel.GetSamplingConfigurationAsync(outletId);
}
public void SetSamplingConfiguration(int outletId, EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration config) {
base.Channel.SetSamplingConfiguration(outletId, config);
}
public System.Threading.Tasks.Task SetSamplingConfigurationAsync(int outletId, EgwProxy.Icoel.SizerService.AbstractSamplingConfiguration config) {
return base.Channel.SetSamplingConfigurationAsync(outletId, config);
}
public EgwProxy.Icoel.SizerService.SamplingProgress[] GetSamplingProgress(int outletId) {
return base.Channel.GetSamplingProgress(outletId);
}
public System.Threading.Tasks.Task<EgwProxy.Icoel.SizerService.SamplingProgress[]> GetSamplingProgressAsync(int outletId) {
return base.Channel.GetSamplingProgressAsync(outletId);
}
}
}