/// <summary>
 /// Deprecated Method for adding a new object to the GlTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGlTypes(GlType glType)
 {
     base.AddObject("GlTypes", glType);
 }
 /// <summary>
 /// Create a new GlType object.
 /// </summary>
 /// <param name="gl_type1">Initial value of the gl_type1 property.</param>
 /// <param name="delimiter">Initial value of the delimiter property.</param>
 /// <param name="description">Initial value of the description property.</param>
 /// <param name="status">Initial value of the status property.</param>
 public static GlType CreateGlType(global::System.String gl_type1, global::System.String delimiter, global::System.String description, global::System.String status)
 {
     GlType glType = new GlType();
     glType.gl_type1 = gl_type1;
     glType.delimiter = delimiter;
     glType.description = description;
     glType.status = status;
     return glType;
 }