// Generated by the protocol buffer compiler. DO NOT EDIT! // source: JobWindingMethod.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace Tango.PMR.Printing { /// Holder for reflection information generated from JobWindingMethod.proto public static partial class JobWindingMethodReflection { #region Descriptor /// File descriptor for JobWindingMethod.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static JobWindingMethodReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZKb2JXaW5kaW5nTWV0aG9kLnByb3RvEhJUYW5nby5QTVIuUHJpbnRpbmcq", "MwoQSm9iV2luZGluZ01ldGhvZBIOCgpFbWJyb2lkZXJ5EAASDwoLQ2FsaWJy", "YXRpb24QAUIeChxjb20udHdpbmUudGFuZ28ucG1yLnByaW50aW5nYgZwcm90", "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Printing.JobWindingMethod), }, null)); } #endregion } #region Enums public enum JobWindingMethod { /// ///Embroidery Winding /// [pbr::OriginalName("Embroidery")] Embroidery = 0, /// ///Calibration Winding /// [pbr::OriginalName("Calibration")] Calibration = 1, } #endregion } #endregion Designer generated code