Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the UserVersions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUserVersions(UserVersion userVersion)
 {
     base.AddObject("UserVersions", userVersion);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new UserVersion object.
 /// </summary>
 /// <param name="users_UserId">Initial value of the Users_UserId property.</param>
 /// <param name="version_Uid">Initial value of the Version_Uid property.</param>
 public static UserVersion CreateUserVersion(global::System.Guid users_UserId, global::System.Guid version_Uid)
 {
     UserVersion userVersion = new UserVersion();
     userVersion.Users_UserId = users_UserId;
     userVersion.Version_Uid = version_Uid;
     return userVersion;
 }