Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions B2MML.NET.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=BOD/@EntryIndexedValue">BOD</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=ID/@EntryIndexedValue">ID</s:String></wpf:ResourceDictionary>
45 changes: 45 additions & 0 deletions B2MML.NET/AcknowledgeBatchProductionRecordType.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
namespace B2MML.NET
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0"), System.SerializableAttribute,
System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"),
System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.mesa.org/xml/B2MML-V0600"),
System.Xml.Serialization.XmlRootAttribute("AcknowledgeBatchProductionRecord",
Namespace = "http://www.mesa.org/xml/B2MML-V0600", IsNullable = false)]
public class AcknowledgeBatchProductionRecordType {

private TransApplicationAreaType _applicationAreaField;

private AcknowledgeBatchProductionRecordTypeDataArea _dataAreaField;

private string _releaseIDField;

private string _versionIDField;

/// <remarks/>
public TransApplicationAreaType ApplicationArea {
get => _applicationAreaField;
set => _applicationAreaField = value;
}

/// <remarks/>
public AcknowledgeBatchProductionRecordTypeDataArea DataArea {
get => _dataAreaField;
set => _dataAreaField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string ReleaseID {
get => _releaseIDField;
set => _releaseIDField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string VersionID {
get => _versionIDField;
set => _versionIDField = value;
}
}
}
28 changes: 28 additions & 0 deletions B2MML.NET/AcknowledgeBatchProductionRecordTypeDataArea.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
using System.Collections.Generic;

namespace B2MML.NET
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0"), System.SerializableAttribute,
System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"),
System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.mesa.org/xml/B2MML-V0600")]
public class AcknowledgeBatchProductionRecordTypeDataArea {

private TransAcknowledgeType _acknowledgeField;

private List<BatchProductionRecordType> _batchProductionRecordField;

/// <remarks/>
public TransAcknowledgeType Acknowledge {
get => _acknowledgeField;
set => _acknowledgeField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("BatchProductionRecord")]
public List<BatchProductionRecordType> BatchProductionRecord {
get => _batchProductionRecordField;
set => _batchProductionRecordField = value;
}
}
}
45 changes: 45 additions & 0 deletions B2MML.NET/AcknowledgeEquipmentCapabilityTestSpecType.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
namespace B2MML.NET
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0"), System.SerializableAttribute,
System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"),
System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.mesa.org/xml/B2MML-V0600"),
System.Xml.Serialization.XmlRootAttribute("AcknowledgeEquipmentCapabilityTestSpec",
Namespace = "http://www.mesa.org/xml/B2MML-V0600", IsNullable = false)]
public class AcknowledgeEquipmentCapabilityTestSpecType {

private TransApplicationAreaType _applicationAreaField;

private AcknowledgeEquipmentCapabilityTestSpecTypeDataArea _dataAreaField;

private string _releaseIDField;

private string _versionIDField;

/// <remarks/>
public TransApplicationAreaType ApplicationArea {
get => _applicationAreaField;
set => _applicationAreaField = value;
}

/// <remarks/>
public AcknowledgeEquipmentCapabilityTestSpecTypeDataArea DataArea {
get => _dataAreaField;
set => _dataAreaField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string ReleaseID {
get => _releaseIDField;
set => _releaseIDField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string VersionID {
get => _versionIDField;
set => _versionIDField = value;
}
}
}
28 changes: 28 additions & 0 deletions B2MML.NET/AcknowledgeEquipmentCapabilityTestSpecTypeDataArea.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
using System.Collections.Generic;

namespace B2MML.NET
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0"), System.SerializableAttribute,
System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"),
System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.mesa.org/xml/B2MML-V0600")]
public class AcknowledgeEquipmentCapabilityTestSpecTypeDataArea {

private TransAcknowledgeType _acknowledgeField;

private List<EquipmentCapabilityTestSpecificationType> _equipmentCapabilityTestSpecField;

/// <remarks/>
public TransAcknowledgeType Acknowledge {
get => _acknowledgeField;
set => _acknowledgeField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("EquipmentCapabilityTestSpec")]
public List<EquipmentCapabilityTestSpecificationType> EquipmentCapabilityTestSpec {
get => _equipmentCapabilityTestSpecField;
set => _equipmentCapabilityTestSpecField = value;
}
}
}
45 changes: 45 additions & 0 deletions B2MML.NET/AcknowledgeEquipmentClassType.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
namespace B2MML.NET
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0"), System.SerializableAttribute,
System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"),
System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.mesa.org/xml/B2MML-V0600"),
System.Xml.Serialization.XmlRootAttribute("AcknowledgeEquipmentClass",
Namespace = "http://www.mesa.org/xml/B2MML-V0600", IsNullable = false)]
public class AcknowledgeEquipmentClassType {

private TransApplicationAreaType _applicationAreaField;

private AcknowledgeEquipmentClassTypeDataArea _dataAreaField;

private string _releaseIDField;

private string _versionIDField;

/// <remarks/>
public TransApplicationAreaType ApplicationArea {
get => _applicationAreaField;
set => _applicationAreaField = value;
}

/// <remarks/>
public AcknowledgeEquipmentClassTypeDataArea DataArea {
get => _dataAreaField;
set => _dataAreaField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string ReleaseID {
get => _releaseIDField;
set => _releaseIDField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string VersionID {
get => _versionIDField;
set => _versionIDField = value;
}
}
}
28 changes: 28 additions & 0 deletions B2MML.NET/AcknowledgeEquipmentClassTypeDataArea.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
using System.Collections.Generic;

namespace B2MML.NET
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0"), System.SerializableAttribute,
System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"),
System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.mesa.org/xml/B2MML-V0600")]
public class AcknowledgeEquipmentClassTypeDataArea {

private TransAcknowledgeType _acknowledgeField;

private List<EquipmentClassType> _equipmentClassField;

/// <remarks/>
public TransAcknowledgeType Acknowledge {
get => _acknowledgeField;
set => _acknowledgeField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("EquipmentClass")]
public List<EquipmentClassType> EquipmentClass {
get => _equipmentClassField;
set => _equipmentClassField = value;
}
}
}
45 changes: 45 additions & 0 deletions B2MML.NET/AcknowledgeEquipmentInformationType.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
namespace B2MML.NET
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0"), System.SerializableAttribute,
System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"),
System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.mesa.org/xml/B2MML-V0600"),
System.Xml.Serialization.XmlRootAttribute("AcknowledgeEquipmentInformation",
Namespace = "http://www.mesa.org/xml/B2MML-V0600", IsNullable = false)]
public class AcknowledgeEquipmentInformationType {

private TransApplicationAreaType _applicationAreaField;

private AcknowledgeEquipmentInformationTypeDataArea _dataAreaField;

private string _releaseIDField;

private string _versionIDField;

/// <remarks/>
public TransApplicationAreaType ApplicationArea {
get => _applicationAreaField;
set => _applicationAreaField = value;
}

/// <remarks/>
public AcknowledgeEquipmentInformationTypeDataArea DataArea {
get => _dataAreaField;
set => _dataAreaField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string ReleaseID {
get => _releaseIDField;
set => _releaseIDField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string VersionID {
get => _versionIDField;
set => _versionIDField = value;
}
}
}
26 changes: 26 additions & 0 deletions B2MML.NET/AcknowledgeEquipmentInformationTypeDataArea.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
namespace B2MML.NET
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0"), System.SerializableAttribute,
System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"),
System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.mesa.org/xml/B2MML-V0600")]
public class AcknowledgeEquipmentInformationTypeDataArea {

private TransAcknowledgeType _acknowledgeField;

private EquipmentInformationType[] _equipmentInformationField;

/// <remarks/>
public TransAcknowledgeType Acknowledge {
get => _acknowledgeField;
set => _acknowledgeField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("EquipmentInformation")]
public EquipmentInformationType[] EquipmentInformation {
get => _equipmentInformationField;
set => _equipmentInformationField = value;
}
}
}
45 changes: 45 additions & 0 deletions B2MML.NET/AcknowledgeEquipmentType.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
namespace B2MML.NET
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0"), System.SerializableAttribute,
System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"),
System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://www.mesa.org/xml/B2MML-V0600"),
System.Xml.Serialization.XmlRootAttribute("AcknowledgeEquipment",
Namespace = "http://www.mesa.org/xml/B2MML-V0600", IsNullable = false)]
public class AcknowledgeEquipmentType {

private TransApplicationAreaType _applicationAreaField;

private AcknowledgeEquipmentTypeDataArea _dataAreaField;

private string _releaseIDField;

private string _versionIDField;

/// <remarks/>
public TransApplicationAreaType ApplicationArea {
get => _applicationAreaField;
set => _applicationAreaField = value;
}

/// <remarks/>
public AcknowledgeEquipmentTypeDataArea DataArea {
get => _dataAreaField;
set => _dataAreaField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string ReleaseID {
get => _releaseIDField;
set => _releaseIDField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")]
public string VersionID {
get => _versionIDField;
set => _versionIDField = value;
}
}
}
28 changes: 28 additions & 0 deletions B2MML.NET/AcknowledgeEquipmentTypeDataArea.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
using System.Collections.Generic;

namespace B2MML.NET
{
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0"), System.SerializableAttribute,
System.Diagnostics.DebuggerStepThroughAttribute, System.ComponentModel.DesignerCategoryAttribute("code"),
System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://www.mesa.org/xml/B2MML-V0600")]
public class AcknowledgeEquipmentTypeDataArea {

private TransAcknowledgeType _acknowledgeField;

private List<EquipmentType> _equipmentField;

/// <remarks/>
public TransAcknowledgeType Acknowledge {
get => _acknowledgeField;
set => _acknowledgeField = value;
}

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("Equipment")]
public List<EquipmentType> Equipment {
get => _equipmentField;
set => _equipmentField = value;
}
}
}
Loading