/// <summary> /// Deprecated Method for adding a new object to the ClientesPlazas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToClientesPlazas(ClientesPlaza clientesPlaza) { base.AddObject("ClientesPlazas", clientesPlaza); }
/// <summary> /// Create a new ClientesPlaza object. /// </summary> /// <param name="iD_Cliente">Initial value of the ID_Cliente property.</param> /// <param name="clientePlazaSucursal">Initial value of the ClientePlazaSucursal property.</param> /// <param name="nombrePlazaSucursal">Initial value of the NombrePlazaSucursal property.</param> /// <param name="activo">Initial value of the Activo property.</param> /// <param name="iD_CliPlazaSuc">Initial value of the ID_CliPlazaSuc property.</param> public static ClientesPlaza CreateClientesPlaza(global::System.Int32 iD_Cliente, global::System.Int32 clientePlazaSucursal, global::System.String nombrePlazaSucursal, global::System.String activo, global::System.Int32 iD_CliPlazaSuc) { ClientesPlaza clientesPlaza = new ClientesPlaza(); clientesPlaza.ID_Cliente = iD_Cliente; clientesPlaza.ClientePlazaSucursal = clientePlazaSucursal; clientesPlaza.NombrePlazaSucursal = nombrePlazaSucursal; clientesPlaza.Activo = activo; clientesPlaza.ID_CliPlazaSuc = iD_CliPlazaSuc; return clientesPlaza; }