Example #1
0
 /// <summary>
 /// Create a new Tech_File object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fileID">Initial value of the FileID property.</param>
 /// <param name="extension">Initial value of the Extension property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="accessGroupID">Initial value of the AccessGroupID property.</param>
 /// <param name="timestamp">Initial value of the timestamp property.</param>
 public static Tech_File CreateTech_File(global::System.Int64 id, global::System.Int64 fileID, global::System.String extension, global::System.String name, global::System.Int64 accessGroupID, global::System.Byte[] timestamp)
 {
     Tech_File tech_File = new Tech_File();
     tech_File.ID = id;
     tech_File.FileID = fileID;
     tech_File.Extension = extension;
     tech_File.Name = name;
     tech_File.AccessGroupID = accessGroupID;
     tech_File.timestamp = timestamp;
     return tech_File;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Tech_File EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTech_File(Tech_File tech_File)
 {
     base.AddObject("Tech_File", tech_File);
 }