Beispiel #1
0
 /// <summary>
 /// Create a new usuarios object.
 /// </summary>
 /// <param name="user_id">Initial value of the user_id property.</param>
 /// <param name="endereco">Initial value of the endereco property.</param>
 public static usuarios Createusuarios(global::System.Int32 user_id, endereco endereco)
 {
     usuarios usuarios = new usuarios();
     usuarios.user_id = user_id;
     usuarios.endereco = StructuralObject.VerifyComplexObjectIsNotNull(endereco, "endereco");
     return usuarios;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the usuarios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTousuarios(usuarios usuarios)
 {
     base.AddObject("usuarios", usuarios);
 }