dbh connection wip
This commit is contained in:
parent
0ae84839d1
commit
0fd1cb0cd9
@ -148,6 +148,7 @@ namespace bsmd.dakosy
|
|||||||
winscp.StartInfo.UseShellExecute = false;
|
winscp.StartInfo.UseShellExecute = false;
|
||||||
winscp.StartInfo.RedirectStandardInput = true;
|
winscp.StartInfo.RedirectStandardInput = true;
|
||||||
winscp.StartInfo.RedirectStandardOutput = true;
|
winscp.StartInfo.RedirectStandardOutput = true;
|
||||||
|
winscp.StartInfo.RedirectStandardError = true;
|
||||||
winscp.StartInfo.CreateNoWindow = true;
|
winscp.StartInfo.CreateNoWindow = true;
|
||||||
winscp.Start();
|
winscp.Start();
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// Dieser Code wurde von einem Tool generiert.
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
// Laufzeitversion:2.0.50727.9151
|
// Laufzeitversion:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
// der Code erneut generiert wird.
|
// der Code erneut generiert wird.
|
||||||
@ -11,14 +11,15 @@
|
|||||||
using System.Xml.Serialization;
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
//
|
//
|
||||||
// This source code was auto-generated by xsd, Version=2.0.50727.312.
|
// Dieser Quellcode wurde automatisch generiert von xsd, Version=4.8.3928.0.
|
||||||
//
|
//
|
||||||
|
|
||||||
namespace bsmd.dbh.Request
|
namespace bsmd.dbh.Request
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -229,19 +230,19 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
||||||
public enum RootVersion
|
public enum RootVersion
|
||||||
{
|
{
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.Xml.Serialization.XmlEnumAttribute("7.0")]
|
[System.Xml.Serialization.XmlEnumAttribute("7.1")]
|
||||||
Item70,
|
Item71,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
||||||
public enum RootType
|
public enum RootType
|
||||||
@ -264,7 +265,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -324,7 +325,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
||||||
public enum ItemChoiceType1
|
public enum ItemChoiceType1
|
||||||
@ -338,7 +339,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -482,7 +483,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum FlashpointInfoType
|
public enum FlashpointInfoType
|
||||||
{
|
{
|
||||||
@ -498,7 +499,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -688,7 +689,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum IMOHazardClassType
|
public enum IMOHazardClassType
|
||||||
{
|
{
|
||||||
@ -705,7 +706,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum RootSECValidISSCOnBoard
|
public enum RootSECValidISSCOnBoard
|
||||||
{
|
{
|
||||||
@ -718,7 +719,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -862,7 +863,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -1083,7 +1084,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum PollutionCategoryType
|
public enum PollutionCategoryType
|
||||||
{
|
{
|
||||||
@ -1102,7 +1103,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum HazardType
|
public enum HazardType
|
||||||
{
|
{
|
||||||
@ -1119,7 +1120,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -1792,7 +1793,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum PackingGroupType
|
public enum PackingGroupType
|
||||||
{
|
{
|
||||||
@ -1808,7 +1809,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -1848,7 +1849,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum ActivityUnitType
|
public enum ActivityUnitType
|
||||||
{
|
{
|
||||||
@ -1864,7 +1865,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
||||||
public enum ItemsChoiceType4
|
public enum ItemsChoiceType4
|
||||||
@ -1884,7 +1885,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2074,7 +2075,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
||||||
public enum ReportingPartyRPType
|
public enum ReportingPartyRPType
|
||||||
@ -2103,7 +2104,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2178,7 +2179,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
||||||
public enum ItemChoiceType
|
public enum ItemChoiceType
|
||||||
@ -2192,7 +2193,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
||||||
public enum ItemChoiceType2
|
public enum ItemChoiceType2
|
||||||
@ -2212,7 +2213,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2387,7 +2388,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2427,7 +2428,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2467,7 +2468,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2508,7 +2509,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2548,7 +2549,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2589,7 +2590,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2629,7 +2630,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2685,7 +2686,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2725,7 +2726,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2766,7 +2767,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -2974,7 +2975,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum Gender
|
public enum Gender
|
||||||
{
|
{
|
||||||
@ -2993,7 +2994,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum IdDocType
|
public enum IdDocType
|
||||||
{
|
{
|
||||||
@ -3018,7 +3019,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -3081,7 +3082,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -3171,7 +3172,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum INFClassType
|
public enum INFClassType
|
||||||
{
|
{
|
||||||
@ -3187,7 +3188,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
||||||
public enum ItemsChoiceType5
|
public enum ItemsChoiceType5
|
||||||
@ -3210,7 +3211,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -3273,7 +3274,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -3363,7 +3364,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
||||||
public enum ItemsChoiceType6
|
public enum ItemsChoiceType6
|
||||||
@ -3386,7 +3387,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -3562,7 +3563,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum ShippingArea
|
public enum ShippingArea
|
||||||
{
|
{
|
||||||
@ -3578,7 +3579,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
||||||
public enum RootINFOFumigatedBulkCargo
|
public enum RootINFOFumigatedBulkCargo
|
||||||
@ -3592,7 +3593,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -3633,7 +3634,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -3795,7 +3796,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum HandlingType
|
public enum HandlingType
|
||||||
{
|
{
|
||||||
@ -3808,7 +3809,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -3887,7 +3888,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -3928,7 +3929,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -3954,7 +3955,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4025,7 +4026,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4051,7 +4052,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4107,7 +4108,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4148,7 +4149,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
||||||
public enum ItemsChoiceType2
|
public enum ItemsChoiceType2
|
||||||
@ -4219,7 +4220,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4259,7 +4260,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4414,7 +4415,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4454,7 +4455,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
||||||
public enum ItemsChoiceType
|
public enum ItemsChoiceType
|
||||||
@ -4477,7 +4478,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4518,7 +4519,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4756,7 +4757,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4841,7 +4842,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -4926,7 +4927,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5058,7 +5059,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5144,7 +5145,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum HullConfiguration
|
public enum HullConfiguration
|
||||||
{
|
{
|
||||||
@ -5160,7 +5161,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum TankCondition
|
public enum TankCondition
|
||||||
{
|
{
|
||||||
@ -5176,7 +5177,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5202,7 +5203,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5308,7 +5309,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5395,7 +5396,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum CargoDescription
|
public enum CargoDescription
|
||||||
{
|
{
|
||||||
@ -5420,7 +5421,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum ISSCIssuerType
|
public enum ISSCIssuerType
|
||||||
{
|
{
|
||||||
@ -5433,7 +5434,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
public enum ISSCType
|
public enum ISSCType
|
||||||
{
|
{
|
||||||
@ -5446,7 +5447,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5593,7 +5594,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5680,7 +5681,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5735,7 +5736,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5775,7 +5776,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
||||||
public enum ItemsChoiceType1
|
public enum ItemsChoiceType1
|
||||||
@ -5837,7 +5838,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5878,7 +5879,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -5933,7 +5934,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -6139,7 +6140,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
||||||
public enum RootSTATTransportMode
|
public enum RootSTATTransportMode
|
||||||
@ -6155,7 +6156,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -6255,7 +6256,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -6295,7 +6296,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -6335,7 +6336,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -6376,7 +6377,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -6521,7 +6522,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -6651,7 +6652,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -6692,7 +6693,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -6839,7 +6840,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -6969,7 +6970,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -7034,7 +7035,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -7134,7 +7135,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -7174,7 +7175,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
|
||||||
public enum ItemsChoiceType3
|
public enum ItemsChoiceType3
|
||||||
@ -7203,7 +7204,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -7244,7 +7245,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -7361,7 +7362,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
@ -7401,7 +7402,7 @@ namespace bsmd.dbh.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
||||||
[System.SerializableAttribute()]
|
[System.SerializableAttribute()]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
|
|||||||
@ -25,8 +25,8 @@ namespace bsmd.dbh
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
Root root = new Root();
|
Root root = new Root();
|
||||||
root.Version = RootVersion.Item70;
|
root.Version = RootVersion.Item71;
|
||||||
root.SourceDocumentVersion = "7.0";
|
root.SourceDocumentVersion = "7.1";
|
||||||
root.Timestamp = DateTime.Now;
|
root.Timestamp = DateTime.Now;
|
||||||
root.Sender = Properties.Settings.Default.Sender;
|
root.Sender = Properties.Settings.Default.Sender;
|
||||||
root.SenderReference = message.Id.ToString();
|
root.SenderReference = message.Id.ToString();
|
||||||
|
|||||||
@ -264,7 +264,7 @@ namespace bsmd.dbh.Response
|
|||||||
{
|
{
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.Xml.Serialization.XmlEnumAttribute("7.0")]
|
[System.Xml.Serialization.XmlEnumAttribute("1.0")]
|
||||||
Item70,
|
Item70,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user