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