using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FileCounter.Core { // HINWEIS: Für den generierten Code ist möglicherweise mindestens .NET Framework 4.5 oder .NET Core/Standard 2.0 erforderlich. /// [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] [System.Xml.Serialization.XmlRootAttribute(Namespace = "", IsNullable = false)] public partial class EANCODING { private EANCODINGCURRENTCOUNTER cURRENTCOUNTERField; private EANCODINGRESET rESETField; private EANCODINGLASTMODIFY lASTMODIFYField; private EANCODINGDATETIME dATETIMEField; private EANCODINGSTEP sTEPField; /// public EANCODINGCURRENTCOUNTER CURRENTCOUNTER { get { return this.cURRENTCOUNTERField; } set { this.cURRENTCOUNTERField = value; } } /// public EANCODINGRESET RESET { get { return this.rESETField; } set { this.rESETField = value; } } /// public EANCODINGLASTMODIFY LASTMODIFY { get { return this.lASTMODIFYField; } set { this.lASTMODIFYField = value; } } /// public EANCODINGDATETIME DATETIME { get { return this.dATETIMEField; } set { this.dATETIMEField = value; } } /// public EANCODINGSTEP STEP { get { return this.sTEPField; } set { this.sTEPField = value; } } } /// [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class EANCODINGCURRENTCOUNTER { private ulong valueField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public ulong value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class EANCODINGRESET { private string valueField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class EANCODINGLASTMODIFY { private string valueField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class EANCODINGDATETIME { private string valueField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class EANCODINGSTEP { private byte valueField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public byte value { get { return this.valueField; } set { this.valueField = value; } } } }