//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace bsmd.herberg.FormService.ServiceReferenceHerberg { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://www.fleettracker.de/api/1.0", ConfigurationName="ServiceReferenceHerberg.WSAPIFormDataPortType")] public interface WSAPIFormDataPortType { [System.ServiceModel.OperationContractAttribute(Action="http://www.fleettracker.de/GetFormDataInfoList", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse GetFormDataInfoList(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest request); // CODEGEN: Generating message contract since the operation has multiple return values. [System.ServiceModel.OperationContractAttribute(Action="http://www.fleettracker.de/GetFormDataInfoList", ReplyAction="*")] System.Threading.Tasks.Task GetFormDataInfoListAsync(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://www.fleettracker.de/GetFormData", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse GetFormData(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest request); // CODEGEN: Generating message contract since the operation has multiple return values. [System.ServiceModel.OperationContractAttribute(Action="http://www.fleettracker.de/GetFormData", ReplyAction="*")] System.Threading.Tasks.Task GetFormDataAsync(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest request); } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")] public partial class GetFormDataInfoListRequestData : object, System.ComponentModel.INotifyPropertyChanged { private APIIdentifier apiIdentifierField; private TimeFrameRequestFilter timeFrameRequestFilterField; private string ffTemplateNameField; private string ffFolderTemplateTypeTagField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public APIIdentifier apiIdentifier { get { return this.apiIdentifierField; } set { this.apiIdentifierField = value; this.RaisePropertyChanged("apiIdentifier"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public TimeFrameRequestFilter timeFrameRequestFilter { get { return this.timeFrameRequestFilterField; } set { this.timeFrameRequestFilterField = value; this.RaisePropertyChanged("timeFrameRequestFilter"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string ffTemplateName { get { return this.ffTemplateNameField; } set { this.ffTemplateNameField = value; this.RaisePropertyChanged("ffTemplateName"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public string ffFolderTemplateTypeTag { get { return this.ffFolderTemplateTypeTagField; } set { this.ffFolderTemplateTypeTagField = value; this.RaisePropertyChanged("ffFolderTemplateTypeTag"); } } 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.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")] public partial class APIIdentifier : object, System.ComponentModel.INotifyPropertyChanged { private string companyGuidField; private string clientGuidField; private string clientNameField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string companyGuid { get { return this.companyGuidField; } set { this.companyGuidField = value; this.RaisePropertyChanged("companyGuid"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] public string clientGuid { get { return this.clientGuidField; } set { this.clientGuidField = value; this.RaisePropertyChanged("clientGuid"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=2)] public string clientName { get { return this.clientNameField; } set { this.clientNameField = value; this.RaisePropertyChanged("clientName"); } } 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.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")] public partial class FormData : object, System.ComponentModel.INotifyPropertyChanged { private string valueField; private string unitField; private string nameField; private int widget_idField; private int rowNoField; private bool rowNoFieldSpecified; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string value { get { return this.valueField; } set { this.valueField = value; this.RaisePropertyChanged("value"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string unit { get { return this.unitField; } set { this.unitField = value; this.RaisePropertyChanged("unit"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string name { get { return this.nameField; } set { this.nameField = value; this.RaisePropertyChanged("name"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public int widget_id { get { return this.widget_idField; } set { this.widget_idField = value; this.RaisePropertyChanged("widget_id"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public int rowNo { get { return this.rowNoField; } set { this.rowNoField = value; this.RaisePropertyChanged("rowNo"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool rowNoSpecified { get { return this.rowNoFieldSpecified; } set { this.rowNoFieldSpecified = value; this.RaisePropertyChanged("rowNoSpecified"); } } 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.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")] public partial class FormDataset : object, System.ComponentModel.INotifyPropertyChanged { private System.DateTime revisionDateField; private System.DateTime startPeriodField; private bool startPeriodFieldSpecified; private System.DateTime endPeriodField; private bool endPeriodFieldSpecified; private FormData[] formDataField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public System.DateTime revisionDate { get { return this.revisionDateField; } set { this.revisionDateField = value; this.RaisePropertyChanged("revisionDate"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public System.DateTime startPeriod { get { return this.startPeriodField; } set { this.startPeriodField = value; this.RaisePropertyChanged("startPeriod"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool startPeriodSpecified { get { return this.startPeriodFieldSpecified; } set { this.startPeriodFieldSpecified = value; this.RaisePropertyChanged("startPeriodSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public System.DateTime endPeriod { get { return this.endPeriodField; } set { this.endPeriodField = value; this.RaisePropertyChanged("endPeriod"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool endPeriodSpecified { get { return this.endPeriodFieldSpecified; } set { this.endPeriodFieldSpecified = value; this.RaisePropertyChanged("endPeriodSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute("formData", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public FormData[] formData { get { return this.formDataField; } set { this.formDataField = value; this.RaisePropertyChanged("formData"); } } 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.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")] public partial class GetFormDataResponseData : object, System.ComponentModel.INotifyPropertyChanged { private GetFormDataRequestData requestField; private int imoNumberField; private FormDataset[] formDatasetsField; private string resultField; private bool successField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public GetFormDataRequestData request { get { return this.requestField; } set { this.requestField = value; this.RaisePropertyChanged("request"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public int imoNumber { get { return this.imoNumberField; } set { this.imoNumberField = value; this.RaisePropertyChanged("imoNumber"); } } /// [System.Xml.Serialization.XmlElementAttribute("formDatasets", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public FormDataset[] formDatasets { get { return this.formDatasetsField; } set { this.formDatasetsField = value; this.RaisePropertyChanged("formDatasets"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public string result { get { return this.resultField; } set { this.resultField = value; this.RaisePropertyChanged("result"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public bool success { get { return this.successField; } set { this.successField = value; this.RaisePropertyChanged("success"); } } 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.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")] public partial class GetFormDataRequestData : object, System.ComponentModel.INotifyPropertyChanged { private APIIdentifier apiIdentifierField; private string formGuidField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public APIIdentifier apiIdentifier { get { return this.apiIdentifierField; } set { this.apiIdentifierField = value; this.RaisePropertyChanged("apiIdentifier"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string formGuid { get { return this.formGuidField; } set { this.formGuidField = value; this.RaisePropertyChanged("formGuid"); } } 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.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")] public partial class FormDataInfoDataset : object, System.ComponentModel.INotifyPropertyChanged { private string folderTemplateGuidField; private string formTemplateGuidField; private string folderGuidField; private string formGuidField; private int imoNumberField; private System.DateTime lastRevisionDateField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string folderTemplateGuid { get { return this.folderTemplateGuidField; } set { this.folderTemplateGuidField = value; this.RaisePropertyChanged("folderTemplateGuid"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string formTemplateGuid { get { return this.formTemplateGuidField; } set { this.formTemplateGuidField = value; this.RaisePropertyChanged("formTemplateGuid"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string folderGuid { get { return this.folderGuidField; } set { this.folderGuidField = value; this.RaisePropertyChanged("folderGuid"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public string formGuid { get { return this.formGuidField; } set { this.formGuidField = value; this.RaisePropertyChanged("formGuid"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public int imoNumber { get { return this.imoNumberField; } set { this.imoNumberField = value; this.RaisePropertyChanged("imoNumber"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)] public System.DateTime lastRevisionDate { get { return this.lastRevisionDateField; } set { this.lastRevisionDateField = value; this.RaisePropertyChanged("lastRevisionDate"); } } 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.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")] public partial class GetFormDataInfoListResponseData : object, System.ComponentModel.INotifyPropertyChanged { private GetFormDataInfoListRequestData requestField; private FormDataInfoDataset[] formDataInfoDatasetsField; private string resultField; private bool successField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public GetFormDataInfoListRequestData request { get { return this.requestField; } set { this.requestField = value; this.RaisePropertyChanged("request"); } } /// [System.Xml.Serialization.XmlElementAttribute("formDataInfoDatasets", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public FormDataInfoDataset[] formDataInfoDatasets { get { return this.formDataInfoDatasetsField; } set { this.formDataInfoDatasetsField = value; this.RaisePropertyChanged("formDataInfoDatasets"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string result { get { return this.resultField; } set { this.resultField = value; this.RaisePropertyChanged("result"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public bool success { get { return this.successField; } set { this.successField = value; this.RaisePropertyChanged("success"); } } 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.Xml", "4.0.30319.34234")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.fleettracker.de/api/1.0")] public partial class TimeFrameRequestFilter : object, System.ComponentModel.INotifyPropertyChanged { private System.DateTime startDateField; private bool startDateFieldSpecified; private System.DateTime endDateField; private bool endDateFieldSpecified; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public System.DateTime startDate { get { return this.startDateField; } set { this.startDateField = value; this.RaisePropertyChanged("startDate"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool startDateSpecified { get { return this.startDateFieldSpecified; } set { this.startDateFieldSpecified = value; this.RaisePropertyChanged("startDateSpecified"); } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public System.DateTime endDate { get { return this.endDateField; } set { this.endDateField = value; this.RaisePropertyChanged("endDate"); } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool endDateSpecified { get { return this.endDateFieldSpecified; } set { this.endDateFieldSpecified = value; this.RaisePropertyChanged("endDateSpecified"); } } 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.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetFormDataInfoList", WrapperNamespace="http://www.fleettracker.de/api/1.0", IsWrapped=true)] public partial class GetFormDataInfoListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)] public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequestData body; public GetFormDataInfoListRequest() { } public GetFormDataInfoListRequest(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequestData body) { this.body = body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetFormDataInfoListResponse", WrapperNamespace="http://www.fleettracker.de/api/1.0", IsWrapped=true)] public partial class GetFormDataInfoListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)] public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponseData body; public GetFormDataInfoListResponse() { } public GetFormDataInfoListResponse(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponseData body) { this.body = body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetFormData", WrapperNamespace="http://www.fleettracker.de/api/1.0", IsWrapped=true)] public partial class GetFormDataRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)] public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequestData body; public GetFormDataRequest() { } public GetFormDataRequest(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequestData body) { this.body = body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetFormDataResponse", WrapperNamespace="http://www.fleettracker.de/api/1.0", IsWrapped=true)] public partial class GetFormDataResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)] public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponseData body; public GetFormDataResponse() { } public GetFormDataResponse(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponseData body) { this.body = body; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface WSAPIFormDataPortTypeChannel : bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class WSAPIFormDataPortTypeClient : System.ServiceModel.ClientBase, bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType { public WSAPIFormDataPortTypeClient() { } public WSAPIFormDataPortTypeClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public WSAPIFormDataPortTypeClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public WSAPIFormDataPortTypeClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public WSAPIFormDataPortTypeClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType.GetFormDataInfoList(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest request) { return base.Channel.GetFormDataInfoList(request); } public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponseData GetFormDataInfoList(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequestData body) { bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest inValue = new bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest(); inValue.body = body; bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse retVal = ((bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType)(this)).GetFormDataInfoList(inValue); return retVal.body; } public System.Threading.Tasks.Task GetFormDataInfoListAsync(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListRequest request) { return base.Channel.GetFormDataInfoListAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType.GetFormData(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest request) { return base.Channel.GetFormData(request); } public bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponseData GetFormData(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequestData body) { bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest inValue = new bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest(); inValue.body = body; bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse retVal = ((bsmd.herberg.FormService.ServiceReferenceHerberg.WSAPIFormDataPortType)(this)).GetFormData(inValue); return retVal.body; } public System.Threading.Tasks.Task GetFormDataAsync(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest request) { return base.Channel.GetFormDataAsync(request); } } }