コード例 #1
0
 /// <summary>
 /// Create a new VC_Workspace object.
 /// </summary>
 /// <param name="workspace_Id">Initial value of the Workspace_Id property.</param>
 /// <param name="owner_User_Id">Initial value of the Owner_User_Id property.</param>
 /// <param name="workspace_Name">Initial value of the Workspace_Name property.</param>
 /// <param name="created_TS">Initial value of the Created_TS property.</param>
 /// <param name="updated_TS">Initial value of the Updated_TS property.</param>
 public static VC_Workspace CreateVC_Workspace(global::System.Int32 workspace_Id, global::System.Int32 owner_User_Id, global::System.String workspace_Name, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Workspace vC_Workspace = new VC_Workspace();
     vC_Workspace.Workspace_Id = workspace_Id;
     vC_Workspace.Owner_User_Id = owner_User_Id;
     vC_Workspace.Workspace_Name = workspace_Name;
     vC_Workspace.Created_TS = created_TS;
     vC_Workspace.Updated_TS = updated_TS;
     return vC_Workspace;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Workspace EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Workspace(VC_Workspace vC_Workspace)
 {
     base.AddObject("VC_Workspace", vC_Workspace);
 }