예제 #1
0
 /// <summary>
 /// Create a new VC_WorkspaceUser object.
 /// </summary>
 /// <param name="workspaceUser_Id">Initial value of the WorkspaceUser_Id property.</param>
 /// <param name="workspace_Id">Initial value of the Workspace_Id property.</param>
 /// <param name="user_Id">Initial value of the User_Id 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_WorkspaceUser CreateVC_WorkspaceUser(global::System.Int32 workspaceUser_Id, global::System.Int32 workspace_Id, global::System.Int32 user_Id, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_WorkspaceUser vC_WorkspaceUser = new VC_WorkspaceUser();
     vC_WorkspaceUser.WorkspaceUser_Id = workspaceUser_Id;
     vC_WorkspaceUser.Workspace_Id = workspace_Id;
     vC_WorkspaceUser.User_Id = user_Id;
     vC_WorkspaceUser.Created_TS = created_TS;
     vC_WorkspaceUser.Updated_TS = updated_TS;
     return vC_WorkspaceUser;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_WorkspaceUser EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_WorkspaceUser(VC_WorkspaceUser vC_WorkspaceUser)
 {
     base.AddObject("VC_WorkspaceUser", vC_WorkspaceUser);
 }