/// <summary>
 /// Deprecated Method for adding a new object to the doc_type EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodoc_type(doc_type doc_type)
 {
     base.AddObject("doc_type", doc_type);
 }
 /// <summary>
 /// Create a new doc_type object.
 /// </summary>
 /// <param name="docTypeID">Initial value of the docTypeID property.</param>
 /// <param name="dtDec">Initial value of the dtDec property.</param>
 public static doc_type Createdoc_type(global::System.Int32 docTypeID, global::System.String dtDec)
 {
     doc_type doc_type = new doc_type();
     doc_type.docTypeID = docTypeID;
     doc_type.dtDec = dtDec;
     return doc_type;
 }