Canguro.Model.Serializer.Deserializer.GetTHDesign C# (CSharp) Method

GetTHDesign() private method

private GetTHDesign ( string str ) : THDesignOptions
str string
return THDesignOptions
        private THDesignOptions GetTHDesign(string str)
        {
            return ("Envelopes".Equals(str)) ? THDesignOptions.Envelopes : THDesignOptions.Step_by_Step;
        }
Deserializer