﻿//----------------------
// <auto-generated>
// </auto-generated>
//----------------------


namespace Foo
{
    #pragma warning disable // Disable all warnings

    public partial class MyClass
    {

        [Newtonsoft.Json.JsonProperty("ConstructionCode", Required = Newtonsoft.Json.Required.DisallowNull, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
        public MyClassConstructionCode ConstructionCode { get; set; } = Foo.MyClassConstructionCode.JOIST_MAS;

    }

    public enum MyClassConstructionCode
    {

        FIRE_RSTV = FIRE_RSTV,


        FRAME = FRAME,


        JOIST_MAS = JOIST_MAS,


        NON_CBST = NON_CBST,


    }
}