Ejemplo n.º 1
0
 /// <summary>
 /// Create a new usersecondaryaddress object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 /// <param name="dateUpdated">Initial value of the DateUpdated property.</param>
 public static usersecondaryaddress Createusersecondaryaddress(global::System.Int32 id, global::System.DateTime dateCreated, global::System.DateTime dateUpdated)
 {
     usersecondaryaddress usersecondaryaddress = new usersecondaryaddress();
     usersecondaryaddress.Id = id;
     usersecondaryaddress.DateCreated = dateCreated;
     usersecondaryaddress.DateUpdated = dateUpdated;
     return usersecondaryaddress;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the usersecondaryaddress EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTousersecondaryaddress(usersecondaryaddress usersecondaryaddress)
 {
     base.AddObject("usersecondaryaddress", usersecondaryaddress);
 }