881 lines
36 KiB
C#
881 lines
36 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
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<bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse> 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<bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse> GetFormDataAsync(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest request);
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string companyGuid {
|
|
get {
|
|
return this.companyGuidField;
|
|
}
|
|
set {
|
|
this.companyGuidField = value;
|
|
this.RaisePropertyChanged("companyGuid");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string clientGuid {
|
|
get {
|
|
return this.clientGuidField;
|
|
}
|
|
set {
|
|
this.clientGuidField = value;
|
|
this.RaisePropertyChanged("clientGuid");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool startPeriodSpecified {
|
|
get {
|
|
return this.startPeriodFieldSpecified;
|
|
}
|
|
set {
|
|
this.startPeriodFieldSpecified = value;
|
|
this.RaisePropertyChanged("startPeriodSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool endPeriodSpecified {
|
|
get {
|
|
return this.endPeriodFieldSpecified;
|
|
}
|
|
set {
|
|
this.endPeriodFieldSpecified = value;
|
|
this.RaisePropertyChanged("endPeriodSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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;
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool startDateSpecified {
|
|
get {
|
|
return this.startDateFieldSpecified;
|
|
}
|
|
set {
|
|
this.startDateFieldSpecified = value;
|
|
this.RaisePropertyChanged("startDateSpecified");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[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>, 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<bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataInfoListResponse> 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<bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataResponse> GetFormDataAsync(bsmd.herberg.FormService.ServiceReferenceHerberg.GetFormDataRequest request) {
|
|
return base.Channel.GetFormDataAsync(request);
|
|
}
|
|
}
|
|
}
|